@charset "utf-8";
/* CSS Document */
body {
	margin-top: auto;
	background-color:#E2D8D6;
	background-repeat:no-repeat;
	}

/*DIV PRINCIPAL DE LA PÁGINA */
#principal{
	 width:1024px;
	 height:auto;
	 margin-top:auto;
	 margin-left:auto;
	 margin-right:auto;
	}

/* TAMAÑO REAL 1024px X 150px */
#barraini{
	width:1024px;
	height:20px;
	text-align:right;
	background-color: #FFFFFF;
	}

#barracontador{
	width:924px;
	height:20px;
	float:left;
	text-align:right;
	background-color: #FFFFFF;
	color:#996600;
	}

#barracontador2{
	width: 100px;
	height:20px;
	float:left;
	text-align: left;
	background-color: #FFFFFF;
	color:#996600;
	}
	
#cabecera{
	float:left;
	width:1024px;
	height: 150px;
	background-color: #CECECE;
	display:block;
	}

#contenedor
	{
	float:left;
	width:1024px;
	height:655px;
	}
	
#contvert
	{
	width:170px;
	height:655px;
	float:left;
	}

/* MENU VERTICAL TAMAÑO REAL 170px X 500px */
#imgcuca
	{
	width:170px;
	height:235px;
	float:left;
	}
#menuver
	{
	width: 170px;
	height:420px;
	float:left;
	}

ul.MenuVertical{
	padding: 0;
	list-style-type: none;
	font-family:verdana,sans-serif;
	font-size: 14px;
	cursor: default;
	}

/* DIV DE IMAGEN :: TAMAÑO REAL 200px X 500px */
#imgfondo{
	width:200px;
	height:655px;
	float:left;
	}

#datocurioso{
	float:left;
	width: 200px;
	height: 235px;
	background-color:#FFF;
}

#fondo{
	float: left;
	width: 200px;
	height: 420px;
	background-color: #FFF;
	}

#menuhor{
	float:left;
	width:654px;
	height:65px;
	background-image: url(../imgs/caja-menu.jpg);
	background-repeat:no-repeat;
	}
		
#hvideo{
	float:left;
	width:147px;
	height: 55px;
	margin-top: 10px;
	}
	
#hnoticias{
	float: left;
	width: 161px;
	height: 55px;
	margin-top: 10px;
	}

#hanimaciones{
	float:left;
	width:187px;
	height:55px;
	margin-top: 10px;
	}	

#hmusica{
	float:left;
	width:158px;
	height:55px;
	margin-top: 10px;
	}

#vbotones{
	float:left;
	width:170px;
	height:70px;
	}

#central{
	width:654px;
	height:590px;
	float: left;
	background-image: url(../imgs/fondopag.jpg);
	}

#cencont{
	width:600px;
	height:560px;
	overflow:auto;
	float:left;
	margin-top:15px;
	}

#barralat{
	width:54px;
	height:450px;
	float: left;
	background-color:#000;
	}

#pie{
	width: 1024px;
	height: 52px;
	float:left;
	}

#creditos{
	width:1024px;
	height:50px;
	float:left;
	border: groove 1px #dedede;
	}
#cabecera{
	clear:both;
	}
	
#leyenda{
	width:1024px;
	height:30px;
	float:left;
	font-size: 8px;
	font-family:Arial, Helvetica, sans-serif;
	color: #804000;
	text-align:center;
	}
	

