
#contenidos {
	background-image: url(../imagenes/fondo-contenidos.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}


/* destacados ///////////////////////////////////////////////// */
#menu-categorias {
	margin-bottom: 135px;
}

#centro {
	float:left;
	width: 530px;
	height: 526px;

}

#animacion {
	padding: 0 5px 5px 5px;
}

#animacion p {
	margin-top: 5px;
	text-align:center;
}

#destacados {
	padding: 5px;
	
}

#destacados h1, #animacion h1 {
	border-bottom: 1px solid  #D6D6D6;
}

.bloque-destacado {
	float:left;
	width: 160px;
	height: 155px;
	padding-top: 10px;
	padding-right: 10px;
	
}



.foto {
 	height: 120px;
}


.texto {
	border-top: 1px solid  #D6D6D6;
	height: 35px;
}

.texto a {
	color:#FF0000;
	text-decoration: none;
	font-weight:bold;
}

.texto a:hover {
	color:#FF0000;
	text-decoration: underline;
	font-weight:bold;
}

.fecha {
	font-size: 10px;
	font-weight:bold;
}



/* fin destacados ///////////////////////////////////////////////// */



/* bienvenida ///////////////////////////////////////////////// */
#bienvenida {
	float: right;
	width: 190px;
	height: 526px;
	margin-bottom: 10px;
	border-left: 1px solid  #d6d6d6;
	border-right: 1px solid  #D6D6D6;
}

#bienvenida h1 {
	padding: 0 10px 10px 10px;
}

#bienvenida p {
	padding: 10px;
}

.reducida {
	font-size: 11px;
}




/* fin bienvenida ///////////////////////////////////////////////// */
