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

* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	overflow: hidden;
}
div#contenedor {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/bg-prehome.gif);
	background-repeat:  repeat-y;
	background-position: center;
}
#servicios-em ul li {
	display: block;
	width: 100px;
	float: left;
	text-indent: -5000px;
}
div#servicios-em ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	background-image: url(../images/bg-list-services.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div#logo h1 {
	background-image: url(../images/emi_2colous.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 100%;
	display: block;
	text-indent: -5000px;
}
#acceso-low {
	width: 50%;
	float: left;
}
#acceso-low p {
	background-image: url(../images/msg-lowband.gif);
	height: 89px;
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}
#acceso-low a {
	height: 89px;
	width: 100%;
	text-indent: -5000px;
	display: block;
}

#acceso-high {
	width: 50%;
	float: right;
}
#acceso-high p {
	background-image: url(../images/msg-highband.gif);
	height: 89px;
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}
#acceso-high a {
	height: 89px;
	width: 100%;
	text-indent: -5000px;
	display: block;
}


div#accesible {
	/*width:50.1%;*/
	width:20%;	
	clear: none;
	float: left;
	background:#000000 url(../images/bg_accesible.gif) no-repeat right center;	
}
a.acceso-accesible {
	display:block;
	height:auto;
	text-decoration: none;
	text-indent: -5000px;
	
}

div#flash{
	/*width:49.9%;*/
	width:80%;
	clear: none;
	float:left;
	background:#ffffff url(../images/bg_flash.gif) no-repeat left center;	
	
}
a.acceso-version-flash {
	display:block;
	height:100%;
	text-decoration: none;
	
}
a.acceso-version-flash img {
	top: 364px;
	*top: 365px;
	margin:0px;
	padding:0px;
	position: relative;
	left: 0px;
	width:203px;
	height:296px;
	
	
	
}
#centrado {
	position: absolute;
	top: 25%;
	width: 100%;
	height: auto;
}

