html{
	height: 100%;
	overflow: hidden;
}
body{
	margin:0;
	border:0;
	padding:0;
	
	height: 100%;
    width: 100%;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	color:#5f5f60;
	background:#000;
}

h1{
	height:3px;
	font-size:1px;
	margin:0;
	border:0;
	padding:0;
	background:#ac0404 url(../images/index_separador.jpg) center top no-repeat;
}




#acesta-main{
	height:100%;
}





#holder{
	width:550px;
	height:185px;	
	
	position:absolute;
	display:block;
	
	
	top:50%;
	left: 50%;
	
	margin: -125px 0 0 -275px;

}

#logo-holder{
	height:143px;
	background:url(../images/index_bg.gif) top no-repeat;
}

#logo{
	width:145px;
	height:83px;
	
	position:relative;
	top:60px;
	left:197px;
}

#menu{
	height:35px;
	background:url(../images/index_menu.jpg) center top no-repeat;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	margin-left:190px;
}
#menu li{
	height:35px;
	font-size:1px;
	text-indent:-1000px;
	float:left;
	padding-left:4px;
}
#menu a.acesta-espanol:hover{
	background-position:0 -35px;
}
#menu a.acesta-english:hover{
	background-position:0 -35px;
}
#menu a.acesta-espanol{
	display:block;
	background:url(../images/index_menu-espbtn.jpg) no-repeat;
	width:74px;
	height:35px;
}
#menu a.acesta-english{
	display:block;
	background:url(../images/index_menu-engbtn.jpg) no-repeat;
	width:70px;
	height:35px;
}

#footer{
	font-size:9px;
	text-align:center;
	
	padding:10px 0;
}
#footer a{
	text-decoration:none;
	color:inherit;
}
#footer a:hover{
	color:#aaa;
}

