/*!
 * Custom Ramsal v1.0.0
 *
 * Copyright 2014 Ramsal, Software
 *
 * Designed and built by Lic. Nestor Uicab (nestor@nomina.mx).
 */
body {
  padding-top: 1px;
  padding-bottom: 40px;
  color: #5a5a5a;
}

body,h1,h2,h3,h4,h5,p,span,a{
font-family: Verdana, sans-serif;
 /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-family: 'PT Sans', sans-serif;
  font-family: 'Titillium Web', sans-serif;*/
  font-size-adjust: 0.58;
  font-style: normal;
  font-weight: normal !important;
  line-height: normal;
  color: #333333;
}

textarea:hover, 
input[type='text']:hover, 
input[type='password']:hover, 
textarea:active, 
input[type='text']:active, 
input[type='password']:active, 
textarea:focus, 
input[type='text']:focus,
input[type='password']:focus {
    outline:0px !important;
    -webkit-appearance:none;
}

/* image static */
.image-static {
  position: relative;
}

.image-static img {
  width: 100%;
  height: 100%;
}

.image-static .caption {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.image-static .caption h1,
.image-static .caption h2 {
  color: white;
}

.image-static .caption h1 {
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
  line-height: 81px;
  text-transform: uppercase;
}

.image-static .caption h2 {
  padding: 0 40px;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */


.navbar-wrapper {
  position: relative;
  z-index: 15;
}

.navbar_secciones{
	border-top: 1px solid #e4e3e3;
	padding-top: 15px;
	padding-left: 100px !important;
}

.navbar_secciones a{
    color: #e4e3e3;
    font-size: 24px;
}

.navbar_secciones a:hover{
    color: #32a0e6;
    background-color: #ffffff !important;
}

.navbar_secciones .nav-pills .span4{
	margin-left: 0px;
}


.navbar_secciones .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #37CADC;
}
.navbar_secciones .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #FFF;
    color: #37c9dc;
}

.navbar_secciones .nav-pills > li.active_nomina > a{
    color: #32a0e6;
}

.navbar_secciones .nav-pills > li.active_calculadora > a{
    color: #209a77;
}

.navbar_secciones .nav-pills > li.active_calculo > a{
    color: #124069;
}


.navbar_secciones .nav-pills > li.nomina > a:hover, .nav-pills > li.nomina > a:focus {
    background-color: #FFF;
    color: #32a0e6;
}
.navbar_secciones .nav-pills > li.calculadora > a:hover, .nav-pills > li.calculadora > a:focus {
    background-color: #FFF;
    color: #209a77;
}
.navbar_secciones .nav-pills > li.calculo > a:hover, .nav-pills > li.calculo > a:focus {
    background-color: #FFF;
    color: #124069;
}

/*
.

.navbar_secciones .nav-pills > li.calculadora > a:hover, .nav-pills > li.calculadora > a:focus {
    background-color: #FFF;
    color: #409793;
}*/


.navbar_secciones .nav-pills > li > a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 1px solid #e4e3e3;
    padding-top: 0px;
    text-align: center;
    
}

.navbar_secciones .nav-pills > li > a.last {
    border-right: none;
}


.navbar-inverse .navbar-toggle {
border-color: #fff;
}
/*
NAVBAR NOMINA
------------------------------------
*/
.navbar-nomina {
  background-color: #3c639a;
  background-image: url("../imgs/fondo_nav_nomina.png");
  background-repeat: repeat;
  border-color: #FFF;
  border-bottom-color: #e4e3e3;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff27a9bb', endColorstr='#ff47cedf', GradientType=0);
  min-height: 50px;
  text-align: center;
}


.navbar-nomina .nav > li{
	display:inline-block;
}
.navbar-nomina  .nav > li > a  {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	color:#fff;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 19px;
	
}
	
	
.navbar-nomina  .nav > li > a:hover  {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color:#149de7;
}

.navbar-nomina .nav .active > a, .navbar-nomina .nav .active > a:hover, .navbar-nomina .nav .active > a:focus {
  background-color: #159de7;
  background-image: -moz-linear-gradient(top, #27a9bb,0%, #47cedf,10%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#27a9bb), to(#47cedf));
  background-image: -webkit-linear-gradient(top, #27a9bb, #47cedf);
  background-image: -o-linear-gradient(top, #27a9bb, #47cedf);
  background-image: linear-gradient(to bottom, #27a9bb, #47cedf);
  background-image: url("../imgs/active_navbar.png");
  background-repeat: no-repeat;
  background-position: center 117%;
}
/*
.affix{
	top: 0px;
	width: 100%;
}



.affix {
  width: 100%; //helped keep the content the same size on fluid layouts
  position: fixed;
}
.affix-bottom {
  width: inherit;
  position: absolute;
  top: auto;
  bottom: 200px;  //height of the footer
}
.affix-top {
  //i didn't need this style but you might
}
*/

.affix{
  top: 0%;
  width: 100%;
  position: fixed;
}

.mygrid-wrapper-div {
    border: solid red 0px;
    overflow: scroll;
    height: 800px;
}





/*tab s
*/

 .nav-pills > li > a {
border-radius: 0px;
}

/*.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #124069;
}
*/
 .nav-pills > li.active > a,   .nav-pills > li.active > a:hover,  .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #124069;
}         
        



/* seccion Detalles de Ventajas
----------------------------------*/

#nom-ventajas{
	padding-top: 50px;
	padding-bottom: 50px;
}


.nom-titulo{
	padding-bottom: 50px;
}

.nom-titulo h1{
	color: #124069;
	font-size: 48px;
	text-align: center;
	font-weight: normal;
}
.img-responsive-titulo{
	display: block;
	height: auto;
	margin-left: 60px;
	margin-top: 10px;
	}

.detalles-ventajas{
	margin-top: 0px;
	padding-bottom: 50px;
	padding-top: 50px;
}

.detalles-ventajas h4{
	color: #124069;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
}
.detalles-ventajas p{
	line-height: 25px;
	padding-bottom: 50px;
	text-align: justify;
	font-size: 16px;
}
.detalles-ventajas img{
	margin-top: 10%;
  max-width:50%;
}

.container-full-ventajas{
 	background-color: #124069;
	background-image: url("../imgs/fondo_full_nomina.png");
 	background-repeat: no-repeat;
 	background-size: 140%;
 	height: 230px;
}
.big-font{
	font-size:70px; color: #fff;
}

.descripcion-ventajas{
	padding: 100px;
	
}

.descripcion-ventajas p{
margin-top: -60px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: normal;
	font-style: italic;
}



/*CARACTERISTICAS Nomina Ramsal*/

#nom-caracteristicas{
	padding-top: 50px;
	padding-bottom: 50px;	
}


.content_full_caract{
	position: relative;
	background-color: #2987da;
	background-repeat: no-repeat;
	margin-top: -100px;
	z-index: 99;
}

.nom-caracteristicas-personas{
	background-image: url("../imgs/caracteristicas_nomina.png");
 	background-repeat: no-repeat;
 	height: 250px;
	background-position: center;
	position: relative;
  z-index: 100;

}


.detalles-caracteristicas{
	padding: 100px;
}

.detalles-caracteristicas h1{
	text-align: center;
	font-size: 40px;
	color: #fff;

}

.detalles-caracteristicas h4{
	text-align: left;
	font-size: 24px;
	color: #fff;

}
 .color-letra{
 	color: #333;
 	font-size: 18px;
 }
 
 .detalles-caracteristicas>div{
 	margin: center;
 }
  
 .detalles-caracteristicas ul{
	 margin-bottom: 50px;
	 list-style: none;
	 } 
  
 .detalles-caracteristicas ul li { 
 	background-image:url("../imgs/icon-paloma-b1.png");
 	background-repeat:no-repeat;
 	background-position: 0px 13px;
 	background-size: 10%;
 	padding: 10px 0px 0px 40px;
 	
 } 
 
 .detalles-caracteristicas .table th{
	text-align: center;
}
 
 .detalles-caracteristicas .table td.paloma_negra { 
    background-color: #fff;
 	background-image: url("../imgs/icon-paloma-n1.png");
 	background-repeat: no-repeat;
 	background-position: center;
 	height: 32px;
 	width: 47px;
 } 

 
 .content_full_clientes{
	background-color: #124069;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 100% 602px;
	height: 100%;
padding: 1%;
	
	
}
 
 #clientes h1{
	text-align: left;
	font-size: 48px;
	font-weight: bold;
	color: #124069;
	margin-bottom: 50px
} 

.content_full_clientes ul li {
font-size: 16px;
list-style: none;
text-align: justify;
line-height: 25px;
color: #fff;
background-image: url("../imgs/icon-paloma-b1.png");
background-repeat: no-repeat;
background-position: 0px 13px;
background-size: 4%;
padding: 10px 0px 0px 40px;
margin-left: 0px;
}

.content_full_clientes p{
	text-align: justify;
	line-height: 25px;
  color: #fff;
}

.imagen-personas{
  background-image: url('../imgs/caracteristicas_nomina.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  margin-bottom: 5%;
margin-top: 5%;
}



/*seccion acrodion caracteristicas*/

.caracteristicas-acord{
	padding: 100px;
}

.panel-group .panel {
margin-bottom: 0;
overflow: hidden;
border-radius: 0px;
}

.panel {
margin-bottom: 20px;
background-color: #ffffff;
border: 0px solid transparent;
border-radius: 0px;
-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}



.panel-heading {
padding: 10px 15px;
border-bottom: 0px solid transparent;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}

.panel-default > .panel-heading {
color: #333333;
background-color: #124069;
border-color: #124069;
}

.panel-body p{
	font-size: 16px;	
}


.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
}

.panel-title > a {
color: #fff;
font-weight: normal;
text-decoration: none;
}

.panel-title > a:hover {
color: #6c90b0;
font-weight: normal;
text-decoration: none;
}



.leer-mas{
	color: #fff;
	font-size: 16px;
	font-style: italic;
}

a:link   
{   
 text-decoration:none;   
}  



.detalles-preguntas ul li{
	list-style: none;
	padding: 10px;
}

.detalles-preguntas div{
	
}

 .content_full_preguntas{
 	padding-top: 2%;
 	padding-bottom: 5%;
}

.content_full_preguntas h1{
	color: #124069;
	font-weight: bold;
} 

.content_full_preguntas .section{
	padding-left: 100px;
}

.content_full_preguntas .section .responde-pregunta .respuestas{
	border-top: 1px solid #124069;
	border-bottom:1px solid #124069; 
	margin: 20px 0 20px 0;
	padding: 50px 50px 50px 50px;
	text-align: justify;
}

.content_full_preguntas .section .responde-pregunta .respuestas .icon-cerrar{
	margin: -25px -25px 0 0px;
	cursor: pointer;
} 

.content_full_preguntas .section .responde-pregunta a:hover{
	text-decoration:none;
	cursor: pointer;
}
 
.content_full_preguntas .section .responde-pregunta li ul{
   margin-top: 25px;
}

.content_full_preguntas .section .responde-pregunta li ul li{
   display: inline;
   text-align: center;
   margin: 0 10px 0 0;
   border-left: 1px solid #159de7;
   padding: 0 50px 0 50px; 

}

.content_full_preguntas .section .responde-pregunta li ul li.last{
   border-right: 1px solid #159de7;
}

.img-responsive-caracteristicas{
    width: 80%
}

.img-responsive-caracteristicas-timbre{
    width: 100%
}

.img-responsive-caracteristicas-cfdi{
    width: 45%
}

img {
border: none;
}
/*
seccion descargar
*/

#nom-descargar{
	margin-top: 50px;
}

.content_full_down{
  background-color: #124069;
  background-image: url('../imgs/fondo_full_descargar.png');
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  height: 646px;
  
}

.content_full_down h1{
  text-align: center;
  font-size: 58px;
  font-weight: normal;
  color: #124069;
  padding-top: 250px;
}

.content_full_down h4{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #149de7;
  padding-top: 0px;
}

.nom-down-doc-inf{
	padding-left: 0px;
}

.nom-down-doc-inf label{
  padding: 15px;
}

.nom-down-doc-inf a{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #124069;
  color: #124069;
  padding: 10px;
  text-decoration: none;
}


.nom-down-doc-inf a:hover, .nom-down-doc-inf a:active{
  font-weight: normal;
  border: 1px solid #124069;
  background: #124069;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}





/*
seccion actualizacion
*/


.nom-sol-act{
	margin-bottom: 5%;
  margin-top: 2%;
	
}

.nom-sol-act label{

  font-weight: normal;

}


.nom-sol-act h1{
  text-align: center;
  font-size: 58px;
  font-weight: normal;
  color: #124069;
}

.nom-sol-act h4{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #124069;
  padding-top: 0px;
}


.nom-sol-act p{
  text-align: center;
  font-size: 17px;
  font-weight: normal;
line-height: 25px;
  padding: 40px;
}

.form-actualizacion{
	padding-top: 50px; 
}

/*TIMBRES SOLICITUD*/


.nomina-solicitud-t{
	margin-top: 0px;
	background-color: #124069;
	height: auto;
	background-color: #124069;
}


.nomina-solicitud-t img{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 10%;
	
}

.nomina-solicitud-t  h1{
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    display: inline;
    margin-left: 5%;
}

.nomina-solicitud-t label{
  color: #fff;
  font-weight: normal;
  font-size: 14px;

}

/*SOPORTE*/

.nomina-solicitud-soporte{
	margin-top: 0px;
	background-color: #124069;
	height: auto;
	background-color: #124069;
    margin-bottom: 100px;
    padding-top: 0%;
    padding-bottom: 5%;
}


.nomina-solicitud-soporte img{
	margin-top: 50px;
	margin-bottom: 50px;
}

.nomina-solicitud-soporte  h1{
  text-align: center;
  font-size: 58px;
  font-weight: normal;
  color: #fff;
}

.nomina-solicitud-soporte label{
  color: #fff;
  font-weight: normal;
  font-size: 14px;

}
.nom-form-soporte{
margin-top: 20px;
    display: block;
}



.content_full_nuevas{
  background-color: #159de7;
  background-size: 50% 902px;
  height: 180px;
  margin-bottom: 90px;
}

.content_full_nuevas h1{
  text-align: left;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin: 80px 20px 30px 20px;
}

.section_nuevas{
  margin:20px;
}

 .content_full_nuevas{
	margin-bottom: 500px;
}


/*
seccion CD DEMO 
*/

.content_full_cddemo{
  background-color: #159de7;
  background-image:  url("../imgs/fondo-cd-demo.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 0px;

}
.content_full_cddemo h3{
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  
}

.content_full_cddemo h1{
  text-align: left;
  font-size: 48px;
  font-weight: normal;
  color: #fff;
} 

.section_cddemo{
  margin: 20px;
}

.formCdDemo{
  margin-top: 100px;
  margin-bottom: 300px;
}


.content_full_cddemo{
	margin-bottom: 0px;
}


input, textarea, select, .cddemo-input {
  border: 1px solid #124069;
  border-radius: 0px 0px 0px 0px;
  color: #555555;
  font-size: 16px;
  font-weight: normal !important;
}

textarea:hover, 
input:hover, 
select:hover,
textarea:active, 
input:active,
select:active, 
textarea:focus, 
input:focus,
select:focus,
.cddemo-input:hover,
.cddemo-input:active,
.cddemo-input:focus {
  border: 2px solid #124069;
  color:#555555;
  
}

.btn-primary{
  background:#124069;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #124069;
  color: #fff;
  font-weight: normal;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background:#124069;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #159de7;
  color: #fff;
}




/*inputs blancos*/

input, textarea, select, .cddemo-input-blanco {
  border: 1px solid #c8e6f8;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  background: #124069;
  font-weight: normal;
  
}

textarea:hover, 
input:hover, 
select:hover,
textarea:active, 
input:active,
select:active, 
textarea:focus, 
input:focus,
select:focus,
.cddemo-input-blanco:hover,
.cddemo-input-blanco:active,
.cddemo-input-blanco:focus {
  border: 2px solid #fff;
  color:#fff;
  font-weight: normal;
}

.btn-primary-blanco{
  background:#124069;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #c8e6f8;
  color: #fff;
  font-weight: normal;
}

.btn-primary-blanco:hover,
.btn-primary-blanco:active,
.btn-primary-blanco:focus {
  background:#c8e6f8;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #124069;
  color: #124069;
}





label.valid {
  width: 24px;
  height: 24px;
  background: url(assets/img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}





/* 2. CALCULADORA DE IMPUESTOS
-------------------------------------------------- */

/*
- 2.1 NAVBAR
*/

.navbar {
  margin-bottom: 0px;
  border: 0px solid transparent;
}

.navbar-calculadora {
  background-color: #209a77;
  background-image: url("../imgs/fondo_nav_calculadora.png");
  background-repeat: repeat;
  border-color: #FFF;
  border-bottom-color: #e4e3e3;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff27a9bb', endColorstr='#ff47cedf', GradientType=0);
  min-height: 50px;
  text-align: center;
}

.navbar-nomina .calculadora {
    width: 1170px;
}

.navbar-calculadora .nav > li{
	display:inline-block;
}
.navbar-calculadora  .nav > li > a  {
	padding-top: 15px;
	padding-bottom: 15px;
	
	font-size: 14px;
	color:#fff;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 19px;
	
}
	
	
.navbar-calculadora  .nav > li > a:hover  {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color:#209a77;
}

.navbar-calculadora .nav .active > a, .navbar-calculadora .nav .active > a:hover, .navbar-calculadora .nav .active > a:focus {
  background-color: #209a77;
  background-image: -moz-linear-gradient(top, #27a9bb,0%, #47cedf,10%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#27a9bb), to(#47cedf));
  background-image: -webkit-linear-gradient(top, #27a9bb, #47cedf);
  background-image: -o-linear-gradient(top, #27a9bb, #47cedf);
  background-image: linear-gradient(to bottom, #27a9bb, #47cedf);
  background-image: url("../imgs/active_navbar.png");
  background-repeat: no-repeat;
  background-position: center 117%;
  
}
/*
.affix{
	position: fixed;
	top: 0px;
	width: 100%;
}

.affix_2{
	position: fixed;
	top: 0px;
	width: 100%;
}*/



/*
- 2.2 VENTAJAS
*/

#calc-ventajas{
	padding-top: 50px;
	padding-bottom: 100px;
}




.calc_content_full_ventajas{
	background-color: #209a77;
	background-image: url("../imgs/fondo_calculadora1.png");
	background-position:center;
	padding: 5%;
}


.calculadora-titulo{
	margin-bottom: 50px;
}

.calculadora-titulo h1{
	color: #1adba4;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}

.calculadora-responsive-ventajas{
	display: block;
	height: auto;
	margin-left: 60%;
	margin-top: 0px;
}


.calc-detalles-ventajas{
	margin-top: 100px;
}

.calc-detalles-ventajas h4{
	color: #a1a1a1;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.calc-detalles-ventajas p{
	line-height: 25px;
	padding-bottom: 50px;
	text-align: justify;
	color: #a1a1a1;
	font-size: 16px;
}

.calc-detalles-ventajas img{
	
	text-align: center;
}



.calc-ventajas-definicion{
	margin: 50px 0px 70px 0px;
}

.calc-ventajas-definicion p{
	line-height: 30px;
	text-align: justify;
	color: white;
	font-weight:normal;
	font-size: 17px;
}


/*
- 2.3 CARACTERISTICAS
*/

#calc-caracteristicas{
	padding-bottom: 100px;
	padding-top: 0px;
}

.calc_content_full_caracteristicas{
	background-color: #209a77;
	padding-top: 50px;
}



.calc_content_full_caracteristicas h1{
  text-align: center;
  font-size: 60px;
  color: #fff;
}

/*
	2.3.1  Ispt
*/


.calc_ispt{
	margin: 50px;
}

.calc_ispt img{
	padding: 130px 0px 0px 30px;
}

.calc_ispt h1{
	text-align: left;
	margin-left: 30px;
	font-size: 50px;
	color: #a1a1a1;
}

.ispt-caracteristicas{
	text-align: left;
	font-size: 15px;
	color: #a1a1a1;
}

.calc_ispt ul li { 
 	
 	font-size: 16px;
    list-style: none;
    text-align: justify;
    line-height: 25px;
    color: #a1a1a1;
    background-image: url("../imgs/icon-paloma-g1.png");
    background-repeat: no-repeat;
    background-position: 0px 13px;
    background-size: 5%;
    padding: 10px 0px 0px 40px;
    margin-left: -45px;
} 

.img-responsive-ispt{
	display: block;
	height: auto;
	max-width: 100%;
	}

/*
	2.3.2 Analisis de Sueldos
*/

.calc_content_full_analisis_sueldos{
	background-color: #209a77;
	background-image: url("../imgs/calc_analisis_sueldos.png");
	background-repeat: no-repeat;
	background-position:center;
	height: 490px;
}

.calc_analisis_sueldos{
	margin: 50px;
}


.calc_analisis_sueldos h1{
	text-align: center;
	margin-left: 0px;
	font-size: 50px;
	color: #fff;
}

.analisis-sueldo-caracteristicas{
	padding-top: 20px;
	text-align: justify;
	font-size: 15px;
	color: #fff;
}

.calc_analisis_sueldos ul li { 
	padding-bottom: 20px;
 	line-height: 25px;
 	list-style: none;
} 


/*
	2.3.3  calculo de cuotas
*/


.calc_cuotas{
	margin: 0px;
}

.calc_cuotas img{
	padding: 50px 0px 0px 100px;
}

.calc_cuotas h1{
	text-align: left;
	margin-left: 30px;
	font-size: 50px;
	color: #a1a1a1;
}

.cuotas-caracteristicas{
	padding-top: 100px;
	text-align: left;
	font-size: 15px;
	color: #a1a1a1;
}

.calc_cuotas ul li { 
 	font-size: 16px;
    list-style: none;
    text-align: justify;
    line-height: 25px;
    color: #a1a1a1;
    background-image: url("../imgs/icon-paloma-g1.png");
    background-repeat: no-repeat;
    background-position: 0px 13px;
    background-size: 5%;
    padding: 10px 0px 0px 40px;
    margin-left: -45px;
} 






/*
- 2.4 TABLAS D.O.F

*/

#tablas_dof{
	padding-bottom: 100px;
	padding-top: 50px;
}

.calc_content_full_tablas{
	background-color: #209a77;
	padding-top: 50px;
}

.calc_content_full_tablas h1{
  text-align: center;
  font-size: 60px;
  color: #fff;
}

.tablas-dof {
border: 0px solid #1adba4;
text-align: center;
}

#tablas_dof h4{
color: white;
text-align: center;
margin-bottom: 2%
}

.tablas-dof > li {
   float: left;
   border: 2px solid #1adba4;
   width: 100%
}

.tablas-dof > li > a {
  border-radius: 0px;
  margin-right: 0px;
  border: transparent; 
  color: #ffffff;
}

.tablas-dof > li > a:hover {
  color: #ffffff;
  background-color: #1adba4;
}

.tablas-dof > li + li {
  margin-left: 0px;
}

.tablas-dof > li.active > a,
.tablas-dof > li.active > a:hover,
.tablas-dof > li.active > a:focus {
  color: #ffffff;
  background-color: #1adba4;
  margin-right: 0px;
  border: transparent; 
}

.img-center{
	text-align: center;
}

.img-responsive-tablas{
	display: inline;
	max-width: 90%;
}


.img-responsive {
	display: inline;
}


/*
- 2.5 PEDIDOS
*/

#pedidos{
	padding-bottom: 100px;
	padding-top: 50px;
}

.calc-pedidos{
	margin: 0px;
}

.calc-pedidos h1 {
	text-align: center;
	font-size: 60px;
	color: #209a77;
}
.calc-pedidos h3 {
	text-align: center;
	font-size: 40px;
	color: #a1a1a1;
}


input, textarea, select, .calc-input {
  border: 1px solid #1adba4;
  border-radius: 0px 0px 0px 0px;
  color: #555555;
}

textarea:hover, 
input:hover, 
select:hover,
textarea:active, 
input:active,
select:active, 
textarea:focus, 
input:focus,
select:focus,
.calc-input:hover,
.calc-input:active,
.calc-input:focus {
  border: 1px solid #1adba4;
  color:#555555;
}

.btn-calc{
  background:#209a77;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #209a77;
  color: #fff;
}
.btn-calc:hover,
.btn-calc:active,
.btn-calc:focus {
  background:#209a77;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #209a77;
  color: #fff;
}

.btn-calc-b{
  background:#fff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #209a77;
  color: #209a77;
}

.btn-calc-b:hover,
.btn-calc-b:active,
.btn-calc-b:focus {
  background:#209a77;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #209a77;
  color: #fff;
}


/*calc inputs blancos*/

input, textarea, select, .calc-input-blanco {
  border: 1px solid #fff;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  background-color: transparent
}

textarea:hover, 
input:hover, 
select:hover,
textarea:active, 
input:active,
select:active, 
textarea:focus, 
input:focus,
select:focus,
.calc-input-blanco:hover,
.calc-input-blanco:active,
.calc-input-blanco:focus {
  border: 1px solid #fff;
  color:#fff;
  
}

.btn-calc-blanco{
  background:transparent;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #fff;
  color: #fff;
}
.btn-calc-blanco:hover,
.btn-calc-blanco:active,
.btn-calc-blanco:focus {
  background:#209a77;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #fff;
  color: #fff;
}





.calc-error {
  color: red !important;
  font-weight: 100;
  
}

calc-success{
	 border: 2px solid #CCCCCC;
  border-radius: 0px 0px 0px 0px;
  color: #555555;
}

lbl-calc{
	color:#5e5d5d;
	font-weight: normal;
}

/*
- 2.6 REGISTRO
*/

#registro{
	padding-bottom: 100px;
	padding-top: 50px;
}


.calc_content_full_registro{
	background-color: #209a77;
	background-image: url("../imgs/calc-registro-usuario.png");
	background-position:center;
	height: 309px;
	margin-bottom: 50px;
}

.calc_content_full_registro h1{
	text-align: center;
	padding-top: 15%;
	font-size: 60px;
	font-weight: normal;
	color: #fff;
}

.calc-registro{
	margin: 0px;
}

.calc-registro h1 {
	text-align: center;
	font-size: 50px;
	color: #a1a1a1;
}
.calc-registro h3 {
	text-align: center;
	font-size: 40px;
	color: #a1a1a1;
}

.lbl-registro{
	font-weight: normal;
}

/*
- 2.7 DESCARGAS
*/

#documento-informativo{
	margin-top: 50px;
}

.content_full_down-calc{
  background-color: #209a77;
  background-image: url('../imgs/fondo-full-down-calc.png');
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  height: 646px;
  
}

.content_full_down-calc h1{
  text-align: center;
  font-size: 58px;
  font-weight: normal;
  color: #209a77;
  padding-top: 45%;
}

.content_full_down-calc h4{
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  color: #b3b3b3;
  padding: 10px;
  line-height: 25px;
}

.calc-down-doc-inf{
	padding-left: 0px;
}

.calc-down-doc-inf label{
  padding: 15px;
}

.calc-down-doc-inf a{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #209a77;
  color: #209a77;
  padding: 10px;
  text-decoration: none;
}


.calc-down-doc-inf a:hover, .calc-down-doc-inf a:active{
  font-weight: normal;
  border: 1px solid #209a77;
  background: #209a77;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}




/*
2.8 Solicitud de Actualizacion
*/


.calc-sol-act{
    margin-bottom: 10px;
	background-color: #209a77;
	padding-bottom: 50px;
	padding-top: 0px;
}

.calc-sol-act label{
  color: #fff;
  font-weight: normal;

}


.calc-sol-act h1{
  text-align: center;
  font-size: 58px;
  font-weight: normal;
  color: #fff;
}

.calc-sol-act h4{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding-top: 0px;
}


.calc-sol-act img{
	margin-top: 10%;
	margin-bottom: 0px;
} 

.calc-sol-act p{
  text-align: center;
  font-size: 17px;
  font-weight: normal;
line-height: 25px;
  padding: 40px;
}

.calc-form-actualizacion{
	padding-top: 50px; 
}


/*SOLICITUD DE SOPORTE*/

.calc-solicitud-soporte{
	padding-bottom: 50px;
}


.calc-solicitud-soporte img{
	margin-top: 10%;
margin-bottom: 0%;

}

.calc-solicitud-soporte  h1{
  text-align: center;
  font-size: 60px;
  font-weight: normal;
  color: #209a77;
}

.calc-solicitud-soporte label{
  color: #b3b3b3;
  font-weight: normal;
  font-size: 14px;

}

.calc-form-soporte{
	padding-top: 50px; 
}






#calc-loader{
  position: relative;
  left: 15%;
}


.loader img {
padding: 0px;
}

.alert {
border-radius: 0px;
}





/*
	CALCULOS EN LINEA
	------------------------------------
*/
.navbar-calculos{
  background-color: #124069;
  background-image: url("../imgs/fondo_nav_calculos.png");
  background-repeat: repeat-x;
  border-color: #FFF;
  border-bottom-color: #e4e3e3;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff27a9bb', endColorstr='#ff47cedf', GradientType=0);
  min-height: 50px;
  text-align: center;
}



.navbar-calculos .nav > li{
	display:inline-block;
}
.navbar-calculos  .nav > li > a  {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	color:#fff;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 19px;
	
}
	
	
.navbar-calculos  .nav > li > a:hover  {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color:#124069;
}

.navbar-calculos .nav .active > a, .navbar-calculos .nav .active > a:hover, .navbar-calculos .nav .active > a:focus {
  background-color: #124069;
  background-image: -moz-linear-gradient(top, 0%, 10%, #092035 0%, #124069 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#092035), to(#124069));
  background-image: -webkit-linear-gradient(top, #092035, #124069);
  background-image: -o-linear-gradient(top, #092035, #124069);
  background-image: linear-gradient(to bottom, #092035, #124069);
  background-image: url("../imgs/active_navbar.png");
  background-repeat: no-repeat;
  background-position: center 117%;
  
}
/*
.affix{
	top: 0px;
	width: 100%;
}*/




/*
- 2.1 VENTAJAS
*/

#ventajas{
	padding-top: 50px;
	margin-bottom: 100px;
}

.calc-titulo{
	padding-bottom: 50px;
}

.calc-titulo h1{
	color: #271f67;
	font-size: 40px;
	text-align: center;
	font-weight: normal;
}
.calc-responsive-titulo{
	display: block;
	height: auto;
	margin-left: 50%;
    margin-top: 0px;
	}

.calculos_content_full_ventajas{
	background-color: #124069;
	background-image: url("../imgs/fondo-calculos.png");
	background-position: 70% 0%;
height: 300px;
}

.calculos-detalles-ventajas{
  margin-bottom: 5%;  
  margin-top: 5%; 
}

.calculos-detalles-ventajas h4{
	color: #a1a1a1;
	font-size: 24px;
	text-align: center;
}

.calculos-detalles-ventajas p{
	line-height: 25px;
	padding-bottom: 50px;
	text-align: justify;
	color: #a1a1a1;
}

.calculos-detalles-ventajas img{
	text-align: center;
}


.calculos-ventajas-definicion{
	margin-top: 10%;
}

.calculos-ventajas-definicion p{
	line-height: 25px;
	text-align: justify;
	color: white;
	font-size: 20px;
}


.calculos-ventajas-definicion li{
	line-height: 25px;
	text-align: justify;
	color: white;
	font-size: 15px;
}

.calculo-list-detalles{
	text-align: left;
	font-size: 15px;
	color: #a1a1a1;
	list-style: none;
	margin-left: -30px;
	margin-bottom: 30px;
}


/*
	
2.2 CALCULOS CARACTERISTICAS	
	
*/

#caracteristicas{
	padding-bottom: 0px;
	margin-bottom: 100px;
}

.calculo_content_full_caracteristicas{
	background-color: #fff;
	padding-top: 50px;
}

.calculo_content_full_caracteristicas_fondo{
	background-image: url('../imgs/fondo-calculos-caracteristicas.png');
	background-position:center top;
	background-repeat: inherit;
	background-color: #124069;
	height: 500px;;

}

.calculo_content_full_caracteristicas h1{
  text-align: center;
  font-size: 60px;
  color: #a1a1a1;
}


.calculo_caracteristicas{
	padding-top: 10px;
}


.calculo_caracteristicas h1{
	text-align: left;
	font-size: 30px;
	color: #fff;
}

.calculo_caracteristicas h4{
	text-align: left;
	font-size: 15px;
	color: #fff;
}

.calculo_caracteristicas ul li { 
	
 	font-size: 16px;
	list-style: none;
	text-align: justify;
 	line-height: 25px;
 	color: #fff;
 	background-image: url("../imgs/icon-paloma-b1.png");
	background-repeat: no-repeat;
	background-position: 0px 13px;
	background-size: 2%;
	padding: 10px 0px 0px 40px;
	margin-left: -45px;
} 


.calculo_caracteristicas-ventajas{
	padding: 70px;
}


.calculo_caracteristicas-ventajas h1{
	text-align: left;
	font-size: 30px;
	color: #a1a1a1;
}

.calculo_caracteristicas-ventajas h4{
	text-align: left;
	font-size: 15px;
	color: #a1a1a1;
}

.calculo_caracteristicas-ventajas ul li { 
	font-size: 16px;
	list-style: none;
	text-align: justify;
 	line-height: 25px;
 	color: #a1a1a1;
 	background-image: url("../imgs/icon-paloma-g1.png");
	background-repeat: no-repeat;
	background-position: 0px 13px;
	background-size: 5%;
	padding: 10px 0px 0px 40px;
	margin-left: -45px;
} 


.calculo_content_full_requerimientos{
	background-image: url('../imgs/fondo-calculos-requerimientos.png');
	background-position:center top;
	background-repeat: inherit;
	background-color: #124069;
	
}

.calculo_caracteristicas-requerimientos{
	padding-bottom: 150px;
	padding-top: 100px;
}


.calculo_caracteristicas-requerimientos h1{
	text-align: left;
	font-size: 30px;
	color: #fff;
}

.calculo_caracteristicas-requerimientos h4{
	text-align: left;
	font-size: 15px;
	color: #fff;
}

.calculo_caracteristicas-requerimientos ul li { 
	font-size: 16px;
	list-style: none;
	text-align: justify;
	line-height: 25px;
	color: #fff;
	background-image: url("../imgs/icon-paloma-b1.png");
	background-repeat: no-repeat;
	background-position: 0px 13px;
	background-size: 6%;
	padding: 10px 0px 0px 40px;
} 





/*
	EJEMPLOS 
*/

#ejemplos{
	padding-bottom: 0px;
	margin-bottom: 150px;
}

.calculo_ejemplos{
	background-color: #fff;
	padding-top: 50px;
}


.calculo_ejemplos h1{
  text-align: center;
  font-size: 60px;
  color: #a1a1a1;
}

.ejemplos-calculo{
	line-height: 30px;
	padding-left: 40px;
}

.ejemplos-calculo p{
	
	padding-left: 50px;
}
.ejemplos-calculo ul li{
	text-align: center;
 	color: #fff;
 	list-style: none;
 	width: 400px;
 	border: 2px solid #a1a1a1;
 	margin: 10px;
}

.ejemplos-calculo ul li a {
	color:#a1a1a1;
	text-decoration: none;
	padding: 5px;
	width: 100px;
}

.ejemplos-calculo ul li a:hover {
	color:#124069;
	text-decoration: none;
	padding: 5px;
	width: 100px;
}

.ejemplos-calculo ul li:hover {
	border: 2px solid #124069;
}













/*
	suscribase
*/
#suscribase{
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}

.img-responsive-suscrib{
display: initial;
width: 5%;
}

.calculo_content_full_suscribase{
	background-color: #6c90b0;
  padding: 25px;
  height: 160px;	
}

.calculo_content_full_suscribase h1{
  text-align: center;
  font-size: 40px;
  color: #fff;
  border: 0px solid #fff;
  margin-top: 1%;
  
}

.calculo_content_full_suscribase a{
  text-decoration: none;
  
}

.calculo_content_full_suscribase a:hover h1{
  text-decoration: none;
  color: #124069;
  border: 2px solid #124069;
}


/*
Formulario suscripcion

*/
.form-suscribase{
  margin-bottom: 10%;
}

.form-suscribase h5{
  color:#1f4269;
  font-size: 20px;
  text-align: center;
  margin-bottom: 2%;
  margin-top: 2%;
}

/*inputs blancos*/

.label-suscrib{
  font-weight: normal;
}

input, textarea, select, .suscrib-input {
  border: 1px solid #5b7491;
  border-radius: 0px 0px 0px 0px;
  color: #5b7491;
  background: #fff;
  font-weight: normal;
  
}

textarea:hover, 
input:hover, 
select:hover,
textarea:active, 
input:active,
select:active, 
textarea:focus, 
input:focus,
select:focus,
.suscrib-input:hover,
.suscrib-input:active,
.suscrib-input:focus {
  border: 1px solid #5b7491;
  color:#5b7491;
  font-weight: normal;
}

.btn-primary-suscrib{
  background:#5b7491;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #5b7491;
  color: #fff;
  font-weight: normal;
}

.btn-primary-suscrib:hover,
.btn-primary-suscrib:active,
.btn-primary-suscrib:focus {
  background:#fff;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #5b7491;
  color: #5b7491;
}








/*
	entrar a calculos
*/
#entrar{
	padding-bottom: 0px;
  padding-top: 0px;
	text-align: center
}

.img-responsive-entrar{
display: initial;
width: 70%;
}

.form-login-full{
  background-color: #fff;
  margin-left: 7%;
  margin-top: 2%;
}

.calculo_content_full_entrar{
	background-color: #124069;
    padding: 20px;

}
.calculo_content_entrar h1{
  text-align: center;
  font-size: 40px;
  color: #fff;
  border: 0px solid #fff;
  background-color:#124069;
  margin-top: 3%;
}


/*
Formulario login

*/
.form-login{
  margin-bottom: 10%;
}

.form-login h5{
  color:#1f4269;
  font-size: 20px;
  text-align: center;
  margin-bottom: 2%;
  margin-top: 2%;
}

/*inputs blancos*/

.label-login{
  font-weight: normal;
  padding-top: 20px;
}

.label-login-links{
  color:#144363;
  font-size: 15px;
  font-weight: normal;
}

.login-input {
  border: 1px solid #a8c8e9;
  border-radius: 0px 0px 0px 0px;
  color: #425d78;
  background: #a8c8e9;
  font-weight: normal;
  width: 80%;
  height: 50px;
  
}

textarea:hover, 
input:hover, 
select:hover,
textarea:active, 
input:active,
select:active, 
textarea:focus, 
input:focus,
select:focus,
.login-input:hover,
.login-input:active,
.login-input:focus {
  border: 1px solid #a8c8e9;
  color:#425d78;
  font-weight: normal;
}

.btn-primary-login{
  background:#425d78;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #425d78;
  color: #fff;
  font-weight: normal;
   width: 80%;
  height: 50px;
}

.btn-primary-login:hover,
.btn-primary-login:active,
.btn-primary-login:focus {
  background:#425d78;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #bfd6ef;
  color: #fff;
}






/*MODAL BOX RAMSAL*/

/*modal box calculadora*/
.btn-modal-calculadora{
  background:#209a77;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #209a77;
  color: #fff;
  font-weight: normal;
}


.btn-modal-calculadora:hover,
.btn-modal-calculadora:active,
.btn-modal-calculadora:focus {
  background:#209a77;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #209a77;
  color: #fff;
}

.btn-modal-calculadora-default{
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  font-weight: normal;
}


.btn-modal-calculadora-default:hover,
.btn-modal-calculadora-default:active,
.btn-modal-calculadora-default:focus {
  border-radius: 0px 0px 0px 0px;
  color: #fff;
}



.modal-content-calculadora{
	border-radius: 0px;
}

.modal-header-calculadora{
	background-color: #209a77;
}

.modal-title-calculadora {
	color:#fff;
	font-weight: normal;
}

button.close {
	color:#fff;
}

.modal-footer-calculadora {
padding: 19px 20px 20px;
margin-top: 0px;
text-align: right;
border-top: none;
}


input, textarea, select, .calculadora-modal-input {
  border: 2px solid #CCCCCC;
  border-radius: 0px 0px 0px 0px;
  color: #555555;
  font-weight: normal;
}

textarea:hover, 
input:hover, 
select:hover,
textarea:active, 
input:active,
select:active, 
textarea:focus, 
input:focus,
select:focus,
.calculadora-modal-input:hover,
.calculadora-modal-input:active,
.calculadora-modal-input:focus {
  border: 2px solid #209a77;
  color:#555555;
}

/*modal box nomina*/
.btn-modal-nomina{
  background:#124069;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #124069;
  color: #fff;
  font-weight: normal;
}


.btn-modal-nomina:hover,
.btn-modal-nomina:active,
.btn-modal-nomina:focus {
  background:#124069;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #124069;
  color: #fff;
}

.btn-modal-nomina-default{
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  font-weight: normal;
}


.btn-modal-nomina-default:hover,
.btn-modal-nomina-default:active,
.btn-modal-nomina-default:focus {
  border-radius: 0px 0px 0px 0px;
  color: #fff;
}



.modal-content-nomina{
	border-radius: 0px;
}

.modal-header-nomina{
	background-color: #124069;
}

.modal-title-nomina {
	color:#fff;
	font-weight: normal;
}

button.close {
	color:#fff;
}

.modal-footer-nomina {
padding: 19px 20px 20px;
margin-top: 0px;
text-align: right;
border-top: none;
}


input, textarea, select, .nomina-modal-input {
  border: 2px solid #CCCCCC;
  border-radius: 0px 0px 0px 0px;
  color: #555555;
  font-weight: normal;
}

textarea:hover, 
input:hover, 
select:hover,
textarea:active, 
input:active,
select:active, 
textarea:focus, 
input:focus,
select:focus,
.nomina-modal-input:hover,
.nomina-modal-input:active,
.nomina-modal-input:focus {
  border: 2px solid #124069;
  color:#555555;
}



/*modal box calculos*/
.btn-modal-calculos{
  background:#124069;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #124069;
  color: #fff;
  font-weight: normal;
}


.btn-modal-calculos:hover,
.btn-modal-calculos:active,
.btn-modal-calculos:focus {
  background:#124069;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #124069;
  color: #fff;
}

.btn-modal-calculos-default{
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  font-weight: normal;
}


.btn-modal-calculos-default:hover,
.btn-modal-calculos-default:active,
.btn-modal-calculos-default:focus {
  border-radius: 0px 0px 0px 0px;
  color: #fff;
}



.modal-content-calculos{
	border-radius: 0px;
}

.modal-header-calculos{
	background-color: #114069;
}

.modal-title-calculos {
	color:#fff;
	font-weight: normal;
}

button.close {
	color:#fff;
}

.modal-footer-calculos {
padding: 19px 20px 20px;
margin-top: 0px;
text-align: right;
border-top: none;
}


input, textarea, select, .calculos-modal-input {
  border: 2px solid #CCCCCC;
  border-radius: 0px 0px 0px 0px;
  color: #555555;
  font-weight: normal;
}

textarea:hover, 
input:hover, 
select:hover,
textarea:active, 
input:active,
select:active, 
textarea:focus, 
input:focus,
select:focus,
.calculos-modal-input:hover,
.calculos-modal-input:active,
.calculos-modal-input:focus {
  border: 2px solid #124069;
  color:#555555;
}







/*
	BACK TO TOP NOMINA
*/
#back-top-nomina {
	position: fixed;
	bottom: 0px;
	margin-left: -50px;
}

.copy{
	text-align: left;
}

.privacidad{
	text-align:left;
}

.privacidad a{
	text-align:left;
	text-decoration: none;
}




.glyphicon {
	font-size: 50px;
	color: #ccc;
}

#back-top-nomina a {
	
	width: 50px;
	height:60px;
	display: block;
	text-align: right;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top-nomina a:hover {
	color: #124069;
}

/* arrow icon (span tag) */
#back-top-nomina span {
	width: 50px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top-nomina a:hover span {
	color: #124069;
}




/*
	BACK TO TOP CALCULADORA
	
*/
#back-top-calculadora {
	position: fixed;
	bottom: 0px;
	margin-left: 50px;
}

.glyphicon {
	font-size: 50px;
	color: #ccc;
}

#back-top-calculadora a {
	
	width: 50px;
	height:60px;
	display: block;
	text-align: right;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top-calculadora a:hover {
	color: #209a77;
}

/* arrow icon (span tag) */
#back-top-calculadora span {
	width: 50px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top-calculadora a:hover span {
	color: #209a77;
}





/*
	BACK TO TOP CALCULOS
	
*/
#back-top-calculos {
	position: fixed;
	bottom: 0px;
	margin-left: 50px;
}

.glyphicon {
	font-size: 50px;
	color: #ccc;
}

#back-top-calculos a {
	
	width: 50px;
	height:60px;
	display: block;
	text-align: right;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top-calculos a:hover {
	color: #124069;
}

/* arrow icon (span tag) */
#back-top-calculos span {
	width: 50px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top-calculos a:hover span {
	color: #124069;
}


/*
	BACK TO TOP BUTTOM
*/
#back-top {
	position: fixed;
	bottom: 0px;
	margin-left: -50px;
}

.glyphicon {
	font-size: 100%;
	color: #ccc;
}



#back-top a {
	
	width: 50px;
	height:60px;
	display: block;
	text-align: right;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	color: #ccc;
}

/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span {
	color: #209a77;
}













/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 100px;
  background-position: center;
  background-color: transparent;
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: 10px;
  display: block
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  position: relative;
  text-align: justify;
  font-size: 18px;
  left: 10%;
  right: 10%;
  bottom: 0;
  padding-bottom: 0;
  padding-top: 0px;
}

.carousel-caption p{
  font-size: 18px;
  text-shadow: none !important;
}

.carousel-caption .text{
  margin-top: 10%;
  padding-left: 0px;
  color: #002036;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 298px;
  background: none;
}

.carousel-caption .image_slide1{
	margin-top: -11px;
	margin-left: 0px;

}

.carousel-caption .image_slide2{
	margin-top: 37px;
	margin-left: 0px;

}

.carousel-caption .image_slide3{
	margin-top: 10px;
	margin-left: 30px;

}

.carousel-inner {
position: relative;
width: 100%;
overflow: visible;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 30%;
  height: 298px;
}

.carousel-control.left {
  background-image: none;
background-repeat: repeat-x;}



.carousel-indicators {
margin-top: 0px;
}

/* productos CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.productos {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  margin-bottom: 5%;
}


.privacidad-home {
text-align: right;
margin-top: -2.2%;
}


/* Center align the text within the three columns below the carousel */
.productos .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.productos h3 {
  color: #252f76;
  font-weight: normal;
  text-align: center;

}
.productos .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the productos headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        max-width: 700px;
      }
      .container-narrow > hr {
        margin: 30px 0;
      }


/*
estilos del sitio web
*/

.fondo_nomina{
	display: block;
	margin:auto;
	
}

.fondo_nomina a{
  text-decoration: none;
  border: none !important;
 
}

.alto_img{
	height:78px;
	text-align: center;
}



img.nomina{
  width: 78px; 
  height: 78px;
  border: none;
  background-image: url('../imgs/ico_nomina_ramsal.png');
}

img.nomina:hover{
  width: 78px; 
  height: 78px;
  background-image: url('../imgs/ico_nomina_ramsal.png');
  
}

/*
VALIDATE
*/

label.valid {
  width: 24px;
  height: 24px;
  background: url('../imgs/valid.png') center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

label.error {
  font-weight: normal;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}





/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Variations */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

