/* CSS Document */
html,body,*{
	margin:0;
	padding:0;
	font-family:Verdana,sans serif;
	font-size:11pt;
}
body{
	background:#890000;
}
#contenedor{
	/*width:956px;
	height:589px;
	margin:10px auto;*/
	
	 position: absolute;
                left: 50%;
                top: 50%;
                width: 956px;
                height: 589px;
                margin-left: -478px;
                margin-top: -280px;
 
               
	
}
#contenedor #cuerpo{
	margin:0;
	padding:0;
	width:956px;
	height:589px;
	background:url(../imagenes/fondoInicio.jpg) no-repeat top left;
}
#contenedor #cuerpo h1{
	margin:0;
	padding:0;
	visibility:hidden;
	font-size:1px;
}

#contenedor #cuerpo #menu{
	margin:410px 0 0 415px;
}

#contenedor #cuerpo #menu ul{
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, sans serif;
	font-size:10pt;
	
}
#contenedor #cuerpo #menu ul li{
	
	display:inline;
	
}
#contenedor #cuerpo #menu ul li a{
	padding: 54px 4px 4px 4px;
	width: 150px;
	font-size:x-small;
	float: left;
	/*border:1px solid white;*/
	text-align:center;
	/*border-bottom: 1px solid #245151;*/
}

#contenedor #cuerpo #menu a:link, #contenedor #cuerpo #menu a:visited{
	color: #9b9247;
	/*font-weight:bold;*/
	/*background: #155253;*/
	text-decoration: none;
}

#contenedor #cuerpo #menu a:hover{
	text-decoration: underline;
	color: #e1e1e1;
}