body {font:11px Arial, Helvetica; }
* {padding:0; margin:auto; }

.dropdown {float:left; padding-right:0px}


.dropdown dt {
	width:96px;
	height:26px;
	cursor:pointer;
	background:url(../images/btn_Empresa.jpg);
	color: #FFF;
	
}
.dropdown dt:hover {background:url(../images/btn_EmpresaOn.jpg)}
.dropdown dd {position:absolute; overflow:hidden; width:204px; display:none;  opacity:0%}
.dropdown ul {width:auto; padding: 0;  margin: 0; display:block;  list-style:none; border-top:none}
.dropdown li {
	display:inline-table;
	border-top:none; border-spacing:0px;
	padding:0px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#ffffff;
	text-decoration:none;
	background:#03060f;   /* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
	width:168px
}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}

/* Productos */

.MenuDesplegable {float:left; padding-right:0px}
.MenuDesplegable dt {
	width:129px;
	height:26px;
	cursor:pointer;
	background:url(../images/btn_Fondo.jpg);
	color: #FFF;

}
.MenuDesplegable dt:hover {background:url(../images/btn_FondoOn.jpg)}
.MenuDesplegable dd {position:absolute; overflow:hidden; width:204px; display:none;  opacity:0%}
.MenuDesplegable ul {width:auto; padding: 0;  margin: 0;  list-style:none; border-top:none}
.MenuDesplegable li {
	display:inline-table;
	border-top:none; border-spacing:0px;
	padding:0px;
}
.MenuDesplegable a, .MenuDesplegable a:active, .MenuDesplegable a:visited {
	display:block;
	padding:5px;
	color:#ffffff;
	text-decoration:none;
	background:#03060f;   /* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
	width:168px
}
.MenuDesplegable a:hover {background:#d9e1e4; color:#000}
.MenuDesplegable .underline {border-bottom:1px solid #b9d6dc}