@font-face {
	font-family: myriad;
	src: url("MyriadPro-Regular.otf");
}
@font-face {
	font-family: opensans;
	src: url("OpenSans-Light.ttf");
}
@font-face {
	font-family: opensans-semibold;
	src: url("OpenSans-Semibold.ttf");
}

@media screen and (min-width: 980px)
{
	/*HEADER*/
	header {
		height: 50px;
		background: #DE0000;
	}
	header img {
		height: 35px;
		margin-top: 7.5px;
		margin-left: 20px;
	}
	/******************************FOOTER******************************/
	footer {
		padding: 70px 0;
	}
	.logo_ft img {
		width: 100%;
		max-width: 44px;
	}
	.logo_at img {
		width: 100%;
		max-width: 254px;
	}
	#op_resp {
		margin-top: 25px;
		font-size: 14px;
	}
	#bases {
		margin-top: 25px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1139px)
{
	#cont_img_regalo {
		width: 1139px;
		padding: 0 0 30px;
		border-bottom: 1px solid #C8C8C8;
		margin: 30px auto;
		text-align: center;
	}
	#cont_ofertas {
		width: 1139px;
		padding-bottom: 30px;
		border-bottom: 1px solid #C8C8C8;
		margin: 0 auto 30px;
		font-size: 0;
	}
	.cont_oferta {
		max-width: 373px;
		display: inline-block;
		vertical-align: middle;
	}
	.cont_oferta:nth-child(2) {
		margin: 0 10px;
	}
	.cont_descr_oferta {
		padding: 0;
		background: #FFF;
		text-align: center;
	}
	.texto_vmh {
		font-size: 12px;
		font-family: opensans;
		color: #666666;
	}
	.texto_destino {
		padding-bottom: 20px;
		border-bottom: 1px solid #C8C8C8;
		font-size: 22px;
		font-family: opensans-semibold;
		color: #666666;
	}
	.texto_descr {
		height: 54px;
		line-height: 18px;
		padding: 20px 0;
		font-size: 13px;
		font-family: opensans;
		color: #666666;
	}
	.cuotasde {
		font-size: 22px;
		font-family: opensans-semibold;
		color: #DE0000;
	}
	.cuotasde span {
		color: #666666;
	}
	.preciofinal {
		padding: 10px 0 20px;
		font-size: 12px;
		font-family: opensans;
		color: #666666;
	}
	/*CONDICIONES*/
	#cont_condiciones {
		width: 1139px;
		margin: 0 auto 50px;
		text-align: center;
	}
	#titulo_cond {
		margin-bottom: 15px;
		font-size: 26px;
		font-family: verdana;
		color: #666666;
	}
	#condiciones {
		padding: 0 140px;
		font-size: 13px;
		font-family: verdana;
		color: #666666;
	}
}
@media screen and (max-width: 1138px)
{
	#cont_img_regalo {
		width: 100%;
		max-width: 98%;
		padding: 0 0 30px;
		border-bottom: 1px solid #C8C8C8;
		margin: 30px auto;
		text-align: center;
	}
	#cont_ofertas {
		width: 100%;
		padding-bottom: 30px;
		border-bottom: 1px solid #C8C8C8;
		margin: 0 auto 30px;
		font-size: 0;
		text-align: center;
	}
	.cont_oferta {
		width: 32%;
		max-width: 373px;
		display: inline-block;
		vertical-align: middle;
	}
	.cont_oferta:nth-child(2) {
		margin: 0 1%;
	}
	.cont_oferta img {
		width: 100%;
		max-width: 373px;
	}
	.cont_descr_oferta {
		padding: 20px;
		background: #FFF;
		text-align: center;
	}
	.texto_vmh {
		font-size: 12px;
		font-family: opensans;
		color: #666666;
	}
	.texto_destino {
		padding-bottom: 20px;
		border-bottom: 1px solid #C8C8C8;
		font-size: 22px;
		font-family: opensans-semibold;
		color: #666666;
	}
	.texto_descr {
		height: 64px;
		line-height: 16px;
		padding: 20px 0;
		font-size: 12px;
		font-family: opensans;
		color: #666666;
	}
	.cuotasde {
		font-size: 20px;
		font-family: opensans-semibold;
		color: #DE0000;
	}
	.cuotasde span {
		color: #666666;
	}
	.preciofinal {
		padding: 10px 0 20px;
		font-size: 12px;
		font-family: opensans;
		color: #666666;
	}
	.preciofinal_img {
		width: 100%;
		max-width: 146px !important;
	}
	/*CONDICIONES*/
	#cont_condiciones {
		width: 100%;
		margin: 0 auto 50px;
		text-align: center;
	}
	#titulo_cond {
		margin-bottom: 15px;
		font-size: 26px;
		font-family: verdana;
		color: #666666;
	}
	#condiciones {
		padding: 0 140px;
		font-size: 13px;
		font-family: verdana;
		color: #666666;
	}
}
@media screen and (max-width: 979px)
{
	/*HEADER*/
	header {
		height: 50px;
		background: #DE0000;
	}
	header img {
		height: 35px;
		margin-top: 7.5px;
		margin-left: 20px;
	}
	/******************************FOOTER******************************/
	footer {
		padding: 55px 0;
	}
	.logo_ft img {
		width: 100%;
		max-width: 37px;
		vertical-align: middle;
	}
	.logo_at img {
		width: 100%;
		max-width: 235px;
		vertical-align: middle;
	}
	#op_resp {
		margin-top: 20px;
		font-size: 14px;
	}
	#bases {
		margin-top: 20px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px)
{
	#cont_img_regalo img {
		width: 100%;
		max-width: 567px;
	}
	.cont_oferta:nth-child(2) {
		margin: 0 0 15px;
	}
	.cont_oferta {
		width: 100%;
		margin: 0 auto 15px;
	}
	.cont_oferta:nth-child(3) {
		margin-bottom: 0;
	}
	/*CONDICIONES*/
	#condiciones {
		padding: 0 20px;
	}
	/******************************FOOTER******************************/
	footer {
		padding: 45px 0;
	}
	.logo_ft img {
		max-width: 33px;
	}
	.logo_at img {
		max-width: 225px;
	}
	#op_resp {
		margin-top: 15px;
		font-size: 13px;
	}
	#bases {
		margin-top: 15px;
		font-size: 13px;
	}
}
@media screen and (max-width: 639px)
{
	/*HEADER*/
	header {
		height: 40px;
		background: #DE0000;
	}
	header img {
		height: 25px;
		margin-top: 7.5px;
		margin-left: 20px;
	}
	#cont_img_regalo img {
		width: 70%;
	}
}
@media screen and (max-width: 567px)
{
	/******************************FOOTER******************************/
	footer {
		padding: 35px 0;
	}
	.logo_ft img {
		
	}
	.logo_at img {
		
	}
	#op_resp {
		margin-top: 11px;
		font-size: 12px;
	}
	#bases {
		margin-top: 11px;
		font-size: 13px;
	}
}
@media screen and (max-width: 479px)
{
	/******************************FOOTER******************************/
	footer {
		padding: 28px 0;
	}
	.logo_ft img {
		max-width: 26px;
	}
	.logo_at img {
		max-width: 205px;
	}
	#op_resp {
		padding: 0 10px;
	}
	#bases {
		padding: 0 10px;
	}
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #666666;
}
/******************************FOOTER******************************/
footer {
	background-color: #3D3D3D;
}
#cont_logos {
	margin: 0 auto;
	text-align: center;
}
#op_resp {
	font-family: myriad;
	color: #797A7A;
	text-align: center;
}
#bases {
	font-family: myriad;
	color: #FFF;
	text-align: center;
}