/* estilos para photoswipe*/

.gallery { list-style: none; padding: 1px 0 8px 0; margin:4px 0px 6px 2px; width:99%; border: 0px none;    }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.gallery li a { display:block; }
.gallery li img { 
	display:block; 
	width: auto; 
	height: auto; 
	margin: 0 auto;
	padding: 0.813em;
	/*border:1px solid #CCC;
	box-shadow:2px 2px 3px #999999;*/
	
	background-color: #FFF;
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.gallery li img:hover { 
/*-webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
		  border-radius: 6px;
		  
		  background-color: #2964CF;*/
	
}
@media only screen and (min-width: 481px) {
.gallery li img { 
	display:block; 
	width: auto; 
	height: auto; 
	margin: 0 auto;
	padding: 0.813em;
}

}
@media only screen and (min-width: 769px) {
.gallery li img { 
	display:block; 
	width: auto; 
	height: auto; 
	margin: 0 auto;
	padding: 0.813em;
}
}
@media only screen and (min-width: 1025px) {
	.gallery li img { 
	display:block; 
	width: auto; 
	height: auto; 
	margin: 0 auto;
	padding: 0.813em;
}
}


