@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body {
	background-color: #F0F0F0;
	margin: 0px;
	font-family: Arial, Calibri, serif;
}
ul li { display: inline; }
a{ text-decoration:none; }
a:hover{ text-decoration:underline; }
.titulo1 {
	font-family: 'Droid Sans', Georgia, sans-serif;
font-size: 40px;
color:#000000;
}
.titulo1Bco {
	
	font-family: 'Droid Sans', Georgia, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
}
.blanco12bcot {
	font-family: "Arial Narrow", Impact, "Lucida Bright";
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	
}
.Lucida15Gris {
	font-family: 'Droid Sans', Georgia, sans-serif;
font-size: 18px;
color: #404041;
}
.Lucida13Ngo {
	font-family: 'Droid Sans', Georgia, sans-serif;
font-size: 15px;
color: #000000;
}
.resumen {
font-family: Arial, Calibri, serif;
font-size: 13px;
color: #404041;
}
.titulo2 {
font-family: 'Droid Sans', Georgia, sans-serif;
font-size: 15px;
color: #000;
font-weight: bold;
}
.titulo2Rojo {
	font-family: Arial, Calibri, serif;
	font-size: 14px;
	color: #961519;
}
.titulo2Gris {
	font-family: 'Droid Sans', Georgia, sans-serif;
	font-size: 14px;
	color: #333;
}
.titulo2Gris13 {
	font-family: 'Droid Sans', Georgia, sans-serif;
	font-size: 12px;
	color: #333;
}
.titulo3 {
	font-family: 'Droid Sans', Georgia, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
.titulo3x {
	font-family: Arial, Calibri, serif;
	font-size: 12px;
	color: #333333;
}

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*Estilos del borde y texto*/
position: absolute;
background-color: white;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: #FFFF00;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom:0px;
left: 440px; /*position where enlarged image should offset horizontally */
}
