@charset "utf-8";
#fotos_box {

	width: 980px; position: relative;
	height: 530px;
	*background-color: #E84441;
	background-color: #E84441\0/;
	text-align: center;
	-webkit-box-shadow:  0px 15px 30px rgba(0, 0, 0, 1);
	-moz-box-shadow:     0px 15px 30px rgba(0, 0, 0, 1);
	box-shadow:        0px 15px 30px rgba(0, 0, 0, 1);
	padding:10px;
	padding-top: 20px;
	
background: -moz-linear-gradient(-45deg,  rgba(181,20,18,0.56) 0%, rgba(213,50,47,1) 62%, rgba(232,68,65,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(181,20,18,0.56)), color-stop(62%,rgba(213,50,47,1)), color-stop(100%,rgba(232,68,65,1)));
background: -webkit-linear-gradient(-45deg,  rgba(181,20,18,0.56) 0%,rgba(213,50,47,1) 62%,rgba(232,68,65,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(181,20,18,0.56) 0%,rgba(213,50,47,1) 62%,rgba(232,68,65,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(181,20,18,0.56) 0%,rgba(213,50,47,1) 62%,rgba(232,68,65,1) 100%);
background: linear-gradient(135deg,  rgba(181,20,18,0.56) 0%,rgba(213,50,47,1) 62%,rgba(232,68,65,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb51412', endColorstr='#e84441',GradientType=1 );




}

	.content2{
	margin:10px;
	width:940px;
	height:430px;
	padding:10px;

	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;

}

#foto_lit{ 

 width: 320px; height: 170px; vertical-align: top;
	display:inline-block;
*display: inline;  text-align: center;


}

		
		#foto_lit img{	/*border: 1px solid #333;
		-webkit-box-shadow:  3px 3px 10px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    3px 3px 10px 0px rgba(0, 0, 0, 1);
box-shadow:          3px 3px 10px 0px rgba(0, 0, 0, 1); */
z-index: 1;
		-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
transform: scale(1,1);
		}

#foto_lit img:hover{/*-webkit-box-shadow: 0px 0px 15px 4px rgba(255, 0, 0, 1);
-moz-box-shadow:    0px 0px 15px 4px rgba(255, 0, 0, 1);
box-shadow:         0px 0px 15px 4px rgba(255, 0, 0, 1); */
transform: scale(0.92,0.92)
}
	
#foto_lit:hover a{ color: white;}
	
#foto_lit a{ text-decoration: none; color: #E84441;}
	
#foto_lit:hover p{
	top: -15px; background-color: #000000;
	}
		#foto_lit p{
	background-color: #222; padding: 5px; position:relative; top: -10px; z-index: 44;
	max-width: 220px;
	margin: 0 auto; width: auto;
	color:#fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:13px;
	font-weight:700;
	line-height: 15px;
	text-align:center;
left:0px;  position: relative;
	text-transform: uppercase;
border: 1px solid #333;
		/*-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    4px 4px 10px 0px rgba(0, 0, 0, 1);
box-shadow:         4px 4px 10px 0px rgba(0, 0, 0, 1);*/
vertical-align:central middle;

		-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}


.link_masfotos{
	color:#4E1007;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-style: italic;
	font-size:20px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	POSITION: relative;
	LEFT: 0; top: -1px;
}
	
	.link_masfotos:HOVER{COLOR: #000; LEFT: 10PX;}
	