.chromestyle{
	width: 100%;
	font-weight: bold;
	text-align: right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "";
	display: block;
	height: 15px;
	clear: both;
	visibility: visible;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
background: url(fondo_05.gif) /*THEME CHANGE HERE*/
padding: 1px 0;
	margin: 0;
	text-align: "right"; /*set value to "left", "center", or "right"*/
	background-image: url(fondo_05.gif);
	letter-spacing: normal;
	vertical-align: middle;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font:bold 12px Verdana;
color: #FFFFFF;
padding: 2px 20px;
margin: 0;
text-decoration: none;
border-right: 0px solid #080808;
}

.chromestyle ul li a:hover{
background: none; /*THEME CHANGE HERE*/
}							

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
content: "" url(fondo_05.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #666; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:13px;
z-index:100;
background-color: white;
width: 178px;
visibility: hidden;
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: 3px;
border-bottom: 1px solid #666; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image: url(chromebg2.gif);
}

/*ORIGINAL OLD THEMES*/

.tahoma {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.Tahobold {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
	font-weight: bolder;
}

/*a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}*/
.linkWWW {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000099;
	text-decoration:none;
	font-weight: bolder;
}
.linkWWW:hover {
	color: #0099FF;
	text-decoration: blink;
	font-weight: lighter;
}

.English {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
.TitBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: bold;
	}
.tahomaGrande {
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.tahomaMedia {
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}.linknegro {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.linknegro:hover {
	color: #0099FF;
	text-decoration: underline;
}
.linkblanco {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
}
.linkblanco:hover {
	color: #00CCFF;
	text-decoration: inherit;
	font-style: normal;
}

.TITULO  {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: inherit;
	color: #6699FF;
}
.TITULO2  {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #330099;
}

.TITULOBLANCO  {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFFFFF;
}
.txtbla  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.linkbla {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
