
.fotos
{
	padding: 2%;
}


.fotos .img-miniatura
{
	
	margin-bottom: 2%;
}

.fotos .img-miniatura img
{
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 0;
}

.fotos .thumbnail img:hover
{
	border: none !important;
	outline: none !important;

	-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
margin: 0 auto;
}