
#contenidos {

}




/* destacados ///////////////////////////////////////////////// */

#centro {
	float:left;
	width: 520px;
	padding: 5px;

}

#datos {
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #333;
	font-weight:bold;
	
}

.rojo {
	color:#FF0000;

}

.mini {
	font-size:10px;
}

#miniaturas {
	height: 110px;
	background-color:#ebebeb;
	overflow:auto;
}

#miniaturas p {
	text-align:center;
}

#miniaturas img {
	padding: 7px;
	
}

.area {
	float:left;
	width: 160px;
	height: 110px;
}

#piefoto {
	margin-top: 10px;
	border-bottom: solid 1px #333;
	
}



#piefoto p {
	padding: 5px 0;

}

#foto-grande {
	margin-top: 10px;
	border: 1px solid #d6d6d6;
}

#foto-grande p {
	text-align:center;
}

#foto-grande img {
	margin-top: 10px;
	margin-bottom: 10px;
}

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



/* bienvenida ///////////////////////////////////////////////// */
#detalle {
	float: right;
	width: 180px;
	padding: 0 5px;
	margin-bottom: 10px;
	border-left: 1px solid  #d6d6d6;
	border-right: 1px solid  #D6D6D6;
}

#detalle h1 {
	font-size: 20px;
	padding-bottom: 7px;
	border-bottom: solid 1px #333;
}

#detalle p {
	padding: 8px;
	text-align:left;
}

#logo {
	width: 180px;
	padding: 10px 0;
	
}


#logo p {
	text-align:center;
}

#info {
	height: 40px;
	background-image:url(../imagenes/fondo-info.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#info a {
	color:#FFFFFF;
	display: block;
 	padding: 8px 0 0 20px;
	text-decoration:none;
	
}

#info a:hover {
	color: #ebebeb;
	display: block;
 	padding: 8px 0 0 20px;
	text-decoration: none;
	
}

#fondo-gris {
	background-color: #ebebeb;
	margin: 5px;


}


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

