@charset "utf-8";
/* Autor: Monica Lopez */

#menu * {margin: 0px;

}
/*html, body {width: 100%;
}
body {background: #366;

}*/
#menu {
float: left;
height:73px;
width:998px;
margin: 0;
padding: 0px; 
/*border: 1px solid red;*/
}
#menu ul {list-style-type: none;
margin:0; padding:0
}
/*#menu ul li {width: 162px;
}*/
#menu ul li.nivel1 { float: left;
margin-right: 0px;
}
#menu ul li a {display: block;
text-decoration: none;
color: #fff;
/*background-color: #399;*/
/*border: solid 0px #fff;*/
position: relative;
height: 73px;
}
#menu ul li a.nivel2, #menu ul li a.nivel2ie {color: #000;
}
#menu ul li a.nivel1, #menu ul li a.nivel2 {display: block!important;display: none;
position: relative;
}
#menu ul li:hover {position: relative;
}
#menu ul li a:hover, #menu ul li:hover a.nivel1 {
/*background-color: #6CC;*/
color: #683c18;
position: relative;
}
#menu ul li ul {display: none;
}
#menu ul li:hover  ul.nivel2, #menu ul li a:hover  ul.nivel2{display: block;
padding: 0px;
margin: 0px;
position:absolute;
width:210px;
height:123px;
background: url(../imagenes/fondo-menu.png) no-repeat;
z-index: 1;
}
#menu ul li ul li a:hover ul.nivel3, #menu ul li ul li:hover ul.nivel3 {display: block;
position: absolute;
left: 161px!important;left: 160px;
top:0px!important;top: -21px;
}
#menu ul li ul li a {border-top-color: #000;
position: relative;
}
#menu ul li ul li a:hover {border-top-color: #000;
position: relative;
}
#menu ul li ul li ul li a.primera {border-top-color: #fff;
}
table.falsa {border-collapse:collapse;
border:0px;
float: left;
position: relative;
}

a.aa {
	background: url(../imagenes/home1.jpg) no-repeat;
}
a.aa:hover{
	background: url(../imagenes/home2.jpg) no-repeat;
}
a.bb {
	background: url(../imagenes/empresa1.jpg) no-repeat;
}
a.bb:hover {
	background: url(../imagenes/empresa2.jpg) no-repeat;
}
a.cc {
	background: url(../imagenes/productos1.jpg) no-repeat;
}
a.cc:hover {
	background: url(../imagenes/productos2.jpg) no-repeat;
}
a.dd {
	background: url(../imagenes/servicios1.jpg) no-repeat;
}
a.dd:hover{
	background: url(../imagenes/servicios2.jpg) no-repeat;
}

a.ee {
	background: url(../imagenes/clientes2.jpg) no-repeat;
}
a.ff {
	background: url(../imagenes/contactenos1.jpg) no-repeat;
}
a.ff:hover{
	background: url(../imagenes/contactenos2.jpg) no-repeat;
}

a.gg {
	background: url(../imagenes/historia1.jpg) no-repeat;
}
a.gg:hover{
	background: url(../imagenes/historia2.jpg) no-repeat;
}
a.hh {
	background: url(../imagenes/mision1.jpg) no-repeat;
}
a.hh:hover{
	background: url(../imagenes/mision2.jpg) no-repeat;
}
a.ii {
	background: url(../imagenes/valores1.jpg) no-repeat;
}
a.ii:hover{
	background: url(../imagenes/valores2.jpg) no-repeat;
}

