#botonera-principal{
	width: 930px;
	height: 46px;
	margin: 0;
	padding: 0;
	z-index:10;
	position:absolute;
	left:32px;
	.left:31px;/*solo IE*/
	top:181px;
	border:2px solid #fff;
	background:url('../img/fondo_menu3.gif');
}

/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	
	width:929px;
	text-align:left;
	color:#aaa;
	
	font-family: Gotham Medium, Arial, sans-serif;
	z-index:10;
	position:relative;
	top:1px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0px;
	padding:0;
	list-style:none;
	z-index:10;
	
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width:200px;
	cursor:pointer;
	height:35px;
	z-index:10;
	
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#aaa;
}

.dropdown a:visited{
	text-decoration:none;
	color:#aaa;
}

.dropdown a:hover{
	text-decoration:none;
	color:#fff;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	width:190px;
	border-bottom:1px solid #000;
	background:none;
	background-color:#222;
	font-size:12px;
	height:20px;
	.margin-bottom:-1px;/*solo para IE*/
	z-index:10;
}
.dropdown ul li img{
	float:right;
	position:relative;
	top:2px;
	.top:-12px;/*solo para IE*/
}

.dropdown ul li.submenu_conoce{
	width:200px;
}
.dropdown ul li.submenu_multimedia{
	width:180px;
}

.dropdown ul li.submenu{
	.margin-bottom:0px;/*solo para IE*/
	border-left:1px solid #000;
}
.dropdown ul li.submenu_servicios{
	.margin-bottom:0px;/*solo para IE*/
	width:205px;
	border-left:1px solid #000;
}
.dropdown ul li.submenu_tramites{
	.margin-bottom:0px;/*solo para IE*/
	width:160px;
	border-left:1px solid #000;
}
.dropdown ul li.submenu_vista{
	.margin-bottom:0px;/*solo para IE*/
	width:130px;
	border-left:1px solid #000;
}
.dropdown ul li.submenu_asoc{
	.margin-bottom:0px;/*solo para IE*/
	width:238px;
	border-left:1px solid #000;
}


/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	width:190px;
	text-transform:uppercase;
	font-size:14px;
}
.dropdown ul li a{
	position:relative;
	top:2px;
}
a.titulo{
	position:relative;
	top:10px;
	font-size:14px;
}
a.tituloactivo{
	position:relative;
	top:10px;
	color:#fff;
	font-size:14px;
}
a.tituloactivo:visited{
	color:#fff;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	width:190px;
	font-size:12px;
	height:20px;
}