.galeria {
	width:100%;
}
.imgp img {
	width:100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-em-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.imgp {
	width:30%;
	display:inline-block;
	margin:10px;
}
.imgp:hover img.opacimg {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-em-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:98%;
}


