.chromestyle{
	width: 570px;
	font-weight: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8BCD5;
	border-left-color: #A8BCD5;	
	cursor:pointer;
}

:after.chromestyle{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #0D4277;
	width: 590px;
	padding: 4px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(fondo-menu-arriba.gif); /*THEME CHANGE HERE imagen de fondo*/
	background-repeat: repeat-x;
	background-position: center top;
	vertical-align: sub;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 5px 8px; /*SEPARACION horizontal ENTRE OPCIONES DE MENU*/
	margin: 0;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 11px; /*TAMA;O DE FUENTE ARRIBA*/
	border-right: 0px solid #A11017; /*COLOR DE LINEA ENTRE MENUS DE ARRIBA*/
	font-weight: normal;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #C1C5C7; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px; /* ALTURA distacias entre cada opcion del menu*/
	z-index:100;
	background-color: #D3DBE0;
	width: 200px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #C1C5C7; /*LINEA ENTRE DROPDOWN*/
	padding: 5px 0;/*ANCHO DE MENU DROPDOWN*/
	text-decoration: none;
	font-weight: normal;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2d466a; /*COLOR MENU OVER*/
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}

.inicio a:hover{ /*THEME CHANGE HERE*/

color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}