@font-face{
	font-family:"BBVAWebLight-Regular";
	src:url(../fonts/bbva-light/bbvaweb-light-eot.eot);
	src:url(../fonts/bbva-light/bbvaweb-light-eot.eot?#iefix) format("eot"),
	    url(../fonts/bbva-light/bbvaweb-light-woff.woff) format("woff"),
	    url(../fonts/bbva-light/bbvaweb-light-ttf.ttf) format("truetype"),
	    url(../fonts/bbva-light/bbvaweb-light-svg.svg#OfficeLight) format("svg");
	font-weight:400;
}

@font-face{
	font-family: "BBVAWebBook-Regular";
	src:url(../fonts/Bbva/bbvaoffice-book.ttf),
		url(../fonts/Bbva/bbvaoffice-bookitalic.ttf);
	font-weight:400;
}

@font-face{
	font-family:"Arial MT";
	src:url(../fonts/ArialMT-regular.ttf);
	font-weight:400;
}

/** estilos centrado de cols impares **/
.row-centered {
	text-align: center;
    vertical-align: top;
}
.col-centered {
	display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    vertical-align: top;
}
/** /estilos centrado de cols impares **/

.bt, .bt:hover, .bt:visited, .bt:link, .bt:active{
	font-family: "BBVAWebLight-Regular";
	font-weight: bold;
	font-size: 15px;
	height: 40px;
	line-height: initial;
	
	background: #0079c1; /* Old browsers */
	background: -moz-linear-gradient(top,  #0079c1 0%, #00559D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0079c1), color-stop(100%,#00559D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0079c1 0%,#00559D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0079c1 0%,#00559D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0079c1 0%,#00559D 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0079c1 0%,#00559D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#00559D',GradientType=0 ); /* IE6-9 */
	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	border-radius: 6px;
	display: inline-block;
	zoom: 1;
 
	color: #fff;
	border: 1px solid #1867AC;
	cursor: pointer;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px 20px;
	letter-spacing: 0px;
	text-decoration: none;
	background-image: linear-gradient(-180deg, #0b83d5 0%, #054379 100%);
}
/* .bt:disabled{ */
/* 	background: #ffffff; */
/* 	background: -moz-linear-gradient(top,  #ffffff 0%, #eaf1f7 100%); */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaf1f7)); */
/* 	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaf1f7 100%); */
/* 	background: -o-linear-gradient(top,  #ffffff 0%,#eaf1f7 100%); */
/* 	background: -ms-linear-gradient(top,  #ffffff 0%,#eaf1f7 100%); */
/* 	background: linear-gradient(to bottom,  #ffffff 0%,#eaf1f7 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf1f7',GradientType=0 ); */
	
/* 	color: #C0C0C0; */
/* 	border: 1px solid #b6ceea; */
/* 	font-family: "BBVAWebLight-Bold"; */
/* } */

.bt:disabled{
	background:"";
	background-image:linear-gradient(-180deg,#E9E9E9 0%,#CFCFCF 100%);
	border: 1px solid #DCDCDC;
	border-radius:6px;
	
	font-family: "BBVAWebLight-Regular";
	font-weight:bold;
	font-size:15px;
	color: #FFFFFF !important;
	letter-spacing: 0px;
}


.bt-terminos, .bt.terminos:hover, .bt.terminos:visited, .bt.terminos:link, .bt.terminos:active{
	font-family: "BBVAWebBook-Regular";
	font-size: 12px;
	color: #121212;
	letter-spacing:0px;
	background-image:linear-gradient(-180deg,#FDFDFD 0%,#CDCDCD 100%);	
	border: 1px solid #B8BEC2;
    border-radius: 6px;
}


.bt2, .bt2:hover, .bt2:visited, .bt2:link, .bt2:active{
	font-family: "BBVAWebLight-Regular";
	font-weight: bold;
	font-size: 15px;
	height: 40px;
	line-height: initial;
	
	background: #0079c1; /* Old browsers */
	background: -moz-linear-gradient(top,  #0079c1 0%, #00559D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0079c1), color-stop(100%,#00559D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0079c1 0%,#00559D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0079c1 0%,#00559D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0079c1 0%,#00559D 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0079c1 0%,#00559D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#00559D',GradientType=0 ); /* IE6-9 */
	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	border-radius: 6px;
	display: inline-block;
	zoom: 1;
 
	color: #fff;
	border: 1px solid #499900;
	cursor: pointer;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px 20px;
	letter-spacing: 0px;
	text-decoration: none;
	background-image: linear-gradient(to bottom,#59c000 0,#499900 100%);
	/*background-image: linear-gradient(-180deg, #59c000 0%, #499900 100%);*/
	
}

.bt2:disabled{
	background:"";
	background-image:linear-gradient(-180deg,#E9E9E9 0%,#CFCFCF 100%);
	border: 1px solid #DCDCDC;
	border-radius:6px;
	
	font-family: "BBVAWebLight-Regular";
	font-weight:bold;
	font-size:15px;
	color: #FFFFFF !important;
	letter-spacing: 0px;
}


input[type=text].txt-campo-formulario , .txt-campo-formulario   {
	font-family: BBVAWebBook-Regular;
	font-size: 12px;
	color: #262626;
}


input[type=text] {
	font-family: "BBVAWebLight-Regular";
	font-size: 16px;
	color: #064CA4;
	border-color: #DDDDDD;
	width: 100%;
}

input.text-error-input {
	background-color: #F7E9E9!important;
	border-color: #F4CCDF;
	color: #C4136C!important;
}


/**CHECKBOX Y RADIO**/

input[type=radio] {
	display:none;
}

input[type=radio] + label{
	background:url('../img/boton-radio-inactivo.png') no-repeat center center ;
	background-size: 18px 18px;
    height: 22px;
	width: 18px;
	display:inline-block;
	margin-bottom: -6px;
	margin-right: 5px;
	padding: 0 0 0 0px;
}
input[type=radio]:checked + label{
	background:url('../img/boton-radio-activo.png') no-repeat center center;
	background-size: 18px 18px;
    height: 22px;
	width: 18px;
	display:inline-block;
	margin-bottom: -6px;
	margin-right: 5px;
	padding: 0 0 0 0px;
}

.radioError {
	background:url('../img/boton-radio-error.png') no-repeat center center;
}

.label-campo-formulario-grande{
	font-family: BBVAWebBook-Regular;
	font-size: 18px;
	color: #3F3F3F;
	opacity: 0.5;
	letter-spacing: 0px;
}
.label-campo-formulario{
	font-family: BBVAWebBook-Regular;
	font-size: 14px;
	color: #3F3F3F;
	font-weight: normal;
}
.label-campo-formulario-left{
	font-family: BBVAWebBook-Regular;
	font-size: 14px;
	color: #3F3F3F;
	font-weight: normal;
	text-align: left;
}
.label-campo-formulario-azul{
	font-family: BBVAWebBook-Regular;
	font-size: 14px;
	color: #037EC5;
	font-weight: normal;
}
.label-campo-formulario2{
	font-family: BBVAWebLight-Regular;
	font-size: 13px;
	color: #3F3F3F;
	letter-spacing: 0px;
}
.label-campo-formulario-small{
	font-family: BBVAWebLight-Regular;
	font-size: 12px;
	color: #3F3F3F;
	letter-spacing: 0px;
}

.label-campo-formulario-texto-titulo{
	font-family: BBVAWebLight-Regular;
	font-size: 50px;
	color: #1F497D;
	letter-spacing: 0px;
	font-weight: bold;
}

.label-campo-formulario-texto{
	font-family: BBVAWebLight-Regular;
	font-size: 40px;
	color: #037EC5;
	letter-spacing: 0px;
	font-weight: bold;
}

.label-campo-formulario-texto-titulo2{
	font-family: BBVAWebLight-Regular;
	font-size: 40px;
	color: #1F497D;
	letter-spacing: 0px;
	font-weight: bold;
}

.label-campo-formulario-texto2{
	font-family: BBVAWebLight-Regular;
	font-size: 30px;
	color: #037EC5;
	letter-spacing: 0px;
	font-weight: bold;
}


.label-campo-formulario-texto-titulo-medium{
	font-family: BBVAWebLight-Regular;
	font-size: 30px;
	color: #1F497D;
	letter-spacing: 0px;
	font-weight: bold;
}


.label-campo-formulario-texto-medium{
	font-family: BBVAWebLight-Regular;
	font-size: 32px;
	color: #037EC5;
	letter-spacing: 0px;
	font-weight: bold;
}

.label-campo-formulario-texto-small{	
	font-size: 25px;
}

.label-campo-formulario-terminos{
	font-family: BBVAWebLight-Regular;
	font-size: 14px;
	color: #3F3F3F;
	letter-spacing: 0px;
}
.label-campo-formulario-terminos-small{
	font-family: BBVAWebLight-Regular;
	font-size: 12px;
	color: #3F3F3F;
	letter-spacing: 0px;
}


.label-campo-formulario-terminos-cuota{
	font-family: BBVAWebBook-Regular;
	font-size: 11px;
	color: #3F3F3F;
	font-weight: normal;
}

.label-campo-formulario-texto-azul{
	font-family: BBVAWebBook-Regular;
	font-size: 16px;
	color: #1F497D;
	font-weight: normal;
}

.label-campo-formulario-terminos-cuota-azul{
	font-family: BBVAWebBook-Regular;
	font-size: 11px;
	color: #037EC5;
	font-weight: normal;
}

.label-campo-formulario-terminos-cuota-azul{
	font-family: BBVAWebBook-Regular;
	font-size: 11px;
	color: #037EC5;
	font-weight: normal;
}


@media (max-width:767px){
	.label-campo-formulario{
		margin-top: 20px;
	}
}

.bloqueoSeccion:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}

.mensajeErrorGenerico{
	background-color: #F7E9E9;
	border:1px solid #CA215F;
	border-radius: 5px;
	padding: 5px;
	font-family: BBVAWebBook-Regular;
	font-size: 14px;
	color: #D54E7F;
	letter-spacing: 0px;
	opacity: 0.8;
}

.iconoTooltip{
	width: auto;
	height: 16px;
}

.espacio5{
	padding-top: 5px;
}
.espacio10{
	padding-top: 10px;
}

.espacio15{
	padding-top: 15px;
}

.espacio25{
	padding-top: 25px;
}
.espacio20{
	padding-top: 20px;
}

.espacio30{
	padding-top: 30px;
}
.espacio40{
	padding-top: 40px;
}
.espacio95{
	padding-top: 95px;
}

.inline{
	display:inline;
}

.caja-sms{
	border: 1px solid #B4B4B0;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0.8;
}

.digito-sms{
	display: inline;
	width: 40px!important;
	text-align: center;
}


.iframePdf{
	width: 100%;
	height: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:768px){
	.soloMobile{
		display: none;
	}
}
@media (max-width:767px){
	.noMobile{
		display: none;
	}
}

.spanPaso{
	position: absolute;
/*   	top: 0; */
  	left: 0;
  	width: 100%;
/*   	height: 100%; */
  	z-index: 10;
   	background-color: rgba(255,255,255,0.8) !important; 
}


/*JQUERYUI TOOLTIP*/
.ui-tooltip {
    background: #006ec1;
    color: white;
    border: none;
    padding: 0;
    opacity: 1;
}
.ui-tooltip.ui-widget-content{
	max-width:200px;
    background-color:#006EC1;
    border: 1px solid #094FA4;
    border-radius: 10px;
	font-family: "BBVA Office Book";
	font-size: 11px;
    color:#FFFFFF;
    line-height: 1.3;
}
.ui-tooltip.ui-widget-content.validacion{
	font-family: "BBVAWebBook-Regular";
    background-color:#f7e9e9;
    color:#CA215F;
    border-color: #f7e9e9;
}
.ui-tooltip-content {
    position: relative;
    padding: 10px;
    font-family: "BBVA Office Book";
    font-size: 11px;
    text-align:center;
}

.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}
.ui-tooltip.validacion {
    color: #E3E8F7;
    background: #D94AA4;
}
.top .ui-tooltip-content::after {
    bottom: -10px;
    left: 50%;
    border-color: #094FA4 transparent;
    border-width: 10px 10px 0;    
}
.ui-tooltip.validacion > .ui-tooltip-content::after {
    border-color: #f7e9e9 transparent;
}

.select {
  padding-top: 5px; }
  .select label {
    margin: 0; }
    .select label span {
      margin: 0 20px;
      font-weight: 300;
      font-size: 16px;
      color: #BDBDBD; }
    .select label select {
      border: 2px solid #9b9b9b;
      width: 200px;
      font-weight: 300; }

.bootstrap-select {
  width: 100% !important;
  border-radius: 1px; }
  .bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    outline: none !important; }
    
  .bootstrap-select button {
    width: 100% !important;
    text-align: center;
    
   	/*background: linear-gradient(-180deg, #ffffff 0%, #f6f8f9 100%) !important;*/
   	/*background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);*/
    /*color: #143F9F !important;*/
    border:1px solid #DEE9F2;
    border-radius;5px;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important
    margin-bottom: 0 !important; }
    .bootstrap-select button .filter-option {
      text-align: left !important; }
    .bootstrap-select button .glyphicon {
      font-size: 15px;
      right: 35px; }
    .bootstrap-select button .bs-caret {
      display: inline;
      color:#c3c0c0; }
    .bootstrap-select button.btn-secondary {
      background: #E9E9E9 !important;
      -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important;
      -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important;
      box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09) !important;
      margin: 0;
      font-family: "StagSansBook", sans-serif;
      font-size: 14px;
      color: #143F9F !important;
      background: linear-gradient(-180deg, #ffffff 0%, #f6f8f9 100%) !important;
      border: 1px solid #DEE9F2;
      border-radius: 5px;
      padding: 9px 34px 9px 12px;
      line-height: 1em; }
      .bootstrap-select button.btn-secondary .glyphicon {
        width: 34px;
        height: 32px;
        line-height: 34px;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #DEE9F2;
        color: #DEE9F2; }
      .bootstrap-select button.btn-secondary.btn-left .filter-option {
        text-align: left !important;
        /*       agregados para bootstrap */
      		font-family: "BBVAWebBook-Regular" !important;
	  		font-size: 14px !important;
	  		outline: none !important; /* remove focus ring from Webkit */
	  		color: #143F9F !important; }
  .bootstrap-select .dropdown-menu {
    width: 100%;
    border-radius: 0 !important;
/*     border: 1px solid #979797; */
/*     border-top: 0; */
    margin: 0; }
  .bootstrap-select.open .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.bootstrap-select.btn-group .dropdown-menu li a {
	/*       agregados para bootstrap */
      		font-family: "BBVAWebBook-Regular" !important;
	  		font-size: 13px !important;
	  		outline: none !important; /* remove focus ring from Webkit */
	  		color: #143F9F !important; 
}	
select.text-error-input {
	background-color: #F7E9E9!important;
	border-color: #F4CCDF;
	color: #C4136C!important;
}


/* bootstrap slider */
.slider.slider-horizontal {
    width: 100%;
}

.ui-slider.ui-widget-content {
/* 	background-color: #52af00; */
	background-image: linear-gradient(-180deg, #59C000 0%, #499900 100%);
}



/* Estilos de slider*/

.slider.slider-horizontal .slider-track-high {
/*     background: #52af00; */
     background-image: linear-gradient(-180deg, #59C000 0%, #499900 100%);
}
.slider.slider-horizontal .slider-selection {
/*     background: #52af00; */
     background-image: linear-gradient(-180deg, #59C000 0%, #499900 100%);
}

.slider-handle.round {
    border-radius: 7%;
}
.slider-handle {
    width: 12px;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #D8D8D8 100%);
/*     background-image: linear-gradient(to bottom,#b8bbbd 0,#c8ccce 100%); */
    border: 1px solid #C3BFBF;
}


.label-campo-cuota1{
	font-family: BBVAWebBook-Regular;
	font-size: 10px;
	color: #52CDF7;
	font-weight: normal;
}

.label-campo-cuota2{
	font-family: BBVAWebBook-Regular;
	font-size: 10px;
	color: #3F3F3F;
	font-weight: normal;
}


/*ALINEACION SEGUN TAMA�O DE PANTALLA */
@media (min-width: @screen-xs) {
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }
}
@media (min-width: @screen-sm-min) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: @screen-md-min) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: @screen-lg-min) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.form-control-error::-moz-placeholder {
  color: #C4136C;
  opacity: 1;
}
.form-control-error:-ms-input-placeholder {
  color: #C4136C;
}
.form-control-error::-webkit-input-placeholder {
  color: #C4136C;
}

.form-control-error {
	color: #C4136C !important;
	background-color: #F7E9E9;
	border: 1px solid #F4CCDF;
}

.form-control-error:hover {
	color: #C4136C;
	background-color: #F7E9E9;
	border: 1px solid #F4CCDF;
}

.form-select {
       /*background: linear-gradient(-180deg, #ffffff 0%, #f6f8f9 100%) !important;*/
      /* color: #094FA4 !important;*/
}

.form-select:hover {
       /*background: linear-gradient(-180deg, #ffffff 0%, #f6f8f9 100%) !important;*/
       color: #094FA4;
}

.errorTooltip + .tooltip > .tooltip-inner {background-color: #F7E9E9; font-family: "BBVAWebBook-Regular"; color: #C4136C; padding-bottom: 10px; padding-top: 10px; border: 1px solid #F4CCDF;}
.errorTooltip + .tooltip > .tooltip-arrow { border-top-color:#F7E9E9; }


