body,td,th{
	font-family: Tahoma, Geneva, sans-serif;
	color:#5c5c5c;
	font-size: 11px;
/*para body*/	
	
}
body{
	margin-left:10px;
	margin-top:0px;
}

.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #CBBB66;
	font-weight: bolder;
}
.tituloEnBloque {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #707070;
	vertical-align: middle;
	display: inline-block;
	background-color: #CCC;
	padding: 5px;
}

a{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:lighter;
	font-size: 11px;
	color:#999;
}

a:hover{
	font-weight:bold;
	color:#CCC;
}

.banner_gobierno{
	width:142px;
	height:95px;
	border:none;
}

li {
	list-style-image:url(img/lista.png);
	padding-top:5px;
}

.lista_agenda{
	list-style-image:url(img/lista_agenda.png);
	padding-top:5px;
}

.contenido_noticias{
	max-width:235px;
}

.contenido_agenda{
	max-width:235px;
}

.contenido_plantilla{
	max-width:587px;
	margin-top:10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/
*/

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

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

.thumbnail span, .thumbnail_izq 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, .thumbnail_izq span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

}

.thumbnail_izq:hover span{ /*CSS for enlarged image on hover (para verse por la izquierda)*/
visibility: visible;
top: -10px;
left: -15px; /*position where enlarged image should offset horizontally  (debe ser lo bastante negativo para que imagen se vea en navegador)*/

}



/* FIN THUMB*/

