a:link {
	text-decoration: none;
	color: #d60708;
}
a:visited {
	text-decoration: none;
	color: #d60708;
}
a:hover {
	text-decoration: underline;
	color: #bebe77;
}
a:active {
	text-decoration: none;
	color: #ffffff;
	text-align: left;
}
.Estilo2 {font-family: "Trebuchet MS"}
.Estilo2White {font-family: "Trebuchet MS";color:#FFF}
.Estilo3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #7A856B;
}
.Estilo4 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #7A856B;
}
.Estilo5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
}
.Estilo7 {font-size: 12px}
.Estilo9 {
	font-size: 12px;
	color: #cccc99;
}
.Content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.ContentJustified {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.ContentCenter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.content_tablas_grey {
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
	font-style: normal;
}
.Tit_MainContent {
	font-size: 14px;
	color: #577211;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Tit_tabla {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#ffffff;
	font-style: normal;
}
.content_tablas {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	color:#577211;
	font-style: normal;
	text-align: left;
}
.Notas {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
}
.NotasWhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#577211;
	font-weight: bold;
}
.justifiedTable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
	word-spacing: normal;
}
.idiomaFooter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7px;
}
.subtitle {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color:#9B9B00;
}
.subtitleRed {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color:#d60708;
}
.subtitleBlack {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color:#000000;
}.subtitleWhite {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color:#ffffff;
}
.TitleWhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
}
.tableCenter {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent table tr .Estilo2Centro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr .tableCenterBlack {
	color: #000;
	text-align: center;
	font-size: 14px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


