.background-body{

	background: #3D3A44 url("../img/hospedaje-fondo.png") center center no-repeat fixed;
	background-size: cover;

}

.mg-l{
	margin-left: 90px;
}


.pases-cuadro{

	border: 1px solid #fff;
	padding: 15px 10px 0 10px;
	border-radius: 20px 20px 20px 20px;
	height: 250px;
	margin: 0 10px 0 10px ;
	color: #fff;
	position: relative;

-webkit-box-shadow: 10px 10px 300px -40px rgba(146,96,227,1);
-moz-box-shadow: 10px 10px 300px -40px rgba(146,96,227,1);
box-shadow: 10px 10px 300px -40px rgba(146,96,227,1);

}

.pase-comprar{
	position: absolute;
	bottom: -10px;
}

.pase-comprar div{
	border: 1px solid #9260e3;
	display: inline-block;
	border-radius: 50px 50px 50px 50px;
	padding: 4px 25px;
	line-height: 1rem;
	background-color: #9260E3;
	font-size: 14px;
}

.hr{

	border-top: 1px solid #9260e3;

}



a:link,
a:visited{
	color: #fff;
	text-decoration: none;
}