.contenedor{
	width:545px;
	margin-left:30px;
	margin-top:0px;
	position:relative;
	z-index:10;
}
.dropdown {
	float:left;
	font:12px Arial, Helvetica;
	font-weight:bold;
	color:#444444;
	/*background:#818386;
	background-image: url(../imagenes/bgMenuPpal.jpg);*/
	background-repeat:repeat-x;
	text-align: center;
}
.dropdown dt#uno-ddheader {
	width: 75px;
}
.dropdown dt#unoA-ddheader {
	width: 75px;
}
.dropdown dt#dos-ddheader {
	width: 75px;
}
.dropdown dt#tres-ddheader {
	width: 65px;
}
.dropdown dt#cuatro-ddheader {
	width: 120px;
}
.dropdown dt#cinco-ddheader {
	width: 130px;
}
.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#uno-ddcontent {
	margin-left:-35px;
	width:190px;
}
.dropdown dd#unoA-ddcontent {
	margin-left:35px;
	width:190px;
}
.dropdown dd#cinco-ddcontent {
	margin-left:315px;
	width:170px;
}
.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;
}