/*########## Galería de Fotos #############*/

.Galeria {
	padding: 10px 10px 20px 10px;
	font-size: 12px;
	font-weight: bold;
}

	.Galeria .Titulo {
		font-size: 16px;
		color: #FFF;
	}
	
	.Galeria .Subtitulo {
		font-size: 12px;
		color: #FFF;
	}
	
	.Galeria .Texto {
		font-size: 11px;
		color: #FFF;
		font-weight: normal;
		padding: 10px 0;
		text-align: justify;
	}

/*########## Buscar evento #############*/
	
	.Galeria .BuscarFoto {
		margin-top: 5px;
		height: 50px;
	}
	
		.Galeria .BuscarFoto .CampoBuscar {
			width: 275px;
		}
	
				.Galeria .BuscarFoto .CampoBuscar INPUT {
					width: 275px;
					height: 15px;
					color: #666666;
					font-size: 11px;
				}
	
		.Galeria .BuscarFoto .BotonBuscar {
			width: 55px;
			height: 20px;
			float: right;
			margin-top: 10px;
		}

/*########## Lo más visto #############*/
	
.LoMasVisto {
	width: 302px;
	
}
	
	.LoMasVisto .Titulo {
		color: #999;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0;
	}
		
		.LoMasVisto .Normal {
			width: 54px;
			height: 54px;	
			float: left;
			padding-left: 8px;
			padding-bottom: 8px;
		}
		
		.LoMasVisto .Primera {
			width: 54px;
			height: 54px;	
			padding-left: 0px;
			padding-bottom: 8px;
			float: left;
		}
		
/*########## Fotos de la Galeria #############*/		
		
.FotosGaleria {
	width: 580px;
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
}
		
	.FotosGaleria .Imagen {
		width: 125px;
		height: 125px;	
		float: left;
		padding: 10px;
	}
		
/*########## Visor Galería #############*/			

IMG, DIV, A, INPUT { behavior: url(/js/iepngfix.htc); }
	
.GaleriaVisor {
}	

.GaleriaVisor .Contenedor {
	height: 535px;
}

.GaleriaVisor .BotonCerrar {
	position: relative;
	top: 8px;
	left: 830px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}	

.GaleriaVisor .ImagenGaleria {
	text-align: center;
	margin-top: 7px;
}

.GaleriaVisor .PanoramicaGaleria {
	text-align: center;
	margin-top: 7px;
	height: 480px;
}

.GaleriaVisor .Leyenda {
	width: 800px;
	margin: 0 auto;
	padding-top: 5px;
}

	.GaleriaVisor .Leyenda .Anterior {
		float: left;
		width: 15px;
		height: 19px;
	}
	
	.GaleriaVisor .Leyenda .Siguiente {
		float: right;
		width: 15px;
		height: 19px;
	}
	
	.GaleriaVisor .Leyenda .TituloFoto {
		font-size: 11px;
		height: 19px;
		line-height: 19px;
		text-align: center;
	}
	
	.GaleriaVisor .Leyenda .PiePanoramica {
		font-size: 10px;
		text-align: center;
	}
		

		
		
		
