
/* URUGUAY 360 */

#listado .container{
	padding:8px;
}
#listado .container .foto{
	width:100%;
	height:381px;
	background-color:#555;
}
#listado .container .info{
	padding:20px 20px 30px 20px;
}
#listado .container .info h3{
	font-size:6.5em;
	color:#ace857;
}
#listado .container .info h4{
	font-size:2.5em;
}
#listado .container .info p{
	margin-top:0.6em;
	width:70%;
}


/* SERVICIOS */

#servicios #listado .container .foto{
	height:0;
	padding-bottom:27.4%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#servicios #listado .container .info{
	float:left;
	width:73%;
	padding-right:0;
	
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#servicios #listado .container .other{
	float:right;
	width:23%;
}
#servicios #listado .container .other .buy{
	width:100%;
	margin:29px 0 15px 0;
	
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

#servicios #listado .container .other .share strong{
	font-size:2.1em;
	font-weight:normal;
	float:left;
	margin-right:12px;
	line-height:28px;
}
#servicios #listado .container .other .share a{
	float:left;
	background-position:top center;
	background-repeat:no-repeat;
	width:27px;
	height:26px;
	display:block;
	text-indent:-1000000px;
	border-radius:30px;
	margin-left:3px;
}
#servicios #listado .container .other .share a:hover{
	background-position:bottom center;
}