/* ---------------------------------------------------------------------------------------------- */
/* ESTILOS PARA LAS GALERÍAS DE IMÁGENES */
.ga_fotogrande{
	width:100%;
	text-align:center;
	vertical-align:middle;
}
.ga_fotogrande img{
	border:1px solid #333;
	margin:12px;
}
.ga_thumb{
	border:1px solid #999;
	background-color:#eee;
	margin:5px;
	margin-top:10px;
	width:100px;
	height:100px;
	float:left;
	display:block;
	line-height:100px;
	text-align:center;
}
.ga_thumb a:link,.ga_thumb a:visited{
	width:100px;
	height:100px;
	background-color:#EEE;
	display:block;
	margin:0;
	text-decoration:none;
	line-height:100px;
}
.ga_thumb a:hover{
	background-color:#fff;
}
img.thumb{
	vertical-align:middle;
	border:0;
	margin:0;
	margin-top:-2px;
}
/* ---------------------------------------------------------------------------------------------- */
