.background-body{

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

}

.pases-cuadro{

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

}

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

.pase-comprar div{
	border: 1px solid #9260e3;
	margin: auto;
	display: inline-block;
	border-radius: 50px 50px 50px 50px;
	padding: 2px 15px;
	line-height: 1rem;
	background-color: #383043;
	font-size: 14px;
}

.hr{

	border-top: 1px solid #9260e3;

}



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