/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	color: #9e9e9e;
	background: #FFFFFF;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* GENERAL */
body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 15px;
	color:#000000;
	background: url('css_img/background.jpg') center top no-repeat;
	}
a {
	text-decoration:underline;
	color: #a3aa0f;
	}
a:hover {
	text-decoration:none;
	}
h1, h2, h3, h4 {
	font-weight:normal;
	}
legend{
	display:none;
	}
html, body {
	width: 100%;
	height: 100%;
	color: #242424;
	text-align: left
	}

/* CENTRADO */
#contenedor{
	width:100%;
	height:100%;
	}
	
#contenido{
	width: 948px;
	margin:0 auto;
	position: relative;
	min-height: 770px;
	}
	
/* CABECERA */		
#cabecera {
	width:948px;
	height:54px;
	}
	
#logo a {
	background: url('css_img/logo_ei.png') no-repeat bottom left;
	text-indent: -9999px;
	width: 320px;
	height: 113px;
	position: absolute;
	top: 0px;
	left: -10px;
	}

#contacto a {
	background: url('css_img/contactenos.png') no-repeat bottom left;
	text-indent: -9999px;
	width: 253px;
	height: 115px;
	position: absolute;
	top: 180px;
	left: 650px;
	}
	
/* BOTONERA PRINCIPAL */

#botonera_principal {
	float:right;
	width:654px;
	padding-top:2px;
	}

#botonera_principal ul {
	background: url(css_img/menu_bg.gif) no-repeat top left;
	width:654px;
	height:52px;
	display: block;
}
	
#botonera_principal ul li {
	display: inline;
	}

#botonera_principal ul li a {
	float:left;
	display: block;
	padding:10px 5px 10px 0px;
	height:32px;
	text-align: right;
	text-decoration: none;
	margin-right: 1px;
	}

#botonera_principal ul li a h4, #botonera_principal ul li a .bot_ppal_em {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding-top: 2px;
	}

#botonera_principal ul li a {
	font-family: Verdana;
	font-size: 10px;
	color: #666;
	padding-top: 10px;
	}
	
.bot1 {
	width:183px;
	}
	
.bot2 {
	width:123px;
	}
	
.bot3{
	width:115px;
	}
	
.bot4{
	width:103px;
	}
	
.bot5{
	width:100px;
	}
		
#botonera_principal ul li a:hover {
	background: url(css_img/menu_bg_over.jpg) repeat-x top left;
	}
	
#botonera_principal ul li a.bot_selected, #botonera_principal ul li a.bot_selected:hover {
	background: url(css_img/menu_bg_selected.jpg) repeat-x top left;
	}
		
/* PIE DE PAGINA */

#footer {
	clear: both;
	width: 100%;
	height: 107px;
	background: url(css_img/background_footer.jpg) no-repeat top center;
	color: #FFF;
	}

#footer a {
	color: #FFF;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
#footer_direccion{
	width: 928px;
	height: 66px;
	padding-top: 10px;
	padding-left: 20px;
	margin:0 auto;
	position: relative;
	line-height: 18px;
	}
	
#footer_copyright{
	width: 928px;
	padding-top: 7px;
	padding-left: 20px;
	margin:0 auto;
	position: relative;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
	}
	
/* STICKY FOOTER */
	
html, body, #contenedor {height: 100%;}

body > #contenedor {height: auto; min-height: 100%;}

#contenido {padding-bottom: 107px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -107px; /* negative value of footer height */
	height: 107px;
	clear:both;
	} 
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {display: inline-block;}
/* Hides from IE-mac */

* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
