@charset "utf-8";
/* Autor: Monica Lopez */

#menu {
float: left;
height:73px;
width:998px;
margin: 0;
padding: 0px; 
}
#menu ul {
	list-style-type: none;
	margin:0;
	padding:0
}
#menu ul li.nivel1 { 
	float: left;
	margin-right: 0px;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #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;
	text-indent:-8000px;
	position: relative;
}
#menu ul li:hover {
	position: relative;
}
#menu ul li a:hover, #menu ul li:hover a.nivel1 {
	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 {
	border-top-color: #000;
	position: relative;
}
#menu ul li ul li a:hover {
	border-top-color: #000;
	position: relative;
}

a.aa {
	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/clientes1.jpg) no-repeat;
}
a.ee:hover{
	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;
}

