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


*{
padding:0;
margin:0;
}

body{font:11px Verdana, Arial, Helvetica, sans-serif;
background:#585858;

}

#container{
margin:0px auto;
margin-top:3px;
width:990px;
height:600px;
}

#cabeza{
background:url(../i/cabeza_bg.jpg) no-repeat;
height:71px;
}

#logo{
float:left;
overflow:hidden;
width:155px;
height:62px;
margin-left:50px;
margin-top:4px;
}

#menu{
margin-top:20px;
margin-right:50px;
float:right;
height:40px;
width:460px;
}

/*........................................Menu...............................*/
#menu li{
	float:left;
	list-style:none;	
}

#iniciobtn,#eisbtn,#nosotrosbtn,#productosbtn,#noticiasbtn,#contactobtn{
	display:block; 
	width:auto;
	height:31px;
	text-indent:-400px;
	overflow:hidden;
	}
	
#iniciobtn{
	background: url(../i/menu/inicio.gif) left top no-repeat;
	width:61px;
	}
		
#eisbtn{
	background: url(../i/menu/eis.gif) left top no-repeat;
	width:50px;
	}	
	
#nosotrosbtn{
	background: url(../i/menu/nosotros.gif) left top no-repeat;
	width:112px;
	}		
#productosbtn{
	background: url(../i/menu/productos.gif) left top no-repeat;
	width:85px;
	}
#noticiasbtn{
	background: url(../i/menu/noticias.gif) left top no-repeat;
	width:73px;
	}	
#contactobtn{
	background: url(../i/menu/contacto.gif) left top no-repeat;
	width:73px;
	}		

		
#iniciobtn:hover ,#E.S. Teck Complexbtn:hover ,#nosotrosbtn:hover ,#productosbtn:hover ,#noticiasbtn:hover ,#contactobtn:hover {
	background-position:left -31px	
	}
	
.actual #iniciobtn{
	background-position:left -31px	
	}
.actual #eisbtn{
	background-position:left -31px	
	}
.actual #nosotrosbtn{
	background-position:left -31px	
	}
.actual #productosbtn{
	background-position:left -31px	
	}
.actual #noticiasbtn{
	background-position:left -31px	
	}
.actual #contactobtn{
	background-position:left -31px	
	}



/*........................................Menu...............................*/






#cuerpo{
background:url(../i/cuerpo_bg.jpg) repeat-y;
height:440px;
}

#cuerpo2{
background:url(../i/cuerpo_bg.jpg) repeat-y;
height:600px;
}


#pie{
background:url(../i/pie_bg.jpg) no-repeat;
height:85px;
}







#pie p{
margin:0px auto;
margin-left:350px;
color:#BBE800;
}


#submenu{
color:#BBE800;
margin-left:340px;
}

#submenu li{
	font-size:9px;
	margin-left:10px;
	text-align:center;
	margin-top:22px;
	float:left;
	list-style:none;	
}

#submenu a:link {
	color: #BBE800;
	text-decoration: none;
}
#submenu a:visited {
	text-decoration: none;
	color: #BBE800;
}
#submenu a:hover {
	text-decoration: underline;
	color: #BBE800;
}
#submenu a:active {
	text-decoration: none;
	color: #BBE800;
}


