
.gal-ite{
   width: 300px;
   height: auto;
   margin: 10px;
   float: left;
   position: relative;
   text-align: center;
   background:#FFF;
   border:solid 1px #CCCCCC;
   border-radius:8px
}
.gal-ite .off{
   background:#ffd9d9 !important;
}
.gal-ite-img {
   width: 100%;
   height: 200px;
   overflow: hidden;
   position: relative;
   text-align: center;
}
.gal-ite-img .mask, .gal-ite-img .content  {
   width: 100%;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.gal-ite-img img {
   display: block;
   position: relative;
}
.gal-ite-img a.info {
   background:url(img/lupa.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0px;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.gal-ite-tit{ width:100%;text-align:center;padding:10px 0px;color:#E47277;font-size:20px;overflow:hidden;max-height:18px;border-top:solid 7px #B8F0EB }
.gal-ite-pre{ display:inline-block;width:50%;text-align:center;padding:10px 0px;color:#71c2c9;font-weight:bold }
.gal-ite-bot{ display:inline-block;width:45%;text-align:center;padding:10px 0px; }


.efecto .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.efecto a.info {
	position:relative;
	top:-10px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.efecto:hover .mask {
   opacity: 1;
   border:100px solid rgba(0,0,0,0.7);
}
.efecto:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}