.chromestyle{
width: 100%;
height:35px;
font-weight: bold;
text-align: center; /*set value to "left", "center", or "right"*/
}

.textosBotonesa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	text-indent: 15pt;
	white-space: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	height:30px; /*THEME CHANGE HERE*/
	padding: 10px 0;
	margin: 0;
	text-align: center;
	background-image: url(chromebg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 7px 25px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(chromebg-over.png);
	height:35px;
	background-repeat: repeat-x;
	background-position: center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0px solid #BBB;
font:normal 12px Tahoma;
line-height:35px;
z-index:100;
background-image: url(chromebg.gif);
width: 120px;
visibility: hidden;
}


.dropmenudiv a{
height: 35px;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
background-image: url(chromebg.gif);
width: auto;
}

.dropmenudiv a:hover, .dropmenudiv a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(chromebgdiv.gif);
	height:35px;
	background-repeat: repeat-x;
	background-position: center;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.textos 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #025354;
	text-align: justify;
	white-space: normal;
	line-height: 15px;
	
}
.textosBotonesarojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
	text-align: center;
	text-indent: 15pt;
	white-space: normal;
}
.textosBotonesablancos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
	text-indent: 0pt;
	white-space: normal;
}

.subtitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 0pt;
	white-space: normal;
	font-weight: bold;
}
.subtitulosverde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #025354;
	text-align: left;
	white-space: normal;
	font-weight: bold;
	vertical-align: middle;
	bottom: auto;
}
.textosBotonesablancosLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
	text-indent: 0pt;
	white-space: normal;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	font-variant: normal;
}

