/* CSS Document */
p {
 font-size: 1em;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #15130f;
}

.centrado {
	position: absolute; /*Posicionamiento absoluto*/
	top: 0px; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 808px; /*Le ponemos el valor del alto*/
	width: 1021px; /*Le ponemos el valor del ancho*/
	margin-top: 0px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -511px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	background-color: #3c3c38; /*Este es el kolor de fondo, para ke el ejemplo sea visible*/
}

#fondo
{
 	float: left;
 	width:1021px;
	height:808px;
}

#folio
{
	float: left; 
	width:550px; 
	height:670px; 
	margin-top:40px; 
	margin-left:235px;
}

#menu
{
	float:left; 
	width:550px; 
	height:50px; 
	margin-top:104px;
}	

#menu1
{
	float:left; 
	width:110px; 
	height:50px; 
}

#menu2
{
	float:left; 
	width:72px; 
	height:50px; 
}

#menu3
{
	float:left; 
	width:71px; 
	height:50px; 
}

#menu4
{
	float:left; 
	width:97px; 
	height:50px; 
}

#menu5
{
	float:left; 
	width:100px; 
	height:50px; 
}

#menu6
{
	float:left; 
	width:100px; 
	height:50px; 
}

#cabecera_texto
{
	float:right; 
	width:330px; 
	height:70px; 
	margin-top:0px; 
	margin-bottom:0px; 
	margin-right:15px;
}


#texto
{
 	float: right; 
	width:330px; 
	height:400px; 
	margin-top:10px; 
	margin-right:15px;

}


#citas
{
 	float: left; 
	width:180px; 
	height:140px; 
	margin-top:271px; 
	margin-left:0px


}


#pie
{
 	float:left; 
	width:540px; 
	height:24px; 
	margin-top:11px;
	padding-top:5px; 
	text-align:right 

}

a:link {
	color: #999933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999966;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-size: x-small;
}
.Estilo4 {color: #999933}
