.chromestyle{
height: 60px;
width: 534px;
margin-top: 0px;
padding-top: 0px;
font-weight: bold;
z-index:100;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	float: left;
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #fff100;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 10px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 30px;
	border: 1px solid #357536; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	background-color: #73a133;
	width: 120px;
	visibility: hidden;
















    filter: progid:DXImageTransform.Microsoft.Shadow(color=#9e9d9d,direction=140,strength=3); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff100;
	margin-top: -10px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #357536;
	text-decoration: none;
	color: #fff100;
	background-image: url(images/flechaAmarilla.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #438641;
}
#chromemenu {
	float: left;
}

.mas {
	height: 22px;
	margin-top: 18px;
	vertical-align: middle;
}
.espacio {
	padding-top: 5px;
}

