#dropmenudiv{
	position:absolute;
	font:normal 10px Arial;
	border-bottom: 0px;
	line-height:18px;
	z-index:100;
	width: 175px;
	background-color: #FFFFC0;
	}
	

#dropmenudiv a{
	width: 175px;
	display: block;
	text-indent: 2px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFC0;
	color:#333333;
	border-bottom: 1px solid gray;
	}
	

#dropmenudiv a:hover{
	width: 175px;
	background-color: #F2E102;
	color:#333333;
	text-decoration: underline;
}

/*CSS para bg de secciones*/
.menu_section_bg {background-image: url(../images/menu/bg_menu.gif); background-repeat:no-repeat; width:169px; height:19px; padding-bottom:7px;}
.menu_section_bg div {font-family: Tahoma; font-size:11px; font-weight:normal; font-style:normal; color:#FFFFFF; padding-left:7px; padding-top:2px;}



