

.gallery{margin:0 auto; width:100%; padding-left:10%;}
.gallery .gallery-item{float:left;margin:0 auto;text-align:center;width:40%;cursor:pointer;}
.gallery img{border:2px solid #cfcfcf;
display:block!important;
-webkit-transition:-webkit-transform 1s ease-out;
-moz-transition:-moz-transform 1s ease-out;
-o-transition:-o-transform 1s ease-out;
-ms-transition:-ms-transform 1s ease-out;
transition:transform 1s ease-out;

}
.gallery img:hover{
-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
-o-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);


}
.gallery .gallery-caption{font-size:12px;margin:0 0 12px;}
.gallery img{border:10px solid #f1f1f1;}
.gallery-caption{
	font-family:"Helvetica Neue",Arial,sans-serif;
	font-size:14px;font-weight:normal;
	line-height:20px;
	font-size:10px;
}

.ver-opciones a{ margin-right:20px; }


