.menu {
	width:343px;
	margin: 0;
	padding: 0;
	list-style: none;
	/*background: #fff;*/
}
.menu li {
	padding: 0;
	margin: 0;
	height: 21px;
	/*margin-right: 35px;*/
	list-style: none;
	background-repeat: no-repeat;
}
li.separador{
	margin-right:37px;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2500px;
	height: 21px;
	background-repeat: no-repeat;
}

#empresa{background-image: url(../imagenes/cabecera-menu-empresa-o.png); width: 58px;}
#empresa a {background-image: url(../imagenes/cabecera-menu-empresa.png);}
#empresa a#current{background-image: url(../imagenes/cabecera-menu-empresa-o.png); width: 58px;}

#servicios {background-image: url(../imagenes/cabecera-menu-servicios-o.png); width: 53px;}
#servicios a {background-image: url(../imagenes/cabecera-menu-servicios.png);}
#servicios a#current{background-image: url(../imagenes/cabecera-menu-servicios-o.png); width: 53px;}

#noticias {background-image: url(../imagenes/cabecera-menu-noticias-o.png); width: 49px;}
#noticias a {background-image: url(../imagenes/cabecera-menu-noticias.png);}
#noticias a#current{background-image: url(../imagenes/cabecera-menu-noticias-o.png); width: 49px;}

#contacto {background-image: url(../imagenes/cabecera-menu-contacto-o.png); width: 54px;}
#contacto a {background-image: url(../imagenes/cabecera-menu-contacto.png);}
#contacto a#current{background-image: url(../imagenes/cabecera-menu-contacto-o.png); width: 54px;}

#empresa a:hover, #servicios a:hover, #noticias a:hover, #contacto a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/*menu principal de servicios y productos*/
#container-menu{
	width:675px;
	height:247px; 
	background:#dadada url(../imagenes/servicios-img01.png) no-repeat top;
	position:absolute;
	top:21px;
}
#container-menu-tresg{
	width:675px;
	height:247px; 
	background:#dadada url(../imagenes/servicios3g-img01.png) no-repeat top;
	position:absolute;
	top:21px;
}
#capa0{
	position:relative;
	width:240px;
	height:247px;
	/*background:#ccc;*/
	float:left;
}
#capa1{
	position:absolute;
	width:201px;
	height:247px;
	background: transparent url(../imagenes/menu-background.png) no-repeat top;
	opacity:0;
	z-index:3;
	left:217px;
	display:none;
}
#capa2{
	position:absolute;
	width:201px;
	height:247px;
	background: transparent url(../imagenes/menu-background.png) no-repeat top;
	opacity:0;
	z-index:3;
	left:217px;
	display:none;
}