#contgaleriaprincipal{
	margin-top: 2em;
}
#contgaleriaprincipal .fotopeque{
 	width: 20%;
}

.fotopeque, 
#contgaleria .fotopequeact,  
#contgaleria .fotopeque{
 	width: 80px;
	border: 1px solid #ccc;
	padding: .5em;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contgaleria .fotopeque{
 	width: 40%;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
#contgaleria .fotopequeact{
 	width: 40%;
}
#contgaleria a{
	text-decoration: none;
}

.contenedorfotopeque{
 	float: left;
	width: 120px;
	height: 120px;
	height: auto;
	overflow: hidden;
	margin-right: .5em;
	background-color: #fafafa;
}
#contsiguiente, 
#contanterior{
 	height: 130px;
	display: inline;
	float: none;
	padding: 1em;	
}
#contsiguiente{
 	background-image: url(imas/flecha-siguiente.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#contanterior{
 	background-image: url(imas/flecha-anterior.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#imagenPrincipal{
 text-align: center;
}
#imagenPrincipal img{
 	background-color: #fff;
	padding: .5em;
	max-width: 100%;
}
#textoImagen{
 /*	background-color: #F7F9F7;*/
	padding: .5em;
}
