.divBannerOfertas{
	position: relative;
}
.imgBannerOfertas{
	width: 100%;
}
.divTextoBannerOfertas{
	position: absolute;
	bottom: 15%;
	left:50%;
	margin-left: -15%
}
.textoBannerOfertas{
	font-family: trajan;
	font-size: 3em;
	color: #fff;
}
.seccionOpciones{
	margin-top: 70px;
}
.tituloOpciones{
	font-size: 1.7em;
	text-align: center;
}
.divOpciones{
	width: 50%;
	margin: 0 auto;
	margin-top: 30px;
}
.imgOpciones{
	width: 100%;
}
.divDetalleOpciones{
	padding-left: 22px;
	padding-top: 15px;
	padding-bottom: 25px;
    height: 158px;
	background-color: #333333;
	webkit-box-shadow: 0px 4px 22px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 22px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 22px 1px rgba(0,0,0,0.75);
}
.divSubDet{
	width: 90%;
    position: relative;
}
.txtDestino{
	color: #fff;
	font-size: 1.4em;
}
.txtCosto{
	font-size: 2.7em;
	font-family: RobotoRegular;
    color: #fff;
}
.divCondiciones{
	background-color: #EFF1F1;
	height: 25px;
	line-height: 25px;
	width: 100%;
	cursor: pointer;
}
.divComprar{
	background-color: #000;
	height: 25px;
	line-height: 25px;
	width: 100%
}
.txtDesde{
	font-size: 0.8em;
    color: #fff;
}
.divDestino{
    position: absolute;
    top: 20px;
}
.divDesde{
    position: absolute;
    top: 45px;
}
.divCosto{
    position: absolute;
    top: 40px;
    right: 0px;
}
.divCondic{
    margin-top: 40%;
}
.txtLeerMasOpciones{
	color: #333333;
	text-align: center;
}
.txtCotizarOpciones{
	color: #fff;
	text-align: center;
}
.divVerMasOpciones{
	width: 18%;
	background-color: #000;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 50px;
}
.txtVerMasOpciones{
	color: #fff;
	font-size: 1.3em;
	text-align: center;
}

