/*body*/
body{
	font-family: regular;
	background-color: #FFFFFF;
	font-size: 16px;
	color: #333333;
	margin: 0;
}
/*regular*/
@font-face{
	font-family: regular;
	src: url("../fonts/VAG-Rounded-Std-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/VAG-Rounded-Std-Light.otf") format("opentype"), url("../fonts/VAG-Rounded-Std-Light.svg") format("svg"), url("../fonts/VAG-Rounded-Std-Light.ttf") format("truetype"), url("../fonts/VAG-Rounded-Std-Light.woff") format("woff"), url("../fonts/VAG-Rounded-Std-Light.woff2") format("woff2");
}
/*regularb*/
@font-face{
	font-family: regularb;
	src: url("../fonts/VAG-Rounded-Std-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VAG-Rounded-Std-Bold.otf") format("opentype"), url("../fonts/VAG-Rounded-Std-Bold.svg") format("svg"), url("../fonts/VAG-Rounded-Std-Bold.ttf") format("truetype"), url("../fonts/VAG-Rounded-Std-Bold.woff") format("woff"), url("../fonts/VAG-Rounded-Std-Bold.woff2") format("woff2");
}
.mobil.vertical .movert{
	display: block;
}
.movert{
	display: none;
}
.mobil.vertical .otrosd{
	display: none;
}
.otrosd{
	display: block;
}
.non{
	display: none
}
/*bt blanco*/
.btw{
	font-size: 20px;
	background-color: #d60057;
	font-family: regularb;
	text-align: center;
	border-radius: 0 0 10px 10px;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
}
/*bt blanco hover*/
.btw:hover{
	background-color: rgba(0,143,190,0.9);
}
/*bt blanco active*/
.btw:active{
	background-color: rgba(63,174,42,0.9);
}

/*Absoluto*/
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.fit{
	width: 100%;
	height: 100%;
}
.vertical .img_fit{
	position: relative;
	left: 0%;
	width: auto;
	height: 100%;
}
.alto .img_fit{
	height: 100%;
	width: auto;
}
.vertical .alto .img_fit{
	height: auto;
	width: 100%;
}
.img_fit{
	width: 100%;
}
.maskara{
	overflow: hidden;	
}
.entra{
	animation: ingresa ease-in-out 1s;
	animation-fill-mode: forwards;
}
.centro{
	/*left: 50%;
	right: 50%;*/
	margin: auto;
}
.hid{
	visibility: hidden;
}
.nomouse{
	pointer-events: none;
}
.activo{
	pointer-events: none;
	opacity: .2;
}
/*cabezote*/
.cabezote{
	width: 100%;
	min-height: 90px;
	height: auto;
	background-color: rgba(92,102,112,.8);
	color: #FFFFFF;
	font-size: 40px;
	font-family: regular;
	text-align: center;
	padding-top: 10px;
	left: 0px;
	bottom: 55px;
	padding-bottom: 10px;
}
.res{
	font-family: regularb;
}
.mobil.vertical .cabezote{
	bottom: 90px;
}

.mobil .cabezote{
	width: 100%;
	min-height: auto;
	font-size: 18px;
	height: auto;
	bottom: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.mobil .info{
	font-size: 16px;
}
.info{
	color: #FFFFFF;
	font-size: 20px;
	font-family: regular;
	text-align: center;
}
.mobil .cod{
	font-size: 10px;
}
.cod{
	color: #FFFFFF;
	font-size: 12px;
	font-family: regular;
	text-align: center;
}
.mobil.vertical .logoa{
	position: static;
	width: 30%;
	margin-top: 7px;
}
.mobil .logoa{
	width: 50%;
	left: 60px;
	top: 5px;
}

.logoa{
	position: absolute;
	top: 20px;
	left: 20px;
}
.btentra{
	position: absolute;
	width: 245px; 
	top: 135px;
	left: 20px;
}
.mobil.vertical .btentra{
	top: 90px;
}
.mobil .btentra{
	top: 85px;
}
.mobil.vertical .btentra{
	text-align: center;
	width: 100%!important;
	left: 0px;
}
.binstru{
	position: absolute;
	width: 245px; 
	top: 100px;
	left: 20px;
}
.mobil.vertical .binstru{
	top: 55px;
}
.mobil .binstru{
	top: 50px;
}
.mobil.vertical .binstru{
	text-align: center;
	width: 100%!important;
	left: 0px;
}
.btsale{
	position: absolute;
	width: 100px; 
	top: 0px;
	right: 10px;
}
/*contene logo01*/
.mobil .contene-logo{
	height: 50px;
}

.vertical .contene-logo{
	width: 100%;
	left: 0px;
}

.contene-logo{
	position: absolute;
	background-color: #FFFFFF;
	text-align: center;
	width: 245px;
	height: 100px;
	left: 20px;
	top:0px;
}
.area_log{
	left: 20px;
	width: 100%;
	position: absolute;
	top: 135px;
}
.mobil .area_log{
	top: 85px;
}

.vertical .area_log{
	width: 100%;
	left: 0px;
	text-align: center;
}

.vertical .login{
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: none;
	position: relative;
}

/*bt */
.btlog{
	transform-origin: center bottom;
	background-color: #d60057;
	color: #FFFFFF;
	font-size: 16px;
	font-family: regularb;
	border: none;
	border-radius: 0 0 10px 10px;
	cursor: pointer;
	padding: 0;
}
/*bt hover*/
.btlog:hover{
	background-color: rgba(0,143,190,0.9);
}
/*br active*/
.btlog:active{
	background-color: rgba(63,174,42,0.9);
}
.btlog.visitado{
	transform: scale(0);
}
.mobil.vertical .btlog{
	display: inline;
}
/*bt */
.btins{
	transform-origin: center bottom;
	background-color: #3fae2a;
	color: #FFFFFF;
	font-size: 16px;
	font-family: regular;
	border: none;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
}
/*bt hover*/
.btins:hover{
	background-color: rgba(0,143,190,0.9);
}
/*br active*/
.btins:active{
	background-color: rgba(63,174,42,0.9);
}
.btins.visitado{
	transform: scale(0);
}
.mobil.vertical .btins{
	display: inline;
}
.login.abierto{
	top: 0px;
}
/*login*/
.login{
	width: 245px;
	height: 210px;
	position: absolute;
	background-color: #FFFFFF;
	color: #70706f;
	font-size: 12px;
	font-family: regularb;
	text-align: center;
	border-radius: 0 0 10px 10px;
	top: -210px;
	left: 0px;
}
.logi01{
	font-size: 16px;
	text-align: right;
	color: #70706f;
}
/*campo*/
.campo{
	background-color: rgba(0,0,0,0.1);
	border: none;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
}
/*1 segundo*/
.a1{
    transition: all 1s ease-in-out;
}
.scini{
	transform-origin: center top;
	transform: scale(0);
}

@keyframes ingresa {
    0% {
        transform: translateX(100%);
    }
    to  {
        transform: translateX(0%);
    }
}

.vertical .fotos{
	text-align: center;
	top: 55px;
}
.vertical .fondo{
}
.fondo{
	overflow: hidden;
}
/*bt banner*/
.mobil .tabla{
	width: 100%;
	bottom: 20px;
}
.mobil .celda{
	width: 6.25%!important;
	height: 10px!important;
}
.tabla{
	width: 100%;
	display: table;
	bottom: 30px;
}
.celda{
	display: table-cell;
	width: 6.25%;
	height: 20px;
}
.btb{
	font-size: 20px;
	background-color: #5c6670;
	font-family: regularb;
	text-align: center;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
/*bt blanco hover*/
.btb:hover{
	opacity: 0.9;
}
/*bt blanco active*/
.btb:active{
	opacity: 0.8;
}

.logoff{
    background-color: #008fbe;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 106, 140, .75), 0 1px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 200px;
    padding: 8px;
	left: 230px;
	top: 90px;
	visibility: hidden;
}
.logoff:before{
	content: "";
	position: absolute;
	top: 40%;
	left: -10px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #008fbe transparent transparent;
}
.vertical .logoff{
    width: 200px;
    left: 15px;
    top: 180px;
}
.vertical .logoff:before{
	content: "";
	position: absolute;
	left: 45%;
	top: -10px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #008fbe transparent;
}
.muestra_mensaje{
	visibility: visible;
	transition: opacity linear 2s;
	animation: mensaje ease-in-out 1s infinite alternate;
}
@keyframes mensaje {
    100% {transform: translateY(-70px);}
}
a{
	color: #008fbe;
	font-weight: bolder;
}
.marco{
	border: 2px solid #FFFFFF;
	box-shadow: -3px -3px 7px 0px rgba(0,0,0,0.5);
}
.marco_video{
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 1120px;
	max-height: 630px;
	z-index: 10;
	bottom: -630px;
	right: 0px;
	transition: all 500ms;
}
.mobil .marco_video{
	width: 100%;
	height: 100%;
}
.vertical.mobil .marco_video{
	height: 35%;
}
.boton_video{
	width: 80px;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 0px;
	background-color: #FFF;
	color: #333;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.cen{
}
.muestra_video{
	visibility: visible;
	bottom: 0px;
}
@keyframes abre_video {
	0% {transform: translateY(100%);}
	to
    {transform: translateY(0%);}
}