﻿.chromestyle{
	width: 100%;
	font-family:Century Gothic;
	font-size:13px;
	height:100%
}

:after.chromestyle{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%; 
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
line-height:30px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 10px 6px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:visited{
color: #494949;
padding: 10px 6px;
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-color: #50b422;
text-decoration: none
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #BBB;
/*THEME CHANGE HERE*/	border-bottom-width: 0;
	font: normal 12px Century Gothic;
	line-height: 20px;
	text-align: left;
	z-index: 100;
	background-color: #EBEBEB;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: 300;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
background-color: #50b420;
	text-decoration: none;
	color: #000000;
}




/* ######### Style for otras partes de la hoja ######### */


h1
	{margin-top:24.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	line-height:115%;
	page-break-after:avoid;
	font-size:18.0pt;
	font-family: Century Gothic; 
	font-weight:bold;
	color:#875901;
	}
 h2
	{margin-top:10.0pt;
	margin-right:0in;
	margin-left:0in;
	page-break-after:avoid;
	font-family:"Cambria","serif";
	line-height:100%}

	
 .HeadingTwo
	{font-family:"Cambria","serif";
	font-size:13.0pt;
	text-decoration: none;
	font-weight:bold;
	color:#000099; line-height:100%; margin-bottom:-10}
	

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
body {
	font-family: Georgia, Times New Roman, Times, serif;
}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style11 {font-family: Georgia, "Times New Roman", Times, serif}


.marron {font-family: Century Gothic; font-size:150%; color:#875901}

/* to set the entire block in the midle for differing browser defaults */
div.mainbody {
  width: 902px ; 
  margin-left: auto ;
  margin-right: auto ;
}

a  { text-decoration: none }
a:hover {text-decoration: underline}
/* a:visited { color: #0000FF } */

span.choice160 {font-size:160%}




.quotaverde {
color="#50b422";
font-family: Verdana; 
font-style:italic
}