/* CSS Document */

#contenido_central{
	float:left;
	width:67.5em;
	margin-top:1em;
}

.recuadro_der{
	float:right;
	background:url(../img/all/esquina_postit.gif) #d5ffd5 no-repeat right top;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding:1em;
	width:15em;
	margin:0 0 1em 1em;
}

.recuadro_der .listado{
	margin-top:2em;
}

.recuadro_der .listado li{
	margin:1em;	
}

.titulo{
	font-weight:bold;
	font-size:1.2em;
	line-height:.3em;
	margin-top:.5em;
}

#destacados{
	clear:both;
	margin:2em 0 0 0;
	padding-top:.5em;
	
}

.destacado{
	width:29em;
	height:12em;
	border:1px dashed #CCCCCC;
	float:left;
	padding:1em;
	margin:1em;
}


.ejercicio{
	float:right;
	margin:0 0 2em 2em;
}