.contenedor{
	width:580px;
	margin-left:-30px;
	margin-top:-103px;
	position:absolute;
	z-index:1000;
}
.dropdown {
	float:left;
	font:10px Verdana, Arial, Helvetica;
	font-weight:bold;
	color:#1B4195;
	/*background:#818386;*/
	/*width:110px;*/
	/*background-image: url(../imagenes/bgMenuPpal2.jpg);*/
	background-repeat:repeat-x;
	text-align: center;
}
.dropdown dt#dos-ddheader {
	width: 110px;
}
.dropdown dt#uno-ddheader, dt#tres-ddheader {
	width: 70px;
}
.dropdown dt#cuatro-ddheader {
	width: 130px;
}
.dropdown dt#seis-ddheader {
	width: 90px;
}
.dropdown dt#cinco-ddheader {
	width: 110px;
}
.dropdown dt {
	font-weight:bold;
	cursor:pointer;
	height:16px;
	padding-top:4px
}
.dropdown dt:hover {
	background:url(../imagenes/imgs_menu_ppal/hover_menu_ppal.png);
	color:#000000;
}
.dropdown dd {
	position:absolute;
	display:none;
	z-index:200;
	opacity:0;
	margin-left:-40px;
}
.dropdown dd#cinco-ddcontent {
	margin-left:300px;
	width:165px;
}
.dropdown ul {
	border:0px solid #818386;
	border-top:0px;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:3px;
	color:#000000;
	text-decoration:none;
	background:#FFFFFF;
	font:10px Verdana, Arial, Helvetica;
	font-weight:bold;
	text-align: left;
	filter: alpha(opacity=50);
	opacity: .5
}
.dropdown a:hover {
	/*background:url(../imagenes/imgs_menu_ppal/nav2.png);*/
	background:#818386;
	color:#FFFFFF;
}
.dropdown .underline {
	border-bottom:0px;
}