@import url( 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700' );
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
body {
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: url( '../images/fondo.jpg' ) no-repeat;
}
.capaNegra {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #000;
	opacity: 0.7;
}
.loader {
	width: 70px;
	text-align: center;
	position: fixed;
	top: 47%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 102;
}
.loader > div {
	width: 18px;
	height: 18px;
	background-color: var( --azulClaro );
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader > div:first-child { background-color: var( --verde ); }
.loader > div:last-child { background-color: var( --azulOscuro ); }
.loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.hide { display: none; }
.dLogo { text-align: center; box-sizing: border-box; padding: 50px 0;}
.logo { margin: 0 auto; width: 320px; max-width: 100%; }
.login {
	background-color: var( --blanco );
	border: 1px solid var( --grisClaro );
	box-sizing: border-box;
	padding: 20px;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.fila { zoom: 1; width: 100%; box-sizing: border-box; }
.fila:before,
.fila:after {
	content: '';
	display: table;
}
.fila:after { clear: both; }
.diez { width: 10%; float: left; box-sizing: border-box; }
.veinte { width: 20%; float: left; box-sizing: border-box; }
.cincuenta { width: 50%; float: left; box-sizing: border-box; }
.treinta { width: 30%; float: left; box-sizing: border-box; }
.treintaTres { width: 33.3%; float: left; box-sizing: border-box; }
.cuarenta { width: 40%; float: left; box-sizing: border-box; }
.sesenta { width: 60%; float: left; box-sizing: border-box; }
.setenta { width: 70%; float: left; box-sizing: border-box; }
.ochenta { width: 80%; float: left; box-sizing: border-box; }
.full { width: 100%; box-sizing: border-box; }
.cPad { padding: 20px; }
.video { width: 100%; height: 250px; margin: 0; border: 0; }
.bRight { border-right: 1px solid var( --grisClaro ); }
.tRight { text-align: right; }
.tCenter { text-align: center; }
.boton {
	transition: all 0.6s;
	box-sizing: border-box;
	background-color: var( --azulClaro );
	color: var( --blanco );
	padding: 6px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	border: 1px solid var( --azulClaro );
	display: block;
	width: 150px;
	max-width: 100%;
	border-radius: 5px;
}
.boton:hover { background-color: transparent; color: var( --azulClaro ); }
.fullImg { width: 100%; height: auto; }
.fullHeight { height: 100%; width: auto; }
.datoMiembro { display: block; }
input[type="text"], input[type="email"], input[type="password"], textarea, select, .datoMiembro {
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0;
	font-size: 12px;
	line-height: 26px;
	font-weight: 300;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 16px 25px;
	height: 57px;
	background-color: #f2f2f2;
	color: rgba(17,17,17,.5);
	-webkit-transition: border-bottom-color .3s ease-in,color .3s ease-in;
	-o-transition: border-bottom-color .3s ease-in,color .3s ease-in;
	transition: border-bottom-color .3s ease-in,color .3s ease-in;
}
h3 { color: var( --azulClaro ); }
a { cursor: pointer; color: var( --verde ); }
.sesionIniciada { display: none; }
.tengoClaves {
	background-color: var( --azulOscuro );
	color: var( --blanco );
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 8px;
}
.tengoClaves h1 { font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 18px; }
.tengoClaves h1 .boton { float: right; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: normal; }
.popup {
	position: fixed;
	width: 800px;
	max-height: 100%;
	max-width: 100%;
	border: 1px solid var( --grisClaro );
	background: var( --blanco );
	z-index: 102;
	padding: 20px;
	border-radius: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -1800px;
	transition: all 0.6s;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: none;
}
.popup h2 { text-align: center; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.popup h4 { margin-top: 30px; }
.popup h3 { border-bottom: 1px solid var( --grisClaro ); }
.superCapaNegra {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 103;
	background-color: #000;
	opacity: 0.7;
	display: none;
}
.superPopup {
	position: fixed;
	width: 800px;
	max-width: 100%;
	height: 90%;
	border: 1px solid var( --grisClaro );
	background: var( --blanco );
	z-index: 104;
	padding: 10px;
	border-radius: 3px;
	margin-top: 5%;
	margin-bottom: 5%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -1800px;
	transition: all 0.6s;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: none;
}
.superPopupActivo { top: 5%; }
.cierra {
	float: right;
	cursor: pointer;
}
.popupActivo { top: 0; }
.vacio {
	background: #FEE9EA !important;
	border: 1px solid #DE888A !important;
}
.chico { font-size: 10px; }
.espacioIdioma { width: 800px; max-width: 100%; margin: 0 auto; text-align: right; padding-bottom: 15px; box-sizing: border-box; }
.idioma { font-size: 16px; color: var( --azulClaro ); }
.idioma:after { font-family: FontAwesome; content: "\f0ac"; margin: 0 5px; }
.aplicaCupon {
	height: 57px;
    padding: 18px;
    background-color: var( --azulClaro );
    color: var( --blanco );
    box-sizing: border-box;
    margin-top: 5px;
    text-align: center;
    width: 57px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.6s;
    border: 1px solid var( --azulClaro );
}
.aplicaCupon:hover { background-color: transparent; color: var( --azulClaro ); }
.promoTexto { text-align: center; font-weight: 700; font-size: 18px; }
.logoProveedor { margin: 0 auto; width: 250px; max-width: 100%; height: auto; }
.logoProveedor + .promoTitle { margin-top: 0; }
.promoTexto .promoTitle { border-bottom: 0; color: #f00; text-transform: uppercase; margin-bottom: 0; }
.promoTexto span { display: block; font-size: 14px; font-weight: 300; }
#promoCodeDiv { display: none; }
#divTarjeta div {
	width: 100%;
	border: 1px #ccc solid;
	background-color: var( --blanco-color );
	margin-top: 5px;
	padding-right: 5px;
}
#divTarjeta input {
	width: 90%;
	background-color: transparent;
	border: none;
	margin: 0;
}
#divTarjeta.visa div:after {
	font-family: FontAwesome;
	content: "\f1f0";
	float: right;
	margin-top: 7px;
	font-size: 20px;
}
#divTarjeta.mastercard div:before {
	font-family: FontAwesome;
	content: "\f1f1";
	float: right;
	margin-top: 7px;
	font-size: 20px;
}
#divTarjeta.amex div:before {
	font-family: FontAwesome;
	content: "\f1f3";
	float: right;
	margin-top: 7px;
	font-size: 20px;
}
@media screen and ( max-width : 780px ) {
	.login .cincuenta { float: none; width: 100%; }
	.bRight { border-right: none; border-bottom: 1px solid var( --grisClaro ); }
}
@media screen and ( max-width : 750px ) {
	.tengoClaves { margin-bottom: 50px; }
	.tengoClaves .treintaTres { float: none; width: 100%; border-bottom: 1px solid var( --grisClaro ); padding-bottom: 15px; }
	.tengoClaves .treintaTres:last-child { border-bottom: none; padding-bottom: 0; }
}
@media screen and ( max-width : 500px ) {
	.popup .treinta, .popup .setenta { float: none; width: 100%; }
	.popup h4 { margin: 5px 0; }
}