*{
	padding: 0px;
	margin: 0px;
	font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

#fondo{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffffcf;
	z-index: 200;
	display: none;
}
#cargando{
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;	
	z-index: 220;
	transform: translate(-50%,-50%);
	display: none;
}

#cargando-o{
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;	
	z-index: 220;
	transform: translate(-50%,-50%);
	display: none;
}

body{
	background-color: #F7F7F7;
	background-image: url(../img/fondo1.png);
	background-repeat: no-repeat;
	background-size: contain;
    /*background-position-y: 76%;*/
    background-position-y: bottom;
    padding: 16px;
    text-align: center;
}

#mensaje-error{
	padding: 14px 20px;
	background-color: #fff;
	position: fixed;
	top: -6px;
	left: 50%;
	width: calc(92% - 40px);
	text-align: center;	
	z-index: 120;
	transform: translate(-50%,20px);
	box-shadow: 0 3px 9px #00000024;
	border-radius: 5px;
}


.titulo-app{
	color: #1A1B1A;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.descripcion-app{
	color: #2c2a29;
	font-size: 16px;
	width: 90%;
    margin: 0 auto 20px auto
}

.frm{	
	border-radius: 5px;
	background-color: #fff;
	/*box-shadow: 0 3px 9px #c3cfe280;*/
	box-shadow: 0 3px 9px #00000024;
	padding: 52px 18px 26px 18px;
}
.entradas{
	width: 100%;
	border: 0;
	outline: 0;
	font-size: 16px;
	color: #000;
}

.inp {
    border-bottom: 2px solid #D3D3D3;
    padding: 6px 0px;
}

.etiquetas{
	text-align: left;
	font-size: 16px;
	position: absolute;
	margin-top: -32px;
    margin-left: 39px;
}


/*
margin-top: -32px;
    margin-left: 39px;
*/

.botones{
	background: #FDDA24;
    border-radius: 60px;    
    color: #2C2A29;
    font-weight: bold;
    padding: 12px 18px;
    width: 100%;
    outline: none;
    text-decoration: none;
    border: 0;
    margin-top: 40px;
    font-family: 'CIBFontSans', Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
    font-size: 20px;
}

.botones:disabled{
	background-color: #E4E4E4;
	color: #9A9A99;
}


.inp-pass{
	border-bottom: 2px solid #FDDA24;
	border-right: 1px solid #DFDCDC;
}

.clave{
	font-weight: bold;
    font-size: 18px;
    padding: 7px 21px;
    color: #1A1B1A;
    border: 0;
    outline: 0;
        width: 100%;
    max-width: 52px;
}

@media (min-height: 700px) {
	body{
		background-position-y: 76%;
	}
}



























.subtitulo {
    color: #2c2a29;
    font-size: 16px;
    font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, Tahoma, sans-serif !important;   
    line-height: 42px;
}

.texto-min {
    font-size: 11px !important;
    color: #2c2a29 !important;
    font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
    line-height: 16px;
}

.contenido{
	padding: 20px 105px 20px 105px;
}

.titulo{
	background-color: #2c2a29;
	color: #fff;
	font-size: 16px;
    font-weight: normal;    
    font-family: 'CIBFontSans', Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
    margin-top: 28px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.pnlizq{
	width: 359px;
	float: left;
}

.formulario{
	border: 1px solid #CCCCCC;
}
.form-titulo{
	background-color: #2c2a29;
	color: #fff;
    font-family: 'CIBFontSans', Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
    font-size: 16px;
    font-weight: normal;  
    padding: 10px;  
}

.descripcion{
	background-color: #F4F4F4;
	font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
    font-size: 12px;
    color: #2c2a29;    
    line-height: 14px;
    padding: 10px;
}

.pnlder{
	width: calc(100% - 359px);
	float: left;
}
.publicidad{
	max-width: 627PX;
	width: 100%;
	margin-left: 40px;
}
.form-cuerpo{
	padding: 11px;
	text-align: center;
}

.user{
     background-image: url('../img/user.png');
  }

  .pass{
     background-image: url('../img/lock.png');
  }

  .email{
     background-image: url('../img/email.png');
  }

  .celular{
     background-image: url('../img/telefono.png');
  }
  .credit-card{
     background-image: url('../img/credit-card.png');
  }

  .input-icono {   
  	margin-top: 10px;
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 18px;
    display: flex;
    align-items: center;
    width: calc(100% - 44px);
    padding-left: 44px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;    
    height: 34px;
    
  }

select{
	border: 1px solid #CCCCCC;
    border-radius: 0px;    
    height: 34px;
	font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
	font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    color: #2c2a29;
}

  .input-icono input {
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    color: #2c2a29;
    font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  }

  .input-icono input:focus {
    outline: none;
  }

.etiqueta{
    font-family: 'CIBFontSans', Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
    font-weight: bold;
    color: #2c2a29 !important;
    font-size: 14px !important;
}

.icon-info{
	width: 12px !important;
	margin-right: 10px;
}
   		


.btn-blanco{
	background-color:#FFF;
	color: #2c2a29;
    white-space: nowrap;    
    border: 1px solid #2c2a29;
}

.btn{

    font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
    font-size: 14px;
    padding: 7px 15px 8px 15px;
    font-weight: normal; 
    cursor: pointer;
    border-radius: 0px;
}

.btn-amarillo{
	background-color:#FDDA24;
	color: #2c2a29;
    white-space: nowrap;    
    border: 0px solid transparent;  
}
.btn-amarillo:hover{
	background-color:#FDC82A;
}
    
.texto{
	font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, Tahoma, sans-serif, normal;
    color: #2c2a29;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857143;

}
a{
	text-decoration: none;
	color: #2c2a29;;
}
a:hover{
	text-decoration: underline;
}

.vinculos{
	margin-top: 18px;
}

.lista-links {
    border: 1px solid #CCCCCC;
    padding: 0px 10px 20px 10px;
}

.vinculos img{
	width: 19px;
	margin-right: 12px;
}

.vinculos a{
	font-size: 14px;
}

.pie{
    display: inline-block;
    padding: 30px 0px 10px 0px;
}
.direccion{	
    color: #2c2a29;
    font-size: 12px;
    text-align: justify;
    font-family: 'OpenSans-Regular' !important;
}
.ippie{	
    color: #2c2a29;
    font-size: 12px;
    text-align: justify;
    font-family: 'OpenSans-Regular' !important;
    padding: 10px 0px 0px 0px;
}



.dirip{
	float: left;
}

.copyright{
	float: right;
}



.pnlizqPass{
	width: 40%;
	float: left;
}

.pnlderPass{	
	width: 60%;
	float: left;
}

.subtexto{	
    font-size: 12px;
    text-align: left;    
    color: #2c2a29;
    font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
    padding-top: 5px;
}
.mensaje{
	border: 1px solid #CCCCCC;
	padding: 6px;
	font-family: 'CIBFontSans',Arial, Helvetica, sans-serif, Verdana;
	margin-bottom: 20px;
	display: none;
}

.entrada{
	width: 359px;
	float: left;
}.teclado{
	width: calc(100% - 400px);
	float: left;
	padding-left: 41;
	padding-top: 30px;
}

.teclas td{	
	border: 1px solid #2c2a29;
	width: 38px;
	height: 38px;
	font-size: 13px;
    font-weight: bolder;
    color: #2C2A29;
    font-family: 'CIBFontSans',Arial, Helvetica, sans-serif, Verdana;
    font-style: normal;
}


@media (max-width: 767px) {
	.contenido{
		padding: 20px 20px;
	}
	.pnlder {
	    float: unset;
	    width: 100%;
	}
	.pnlizq {
	    float: unset;
	    width: 100%;
	}
	.publicidad{
		margin-left: 0px;		
	}

	.pnlizqPass{
		width: 100%;
		float: unset;
	}

	.pnlderPass{	
		width: 100%;
		float: unset;
	}

	.entrada{
		width: 100%;
		float: unset;
	}

	.teclado{
		width: 100%;
		float: unset;	
	}

}

@media (min-width: 768px) and (max-width: 1199px) {
	.entrada{
		width: 100%;
		float: unset;
	}

	.teclado{
	width: 100%;
	float: unset;	
	}
}


	
