/*--GALERIA ESPONSOR WEB--*/
.espon_100{
	width:100%;
	float:left;
	height:360px;
	border:3px solid #FFF;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	overflow:hidden;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.espon_50{
	width:49%;
	float:left;
	height:360px;
	border:3px solid #FFF;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	overflow:hidden;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
	.espon_50:nth-of-type(2n){
		margin-right:2%;
	}
	
.prev_espon img{
	width:84%;
	height:360px;
	margin-left:8%;
}

/*--MENU MOVIL--*/	

@media screen and (max-width:400px){

/*--GALERIA ESPONSOR MOVIL--*/
.espon_100{
	width:96%;
	float:left;
	height:200px;
	border:3px solid #FFF;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:2%;
	position:relative;
	overflow:hidden;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.espon_50{
	width:96%;
	float:left;
	height:200px;
	border:3px solid #FFF;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:2%;
	position:relative;
	overflow:hidden;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}	
.prev_espon img{
	width:84%;
	height:200px;
	margin-left:8%;
}
