/* MENU DESPLEGABLE */

.chromestyle{
	margin-left: 20px;
	padding-top: 2px;
}

.chromestyle:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	color: #000000;
}

.chromestyle ul{
	width: 100%;
	padding: 0px;
	text-align: left;


    border=0;
	margin: 0px;
	color: #000000;
}

.chromestyle ul li{
	display: inline;


    border=0;
	padding: 0px;
	font-size: 10px;
	color: #000000;
}

.chromestyle ul li a, a:active, a:visited {
	color: #000000;
	padding: 0px;
	margin: 0;
	border: 0;
	text-decoration: none;
	border-width: 0;
}

.chromestyle ul li a:hover {
	color: #FF6600;
	text-decoration: none;
/*background: url(chrometheme/chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
.separador {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	background-color: #F8F8F8;
	color:#000000;
	width: 130px;
	visibility: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 5px;
}
.dropmenudiv a {
	background-color:#F8F8F8;
	color:#FF6600;
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.dropmenudiv a:visited {
	background-color:#F8F8F8;
	color:#FF6600;
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}
* html .dropmenudiv a:visited { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*CAMBIOS DEL ROLLOVER*/
background-color: #CCCCCC;
color:#000000;
}
