@charset "UTF-8";
/* CSS Document */

#wrapper{
	position:relative;
	margin:0 auto 0 auto;
	top:50px;
	left:225px;
	width:1100px;
	/*height:100%;*/
	z-index:10;/*capa adelante*/
	
}

#español{
	position: absolute;
	width:100px;
	height:35px;
	left:190px;
	top:700px;
	list-style:none;
}

#español li a.adelantar{
	display:block;
	width:100px;
	height:35px;
	background-image: url(../images/off_mex.png);
	text-indent:-9999px;
	background-repeat: no-repeat;
	}
	
#español li a:hover.adelantar{
	background-image: url(../images/over_mex.png);	
	}
	
#ingles{
	position: absolute;
	width:100px;
	height:35px;
	left:310px;
	top:700px;
	list-style:none;
}

#ingles li a.estados{
	display:block;
	width:100px;
	height:35px;
	background-image: url(../images/off_eu.png);
	text-indent:-9999px;
	background-repeat: no-repeat;
	}
	
#ingles li a:hover.estados{
	background-image: url(../images/over_eu.png);	
	}
	
	