body {
	font-family: arial; font-weight: normal; color: #000000
}
.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
.naranja11link {
	font-size: 11px;
	color: #FF8040;
	font-family: Arial, Helvetica, sans-serif;
}
.ceej {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FF9933;
}
.negrita17 {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.correo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
	color: #e87400;
}

.NgDe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #000000;
}
.texnaranja12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e87400;
	font-style: normal;
	
	a:hover {  
	color: #999999;
	text-decoration: none;} 
	
}
.grisnaranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
}
.grisnaranja:hover { 
	font-weight:500; 
	color: #999999;
} 

.centro {
	text-align: center;
}
.Azul12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3333CC;
	font-style: normal;
	a:hover;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #666666;


}
.Azul12Copia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #3333CC;
	font-style: normal;
	a:hover;
	border: thin none #666666;

}
.texnaranja12Copia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e87400;
	font-style: normal;
	a:hover;
	border-top: thin none #666666;
	border-right: thin none #666666;
	border-bottom: thin dotted #666666;
	border-left: thin none #666666;


}
.texnaranja16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e87400;
	font-style: normal;
	a:hover;
	border: thin none #666666;

}
.marcoIzquierdo {
	border-left-width: .5pt;
	border-left-style: dotted;
	border-left-color: #999999;
}
.negra9blck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 800;
	color: #000000;
	font-style: normal;
}
.conv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	font-weight: bold;
}
.BLsc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000033;
	font-weight: bold;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666600;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666600;
}
.calend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.NegroGris33 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
}
.NegroGris33:hover { 
	font-weight:500; 
	color: #999999;}
.grisnaranjaCopia {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
}
.grisnaranjaCopia {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FF3300;
	text-decoration: none;
}
.NegroNaranja {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
}
.NegroNaranja:hover { 
	font-weight:500; 
	color: #ff6600; }

#informe {
	position:absolute;
	top:233px;
	left:719px;
	height: 174px;
	background: #FFFFFF;
	cursor: hand;
	filter: alpha(opacity=80);
	color: #000000;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid orange;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #EFEFEF;
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: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 650px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	top: 270px;
}
