/* CSS Document */
BODY{
background: #ffffff url(../logos/lunafondo.jpg) no-repeat ; 
font:9pt Verdana, Arial, Helvetica, sans-serif; 
color:#666666;
margin:auto;
text-align:justify;
}
#contenedor{	/*Contiene toda la web*/
	width:750px; 
	margin-top:1%;
	margin-left:15%;
	margin-right:10%;
	}
#cuerpo{		/*Continene el principal, las fotos y als news*/
	margin:auto;
	}
#logo{
	margin:auto;
	height:150px;
	text-align:right;
	}
#menu{
	margin:auto;
	height:30px;
	text-align:center;
	}
#principal{
	width:auto; 
	height:auto;
	overflow:auto;
	min-height:400px;
	text-align:justify;
	}
#poema{		/*Principal especial en formato centrado, para el incio*/
	width:auto;
	height:auto;
	overflow:auto;
	min-height:400px;
	text-align:center;
	}
#fotos{
	margin:auto;
	margin-left:10px;
	width:270px;
	height:400px;
	float:right;
	}
#pie{	/*Pie de pagina, y dibujo de la casa*/
	width:750px;
	margin:auto;
	text-align:center;	
	}
/*Estilos de los textos*/
.Estilo1 {
	color: #82478D;
	font-size: 11px;
	font-weight: bold;
	padding-right:50px;
	vertical-align:top;
}
.Estilo2 {
	color: #666666;
	font-size: 10px;
	font-weight:bold;
}
.Estilo3 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	vertical-align:top;
}	
.Estilo4 {
	color: #666666;
	font-size: 10px;
	font-weight: lighter;
	vertical-align:top;
}	
.Poema {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
.Grande1 {
	color: #666666;
	font-size:16px;	
	font-weight: bold;
}
.Grande2 {
	color: #666666;
	font-size:15px;	
	font-weight: normal;
}

