/* CSS Document */

body{
	background:#FFFFFF;
	}
	
/* ------------------------------------------------ Contenedor: Contenido Index --------------

#contenedor{
	width:100%;
	height:100%;
	font-family:"Georgia", Times, serif;
	font-size:14px;
	}
#cabecera{	
	margin-left:10px;
	margin-right:10px;	
	margin-top:15px;
	}

#detalles1{
	float:left;
	}	
	
#ini1{
	margin-top:75px;
	}
---------------------------------- */
img{
text-align:center;
}

.letras{
	font-family:"Georgia";
	font-size:12px;
	color:#000000;	
	text-align:center;
}
a{	
	font-family:"Georgia", Times New Roman;
	font-size:23px;
	text-align:center;
	color:#415B1C;
	font-weight:bold;
	text-decoration:none;
	
}

a:hover{
	font-family:"Georgia", Times New Roman;
	color:#D5EDB3;
	font-size:23px;
	text-align:center;
	font-weight:bold;
	}

