@charset "utf-8";
/* CSS Document */
#content_fotos {
	margin:10px;
}
#content_fotos ul {
	margin:0;
	padding:0;
}
#content_fotos ul li {
	list-style:none;
	display:inline-block;
	margin:20px;
	padding:0;
	height:100px;
	text-align:center;
}
#content_fotos ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	display:block;
	text-decoration:none;
	text-align:center;
	margin:5px;
	padding:10px 10px 10px 10px;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background-color:#FFF;
}
#content_fotos ul li a:hover{
	-moz-box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
	-webkit-transform: rotate(0deg) scale(1.05) !important;
    -moz-transform: rotate(0deg) scale(1.05) !important;
    -o-transform: rotate(0deg) scale(1.05) !important;
    -ms-transform: rotate(0deg) scale(1.05) !important;
    transform: rotate(0deg) scale(1.05) !important;
}
#content_fotos ul li a:active{
	opacity:0.8;
}
#content_fotos ul li a img{
	border:0;
}
#content_fotos ul li span {
	display:block;
	
}