/*styles original region*/
h1, h2{
	display: none;
}

html {
	height: 100%;
}
body {
	font-family: 'gobCL', 'Verdana';
	transition: background-color 0.4s;
	min-height: 100%;
	background-color: #1E4C72 !important;
	color: #fff;
}

@font-face {
	font-family: 'gobCL';
	src: url('../fonts/gobcl_light.eot');
	src: url('../fonts/gobcl_light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/gobcl_light.woff') format('woff'),
		 url('../fonts/gobcl_light.ttf') format('truetype'),
		 url('../fonts/gobcl_light.svg#gobCLLight') format('svg');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'gobCL';
	src: url('../fonts/gobcl_regular.eot');
	src: url('../fonts/gobcl_regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/gobcl_regular.woff') format('woff'),
		 url('../fonts/gobcl_regular.ttf') format('truetype'),
		 url('../fonts/gobcl_regular.svg#gobCLRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gobCL';
	src: url('../fonts/gobcl_bold.eot');
	src: url('../fonts/gobcl_bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/gobcl_bold.woff') format('woff'),
		 url('../fonts/gobcl_bold.ttf') format('truetype'),
		 url('../fonts/gobcl_bold.svg#gobCLBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/*
Layout
 */

.wrapper-general {
	margin-top: 9em;
	min-height: 25vh;
	margin-bottom: 2.5em;
}

.contenedor-inicio{
	width: 92.5%;
	margin: auto;
}

.canal-oficial{
	width: 92.5%;
	margin: auto;
}

.contenedor-inicio .modulo-consulta .form .row select{
	margin-bottom: 0.75em;
}

@media screen and (min-width: 440px){
	.contenedor-inicio{
		width: 400px;
	}
	.contenedor-inicio .modulo-consulta .form .row select{
		margin-bottom: 0;
	}
}

@media screen and (min-width: 500px){
	.canal-oficial{
		width: 550px;
	}
}

.contenedor-contenido{
	background: white;
	color: #313136;
	padding: 1em 2em;
	min-height: 60vh;
}
@media screen and (max-width: 801px) {
	body .menu-lateral {
		top: 3.3em !important;
	}
	.contenedor-contenido{
		margin-left: 4.1666%;
	}
}
@media screen and (min-width: 802px) {
	.wrapper-general {
		margin-top: 3em;
		margin-top: 5em;
		min-height: 70vh;
	}
	.home-afp .wrapper-general {
		margin-top: 3em;
		min-height: 70vh;
	}
}

.table-responsive{
	padding: 1.5em;
	border-radius: 2px;
	border: 1px solid #ccc;
}

.table-responsive.tabla-una-fila{
	padding: 0.5em 1.5em;
}

table.table-custom{
	margin: 0;
}

.tabla-una-fila .table-custom tbody tr td{ border-top: none !important;}

.tabla-causales tr th:first-child,
.tabla-causales tr td:first-child{
	width: 8px !important;
}

.tabla-causales tr th:nth-of-type(2),
.tabla-causales tr td:nth-of-type(2){
	text-align: left;
}

.tabla-causales.tabla-anadir-causales tr th:first-child,
.tabla-causales.tabla-anadir-causales tr td:first-child{
	width: auto !important;
}

table.table-custom th,
table.table-custom td{
	text-align: left !important;
}

table.table-custom th{
	padding-top: 0.55em !important;
	padding-bottom: 0.55em !important;
	text-align: center;
}

table.table-custom td{
	padding-top: 0.7em !important;
	padding-bottom: 0.7em !important;
	text-align: center;
}

h3.titulo-pagina,
h4.titulo-pagina{
	font-size: 24px;
	margin-top: 0.75em;
	margin-bottom: 1.1em;
}

h3.titulo-pagina.titulo-espaciado,
h4.titulo-pagina.titulo-espaciado{
	margin-bottom: 1.8em;
}

.titulo-pagina.titulo-centrado{
	text-align: center;
}

h3.titulo-pagina.titulo-con-borde,
h4.titulo-pagina.titulo-con-borde{
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 0.4em;
}

h4.destacado,
h5.destacado{
	font-size: 18px;
}

h4{
	font-size: 15px;
}

.logo-pagina{
	margin: 0;
}

.logo-pagina img{
	display: block;
	margin: auto;
	width: auto;
	max-width: 180px;
}


a.icon span{
	margin-right: 0.5em;
}

a.full-link {
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	/* No underlines on the link */
	z-index: 10;
	/* Places the link above everything else in the div */
	filter: alpha(opacity=100);
	/* Fix to make div clickable in IE */
}
.navbar {
	min-height: 10px !important;
	margin-bottom: -5px !important;
}

/*modulo consulta inicio*/

.modulo-consulta {
	background-color: #f7f4f4;
	padding: 1.5em 2em;
	border-radius: 3px;
}
.modulo-consulta h3 {
	margin: 0;
}
.modulo-consulta h3 img {
	display: block;
	width: 40%;
	margin: auto;
}
.modulo-consulta h4 {
	color: #565657;
	text-align: center;
	margin: 1.4em 0;
	font-size: 21px;
	font-weight: normal;
}
.modulo-consulta .form {
	width: 90%;
	margin: auto;
}
.modulo-consulta .form label {
	margin-top: 1.5em !important;
	font-size: 16px;
	display: block;
}
.modulo-consulta .row-boton {
	margin-top: 2em;
}
.canal-oficial {
	margin-top: 1em;
	margin-bottom: 1em;
}
.canal-oficial p {
	width: 97%;
	margin: 0.5em auto;
	text-align: center;
}
.canal-oficial ul.enlaces-relacionados {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
	display: block;
}
.canal-oficial ul.enlaces-relacionados:after {
	content: "";
	float: none;
	display: block;
	clear: both;
}
.canal-oficial ul.enlaces-relacionados li {
	margin: auto;
	text-align: center;
	font-size: 14px;
	width: 100%;
}
@media screen and (min-width: 802px) {
	.canal-oficial {
		padding: 0.25em;
	}
	.canal-oficial p {
		width: 100%;
	}
	.canal-oficial ul.enlaces-relacionados li {
		width: auto;
		margin: auto;
	}
	.home-afp .canal-oficial ul.enlaces-relacionados li:nth-of-type(1) {
		width: 37%;
	}
	.home-afp .canal-oficial ul.enlaces-relacionados li:nth-of-type(2) {
		width: 34%;
	}
	.home-afp .canal-oficial ul.enlaces-relacionados li:nth-of-type(3) {
		width: 22.5%;
	}
	.home-afp .canal-oficial ul.enlaces-relacionados li:nth-of-type(4) {
		width: 6.5%;
		border-right: none;
	}
}
.canal-oficial ul.enlaces-relacionados a {
	color: black;
}
.canal-oficial > .row {}

/**/

.white-color {
	color: #fff;
}

/*
    menu
 */

.navbar-nav {
	margin-bottom: 30px;
	margin-left: 14%;
}
.navbar-nav > li > a {
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	padding: 15px 5px;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
	background-color: transparent;
	border-bottom: 5px solid #1E4C72;
	color: #1E4C72
}
.navbar-nav > li {
	margin-right: 40px;
}
.navbar-nav > li.active > a {
	background-color: transparent;
	border-bottom: 5px solid #1E4C72;
	color: #1E4C72
}

/*
 *   Fonts
 */

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	font-weight: 200;
}

/**
 * CSS general
 */

h1.ips-logo {
	background-image: url("../img/IPS-logo.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000px;
	height: 115px;
	width: 125px;
	margin: 0px auto 3px;
}
h1.ips-logo a {
	display: block;
	height: 100%;
	width: 100%;
}
h1.ips-logo-sm {
	background-image: url("../img/IPS-logo-sm.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000px;
	height: 20px;
	width: 125px;
	margin: 0px auto 3px;
}
h1.ips-logo-sm a {
	display: block;
	height: 100%;
	width: 100%;
}
h2.bajada-logo {
	margin-top: 0px;
	font-size: 26px;
	font-weight: 200;
	margin-bottom: 10px;
}
.titulo-ico {
	position: absolute;
	bottom: 20px;
	font-weight: 300;
	font-size: 38px;
	text-align: center !important;
	left: 0;
	right: 0;
	color: #fff;
}
.titulo-ico-consulta {
	position: absolute;
	bottom: -3px;
	font-weight: 300;
	font-size: 38px;
	text-align: center !important;
	left: 0;
	right: 0;
}
.titulo-ico-consulta span {
	display: block;
}
.relative {
	position: relative
}
.info-ico {
	background-color: #fff;
	margin-bottom: 30px;
}
.info-ico p {
	font-size: 16px;
	color: #a0a0a0;
	padding: 15px 15px 0px 15px;
}
.info-ico-head {
	padding: 12px 0px 8px 0px;
	border-bottom: 1px solid #1E4C72;
}
.info-ico-footer {
	padding: 12px 10px 12px 10px;
}
.info-ico a.info-ico-text {
	color: #a0a0a0;
	font-size: 24px;
	cursor: pointer;
	padding-left: 15px;
	display: block;
}
.info-ico a.info-ico-text:hover {
	text-decoration: none;
	color: #1E4C72
}
.info-ico a.info-ico-text i {
	margin-right: 15px;
	font-size: 130%;
}
.btn-danger {
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	background: -moz-linear-gradient(top, rgba(234, 91, 96, 1) 0%, rgba(229, 60, 66, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234, 91, 96, 1)), color-stop(100%, rgba(229, 60, 66, 1)));
	background: -webkit-linear-gradient(top, rgba(234, 91, 96, 1) 0%, rgba(229, 60, 66, 1) 100%);
	background: -o-linear-gradient(top, rgba(234, 91, 96, 1) 0%, rgba(229, 60, 66, 1) 100%);
	background: -ms-linear-gradient(top, rgba(234, 91, 96, 1) 0%, rgba(229, 60, 66, 1) 100%);
	background: linear-gradient(to bottom, rgba(234, 91, 96, 1) 0%, rgba(229, 60, 66, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea5b60', endColorstr='#e53c42', GradientType=0);*/
}
.btn-danger:hover {
	background: #c9302c !important;
	border-color: #ac2925 !important;
}
.explain-div {
	min-height: 345px;
	height: auto;
	background-color: #1E4C72;
}
.color-pagos {
	background-color: #1E4C72;
}
.sub-color-1-pagos {
	background-color: #1E4C72 !important
}
.sub-color-1-pagos:hover {
	background-color: #1E4C72 !important
}
.sub-color-2-pagos {
	background-color: #1E4C72 !important
}
.sub-color-2-pagos:hover {
	background-color: #1E4C72 !important
}
.color-certificados {
	background-color: #1E4C72
}
.sub-color-1-certificado {
	background-color: #1E4C72!important
}
.sub-color-2-certificado {
	background-color: #1E4C72!important
}
.sub-color-1-certificado:hover {
	background-color: #1E4C72!important
}
.sub-color-2-certificado:hover {
	background-color: #1E4C72!important
}
.explain-div h2 {
	padding: 10px 15px 0px 15px;
	margin: 0px;
	font-weight: 200;
}
.explain-div p {
	padding: 5px 15px 10px 15px;
}
.color-1 {
	background-color: #1E4C72;
	height: 185px;
	margin-bottom: 15px;
}
.color-1:hover {
	background-color: #1E4C72;
}
.color-2 {
	background-color: #1E4C72;
	height: 185px;
	margin-bottom: 15px;
}
.color-2:hover {
	background-color: #3da74f
}
.color-3 {
	background-color: #1E4C72;
	height: 185px;
	margin-bottom: 15px;
}
.color-3:hover {
	background-color: #1E4C72
}
.color-1 span,
.color-2 span,
.color-3 span,
.color-express span,
.color-empresa span {
	padding-left: 15px;
	display: block;
}
.color-1 h3,
.color-2 h3,
.color-3 h3,
.color-express h3,
.color-empresa h3 {
	position: absolute;
	bottom: 10px;
	font-weight: 300;
	font-size: 19px;
	text-align: center !important;
	left: 10px;
	right: 10px;
	color: #FFF;
}
ul.nav-sidebar > li > a {
	/*background-color: #00314c;
	height: 70px;*/
	min-height: 70px;
	margin-bottom: 10px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
ul.nav-sidebar > li > a .fa,
ul.nav-sidebar > li > a .glyphicon {
	font-size: 32px;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 3px;
}
ul.nav-sidebar span.badge {
	position: absolute;
	top: 10px;
	background-color: #dc3d43;
	font-weight: 200;
	padding-left: 5px;
	right: 50%;
	margin-right: -20px;
}
ul.nav-sidebar span {
	color: #fff;
}
ul.nav-sidebar span.text-inclusividad {
	font-size: 13px;
	text-transform: capitalize !important;
}
ul.nav-sidebar > li > a:hover,
ul.nav-sidebar > li > a:focus {
	background-color: #1E4C72
}
.cerrar-sesion {
	position: absolute;
	right: 25px;
	top: 20px;
	color: #fff;
}
a.cerrar-sesion:hover,
a.cerrar-sesion:focus {
	color: #1E4C72;
	text-decoration: none
}
.cerrar-sesion .fa {
	font-size: 28px;
	vertical-align: sub;
}
.fondo-azul {
	height: 90px;
	display: table;
	width: 100%;
	margin-bottom: 30px;
	background: #1E4C72;
	background: -moz-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(9, 114, 183, 1)), color-stop(100%, rgba(82, 158, 205, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: linear-gradient(135deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0972b7', endColorstr='#529ecd', GradientType=1);*/
}
.fondo-azul h2 {
	display: table-cell;
	vertical-align: middle;
}
label {
	font-weight: 500;
	font-size: 15px;
}
.explicativo {
	position: absolute;
	right: -18px;
	margin-top: 6px;
}
.explicativo a {
	color: #1E4C72;
	font-size: 28px;
}
.explicativo a:hover {
	color: #fff;
}
@media screen and (max-width: 802px) {
	.explicativo {
		right: 25px
	}
}
@media screen and (max-width: 480px) {
	.explicativo {
		right: 15px
	}
}
.btn-ingresar {
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
}
.link-claves a {
	color: #1E4C72;
	line-height: 2
}
.link-claves a:hover {
	color: #1E4C72;
	text-decoration: none;
}
.check-item {
	font-size: 500%;
	line-height: 1;
	padding: 0px;
	margin-top: -10px;
	color: #fff;
}
.check-text {
	font-weight: 200;
	margin: 0px auto 15px auto;
}
.panel {
	background-color: #1E4C72;
	border-color: #15334C;
}
.panel h3 {
	font-weight: 200;
	margin: 5px auto 15px auto;
}
.panel hr {
	border-color: #1E4C72;
}
.panel-footer {
	background-color: transparent;
	border-color: #1E4C72;
}
.dl-horizontal dt {
	width: 48%;
	font-size: 16px;
	line-height: 2.2;
	font-weight: 600;
}
.dl-horizontal dd {
	font-size: 16px;
	line-height: 2.2;
}
.dl-horizontal dd a {
	font-size: 17px;
	color: #fff;
	vertical-align: top;
}
.dl-horizontal dd a:hover {
	text-decoration: none;
	color: #1E4C72;
}
.dl-horizontal dd i {
	font-size: 200%;
	vertical-align: bottom;
	margin-right: 8px;
}
@media screen and (min-width: 802px) {
	.dl-horizontal dd {
		margin-left: 50%;
	}
}
@media screen and (max-width: 802px) {
	.dl-horizontal dd {
		margin-bottom: 20px !important;
	}
}
img,
.img-responsive {
	display: inline;
}

/*
    Mobile
 */

.navbar-toggle {
	background-color: rgba(9, 114, 183, 1) !important;
	float: left;
	margin-left: 25px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}

/*
    Menu usuario mobile 
 */

@media screen and (max-width: 801px) {
	.sidebar .nav {
		display: block;
		width: 100%;
		height: 5.2em;
	}
	.sidebar ul > li {
		float: left;
		padding: 0.1em;
	}
	.sidebar ul > li a {
		display: block;
	}
	.sidebar ul > li a.callcenter {
		font-size: 0.85em;
	}
	.sidebar ul > li a span {
		display: none;
	}
	.nav.nav-sidebar li:nth-of-type(1):nth-last-of-type(2),
	.nav.nav-sidebar li:nth-of-type(2):nth-last-of-type(1) {
		width: 50%
	}
	.nav.nav-sidebar li:nth-of-type(1):nth-last-of-type(3),
	.nav.nav-sidebar li:nth-of-type(2):nth-last-of-type(2),
	.nav.nav-sidebar li:nth-of-type(3):nth-last-of-type(1) {
		width: 33.33333%
	}
	.nav.nav-sidebar li:nth-of-type(1):nth-last-of-type(4),
	.nav.nav-sidebar li:nth-of-type(2):nth-last-of-type(3),
	.nav.nav-sidebar li:nth-of-type(3):nth-last-of-type(2),
	.nav.nav-sidebar li:nth-of-type(4):nth-last-of-type(1) {
		width: 25%
	}
	.nav.nav-sidebar li:nth-of-type(1):nth-last-of-type(5),
	.nav.nav-sidebar li:nth-of-type(2):nth-last-of-type(4),
	.nav.nav-sidebar li:nth-of-type(3):nth-last-of-type(3),
	.nav.nav-sidebar li:nth-of-type(4):nth-last-of-type(2),
	.nav.nav-sidebar li:nth-of-type(5):nth-last-of-type(1) {
		width: 20%
	}
	.nav.nav-sidebar li:nth-of-type(1):nth-last-of-type(6),
	.nav.nav-sidebar li:nth-of-type(2):nth-last-of-type(5),
	.nav.nav-sidebar li:nth-of-type(3):nth-last-of-type(4),
	.nav.nav-sidebar li:nth-of-type(4):nth-last-of-type(3),
	.nav.nav-sidebar li:nth-of-type(5):nth-last-of-type(2),
	.nav.nav-sidebar li:nth-of-type(6):nth-last-of-type(1) {
		width: 16.66667%
	}
	.nav.nav-sidebar li:nth-of-type(1):nth-last-of-type(7),
	.nav.nav-sidebar li:nth-of-type(2):nth-last-of-type(6),
	.nav.nav-sidebar li:nth-of-type(3):nth-last-of-type(5),
	.nav.nav-sidebar li:nth-of-type(4):nth-last-of-type(4),
	.nav.nav-sidebar li:nth-of-type(5):nth-last-of-type(3),
	.nav.nav-sidebar li:nth-of-type(6):nth-last-of-type(2),
	.nav.nav-sidebar li:nth-of-type(7):nth-last-of-type(1) {
		width: 14.28571%
	}
	.nav.nav-sidebar li,
	.nav.nav-sidebar li,
	.nav.nav-sidebar li {
		width: 33.33333%
	}
}
@media screen and (max-width: 1200px) {
	.explain-div {
		min-height: 385px;
	}
}
@media screen and (min-width: 1200px) {
	.explain-div {
		max-height: 385px;
		min-height: 385px;
	}
}
@media screen and (min-width: 1300px) {
	.explain-div {
		max-height: inherit !important;
	}
	.explain-div span {
		display: block;
	}
	.explain-div span img {
		width: 100%;
	}
	a.full-link img.img-fija-lg {}
}

/* Menu responsive */

.ico-up-solicitud {
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 30px;
	color: #3175B8
}

/* MEDIA QUERIES - ESTEBAN */

@media screen and (max-width: 802px) {
	.cont-ico-txt-extranjero .txt-extranjero {
		margin-top: 20px;
		text-align: center;
	}
}
@media screen and (min-width: 802px) {
	.cont-check-txt .txt-left {
		text-align: left;
	}
}
@media screen and (min-width: 992px) {
	.cont-check-txt span.fa {
		float: right;
	}
	.cont-check-txt p {
		padding-top: 3px;
		text-align: center;
	}
	.cont-check-txt .margin-left-28porc {
		margin-left: 28%;
	}
	.cont-check-txt .width-28porc {
		width: 28%;
	}
}
@media screen and (max-width: 992px) {
	#lista-solicitudes-asignacion_wrapper > div.row:last-child .col-sm-7 {
		position: relative;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
}

/* 
30-11-15
Menú principal responsive
Esteban
*/

@media screen and (max-width: 802px) {
	.container>.navbar-collapse {
		margin: 0;
		background: #1E4C72;
		border-bottom: 1px solid #4799d8;
		padding: 0;
	}
	.navbar > .container {
		padding: 0;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-nav > li {
		margin: 0;
		border-top: 1px solid #4799d8;
	}
	.navbar-nav > li > a {
		display: block;
		font-size: 24px;
		line-height: 24px;
		padding: 20px;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:active,
	.navbar-nav > li > a:focus {
		background: #3175B8;
		border-bottom: none;
		color: #fff;
		border-collapse: collapse;
	}
	.navbar-nav > li.active {
		background: #1E4C72;
	}
	.navbar-nav > li.active > a {
		border-bottom: none;
		color: #FFF;
	}
}
@media screen and (max-width: 335px) {
	.sidebar ul > li a.callcenter {
		line-height: 1em;
	}
}

/*
*********** Menu Inclusivo *************
*/

.contRelative a.cerrar {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	height: 30px;
	width: 25px;
	line-height: 20px;
	opacity: 0.8;
	text-decoration: none;
	text-align: center;
}
.contRelative a.cerrar:hover {
	opacity: 1;
}
.contRelative a.cerrar small {
	font-size: 12px;
	margin-top: -10px;
}
.menu-inclusividad {
	color: #fff;
	background-color: #000;
	padding-left: 30px;
	padding-top: 30px;
}
.svg-cerrar {
	width: 25px;
}
.menu-inclusividad-titulo {
	margin-top: -20px;
	display: inline;
	float: left;
	letter-spacing: 1px;
}
#inclusividad h4 {
	font-size: 16pt;
	margin-bottom: 0px;
	text-align: left;
	font-weight: 600;
	padding-left: 0px;
}
.icono_accesibilidad {
	margin-top: 7px;
	height: 50px;
	display: inline-block;
}
.modulo-accesibilidad {
	text-align: left;
}
.texto-inclusividad {
	font-size: 12pt;
	text-align: left;
	max-width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 13pt;
}
.no-margen {
	margin-left: 0px;
}
.modulo-accesibilidad {
	margin-top: 30px;
}
.inclusividad-check {
	display: inline;
	float: left;
	text-align: left;
}
.inclusividad-modulos p {
	margin-left: 30px;
	max-width: 100px;
}
.restaurar {
	margin-left: -40px;
	margin-top: 40px;
	text-decoration: none;
}
.btn_zoom {
	border: 0;
	background-color: transparent;
	margin-right: 5px;
	margin-top: 0px;
	opacity: 0.8;
	width: 45px;
	display: inline-block;
}
a.btn_zoom:hover {
	opacity: 1;
}
.grises {
	width: 22px;
	margin-top: 2px;
	margin-left: -15px;
	display: inline-block;
}
.en-linea {
	display: inline-block;
	vertical-align: top;
}
.texto-grises {
	width: 120px;
}
.btn_restaurar {
	border: 0px;
	height: 20px;
	opacity: 0.7;
}
.restaurar-porte {
	max-height: 50px;
}
.restaurar span {
	margin: 0px auto;
	margin-top: 0px;
	display: inherit;
}
a.btn_restaurar:hover {
	opacity: 1;
	text-decoration: none;
}

/* Certificados */

#pdf {
	height: 395px;
	margin-bottom: 25px;
	border: 5px solid #00314C
}
.fondo-azul-modulo {
	height: 90px;
	display: table;
	margin-bottom: 30px;
	background: #0972b7;
	background: -moz-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(9, 114, 183, 1)), color-stop(100%, rgba(82, 158, 205, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: linear-gradient(135deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0972b7', endColorstr='#529ecd', GradientType=1);*/
	padding-top: 20px;
}
.fondo-azul-modulo h2 {
	margin-top: 0px;
}
.altura-tb {
	max-height: 295px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}
.altura-tb td {
	text-align: center
}
.altura-tb td:nth-child(-n+2) {
	text-align: left
}
.altura-tb a.btn-link {
	color: #fff;
	padding: 3px 0px 0px 0px;
	font-size: 15px;
}
.altura-tb a.btn-link:hover {
	text-decoration: none;
	color: #328BC3
}

/***** Clave unica ******/

.modulo-clave-unica {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

/***** Form pasos ******/

.form-blanco {
	background-color: #fff;
	color: #012437;
}
/*ul.tab-pasos {}*/
ul.tab-pasos li > a {
	border-radius: 0px !important;
	background-color: #00314C;
	color: #fff;
	border-left: 1px solid #00466C;
	font-size: 18px;
}
ul.tab-pasos li > a:hover {
	color: #fff;
	background-color: #1679bb;
}
.nav-tabs.nav-justified > li > a {
	border-bottom: 0px !important;
}
.nav-tabs.nav-justified > li > a:hover {
	border: 1px solid #00466C;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
	border-bottom: 0px !important;
}
p.pregunta-cuestionario {
	font-size: 16px;
}

/*
p.mensaje-error{
    margin-top: 15px;
    font-style: italic;
}
*/
/*modal region*/
.modal-title{
	color: black;
}

.modal-reclamo, .modal-correo{
	color: #363637;
	z-index: 99999999999999999999;
}

.modal-reclamo h4{
	font-size: 19px;
	font-weight: bold;
}

.datos-obligatorios{
	border-top: 1px solid #ddd;
	font-size: 14px;
	padding-top: 0.25em;
}

.modal-reclamo .mensaje-importante{
	border: 1px solid #bbb;
	padding: 0.5em;
	font-size: 15px;
	border-radius: 2px;
}

.modal-reclamo .mensaje-importante h5{
	font-size: 16px;
	margin-top: 0.5em;
}

.modal-reclamo .mensaje-importante ul{
	margin: 0;
	padding-left: 1.5em;
}

.modal-reclamo .numero-serie{
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999999999;
	padding: 1em;
	font-size: 16px;
}

.modal-reclamo .numero-serie h5{
	text-align: center;
}


.numero-serie-new{
	background: white;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	padding: 1em;
	font-size: 16px;
}

.numero-serie-new h5{
	text-align: center;
	font-size: 19px;
}

/*modal endregion*/



@media screen and (max-width: 480px) {
	.hidden-xxs {
		display: none !important;
	}
	.col-xxs-12 {
		width: 100% !important;
	}
}

/**** Date picker ***/

.ui-datepicker {
	background: #f2f2f2 !important;
	padding: 20px !important;
	border-radius: 0px !important;
	border-left: 2px solid #0a567f !important;
	border-bottom: 1px solid #939ea6 !important;
	border-top: 0px !important;
	border-right: 0px !important;
}
.ui-datepicker-header {
	background: #0da8d5 !important;
	border-radius: 0px !important;
	border: 0px !important;
	color: #fff !important;
	padding: 20px 15px !important;
}

/*** Nuevo Diseño ***/

.f-gradiant {
	background-image: url(../img/bg_frios.png);
	background-size: cover;
	background-position: 40% center;
	background-color: #205b87;
	background-attachment: fixed;
	-ms-behavior: url(js/backgroundsize.min.htc);
}
.titulo-light {
	font-weight: 200;
}
.titulo-bold {
	font-weight: bold;
}
.font-size-big {
	font-size: 260%;
}
input:hover[type="email"],
input:hover[type="number"],
input:hover[type="password"],
input:hover[type="tel"],
input:hover[type="url"],
input:hover[type="text"] {
	border-left: 2px solid #0a567f;
}
input:active[type="email"],
input:active[type="number"],
input:active[type="password"],
input:active[type="tel"],
input:active[type="url"],
input:active[type="text"],
input:focus[type="email"],
input:focus[type="number"],
input:focus[type="password"],
input:focus[type="tel"],
input:focus[type="url"],
input:focus[type="text"] {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #272727;
	border-left: 2px solid #0a567f;
	background-color: rgba(255, 255, 255, 0.9) !important;
}
.formulario-sin-fondo hr {
	border-color: #084363
}
.formulario-sin-fondo p.text-apoyo {
	font-weight: 200;
	font-size: 16px;
	margin-bottom: 5px;
}

/*styles original endregion*/

/*styles fabian region*/

/*
.home-afp:after,
.afp:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-image: url(../img/bg_frios.png);
}
*/

.home-afp,
.afp {
	background-size: cover;
	background-image: url(../img/bg_frios.png);
	-ms-behavior: url(js/backgroundsize.min.htc);
	background-attachment: fixed;
}


input[disabled] {
	background-color: #ccc !important;
}
body {
	counter-reset: cuestionario;
	overflow-x: hidden;
}
h1.ips-logo-sm2 {
	background-image: url("../img/IPS-logo.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000px;
	height: 100px;
	width: 125px;
	margin: 0px auto 3px;
	color: transparent;
}
h1.logo-form {
	background-image: url("../img/IPS-logo-min.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000px;
	height: 30px;
	width: 125px;
	margin: 0px auto;
}
.row label:not(.radio-inline) {
	margin-top: 0.65em;
}
select.con-error,
input.con-error,
.chosen-single.con-error {
	/*border: 3px solid #e50000 !important;*/
	box-sizing: border-box;
}

select.con-error{
	border: 2px solid #FF7272 !important;
	box-sizing: border-box;
}
label.con-error {
	border-bottom: 3px solid #e50000 !important;
}
.separador {
	width: 100%;
	display: block;
	margin: 1.5em 0 0.8em;
	border-top: 1px solid white;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.separador-2 {
	width: 100%;
	display: block;
	margin: 1.5em 0 0.8em;
	border-top: 1px solid white;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.info-mail {
	text-align: center;
	background: #ddd;
	color: #444;
	border-radius: 3px;
	margin: 1.2em 0 0;
	padding: 0.85em 0.3em;
	position: relative;
}
.info-mail:before {
	content: "";
	position: absolute;
	top: -1.5em;
	right: 49%;
	/*right: calc(50% - 0.75em);*/
	width: 1.5em;
	height: 1.5em;
	border-bottom: 0.75em solid #ddd;
	border-right: 0.75em solid transparent;
	border-left: 0.75em solid transparent;
	box-sizing: border-box;
}
@media screen and (min-width: 802px) {
	.info-mail {
		margin: 0.85em 0 0;
		padding: 0.5em 0.3em;
	}
	.info-mail:before {
		top: 35%;
		/*top: calc(50% - 0.75em);*/
		right: 100%;
		border-top: 0.75em solid transparent;
		border-right: 0.75em solid #ddd;
		border-bottom: 0.75em solid transparent;
	}
}
.info-mail h5 {
	margin: 0 0 0.3em 0;
	font-weight: bold;
	font-size: 1.3em;
	overflow: hidden;
}
.info-mail p {
	margin: 0;
}
.modal-error {
	padding: 1em 1.6em;
}
.modal-error h1 {
	font-size: 1.6em;
	text-align: center;
}
.modal-error ul {
	margin: 0;
	padding: 0 0 0 1.45em;
}
.modal-error ul li {
	margin-bottom: 0.1em;
	font-size: 1.1em;
}

/*================Menú desplegable========================*/

.overlay {
	z-index: 99999999999;
	position: fixed;
	top: 49%;
	left: 49%;
	width: 1%;
	height: 1%;
	box-shadow: 2px 2px 10px black;
	background-color: #1E4C72;
	opacity: 0;
}
.overlay .cargando {
	position: absolute;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}
.overlay .cargando[data-id='cargando-1'] {
	/*top: calc( 50% - 5vw);*/
	top: 21em;
	left: 45vw;
	width: 10vw;
	height: 10vw;
	border-left: 5px solid #d82020;
}
.overlay .cargando[data-id='cargando-2'] {
	/*top: calc( 50% - 4vw);*/
	top: 22em;
	left: 46vw;
	width: 8vw;
	height: 8vw;
	border-left: 4px solid #1E4C72;
}
.overlay .cargando[data-id='cargando-3'] {
	/*top: calc( 50% - 3vw);*/
	top: 23em;
	left: 47vw;
	width: 6vw;
	height: 6vw;
	border-left: 4px solid white;
}
.overlay .cargando-texto {
	position: absolute;
	width: 100%;
	bottom: 25%;
	text-align: center;
	font-size: 1.35em;
}
.overlay .texto-detalle {
	position: relative;
}

/*.overlay .texto-detalle:after {
    content: attr(data-ellypsis);
    position: absolute;
    left: 100.5%;
    top: 0;
}*/

.sin-beneficios {
	top: 5em;
}
@media screen and (min-height: 802px) {
	.sin-beneficios {
		top: 1em;
	}
}
.sin-beneficios .color-1 {
	height: 58vh;
	height: 27em;
}
.sin-beneficios .color-1 h3.mod1 {
	bottom: auto;
	top: 4em;
}
.sin-beneficios .color-1 .text-center img {
	width: 25%;
	margin: auto;
	padding-right: 1em;
}
.sin-beneficios .menu-lista-desplegable {
	display: block;
}
.color-1 {
	overflow: hidden;
}
.menu-lista-desplegable {
	position: absolute;
	top: 10em;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	width: 100%;
}
.menu-lista-desplegable ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	font-size: 0.88em;
}
.menu-lista-desplegable > li {
	position: static !important;
}
.menu-lista-desplegable.menu-lista-desplegable-sin-beneficios {
	border-top: 1px solid white;
	width: 85%;
	margin-left: 7.5%;
	margin-top: -1em;
}
.menu-lista-desplegable.menu-lista-desplegable-sin-beneficios li {
	text-align: center;
	border-bottom: none;
	margin-bottom: 1em;
}
.menu-lista-desplegable.menu-lista-desplegable-sin-beneficios li {
	margin-top: 1.2em;
}
.menu-lista-desplegable.menu-lista-desplegable-sin-beneficios li strong {
	font-size: 1.05em;
}
.menu-lista-desplegable.menu-lista-desplegable-sin-beneficios li a {
	padding: 1em 0;
}
.menu-lista-desplegable.menu-lista-desplegable-sin-beneficios li.enlace {
	padding: 0;
}
.menu-lista-desplegable.menu-lista-desplegable-sin-beneficios li.enlace a {
	padding: 0.5em;
	background-color: white;
	color: #1E4C72;
	width: 90%;
	margin: 2em auto 0;
	display: block;
	border-radius: 2px;
	font-weight: bold;
}
.menu-lista-desplegable.menu-lista-desplegable-sin-beneficios li a span {
	display: inline-block;
}
.menu-lista-desplegable.menu-lista-desplegable-sin-beneficios li a:hover,
.menu-lista-desplegable.menu-lista-desplegable-sin-beneficios li:hover a {
	background-color: #d1d8de !important;
	color: #1E4C72 !important;
}
.menu-lista-desplegable li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0.2em auto;
	width: 93%;
	font-size: 1.15em;
	position: relative;
}
.menu-lista-desplegable li a {
	color: white;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 0.4em 1.2em 0.4em 0.4em;
	margin: 0.35em auto;
}
.menu-lista-desplegable li a:hover {
	background-color: rgba(255, 255, 255, 0.2) !important;
}
.menu-lista-desplegable li:last-of-type {
	border-bottom: none;
}
.menu-lista-desplegable li i {
	font-size: 20px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -15px;
}

/*================Cuestionarios====================*/

.recomendacion {
	font-size: 1.05em;
	margin: 1.4em 0;
	border: 1px solid #666;
	border-radius: 2px;
	background: #222;
	padding: 0.5em;
}
.recomendacion-final {
	font-size: 1.05em;
}
.recomendacion-final .recomendacion {
	background: none;
	border: none;
}
.recomendacion-final .recomendacion .titulo-rf {
	font-size: 1.1em;
}
.recomendacion span {
	text-decoration: underline;
}
.recomendacion .texto,
.recomendacion-final .recomendacion .descripcion-rf {
	text-decoration: none;
}
.multi-radio .radio {
	padding-left: 1.5em;
}
.form-relative {
	display: block;
	position: relative;
	min-height: 50vh;
}
.botones-siguiente {
	margin-bottom: 1.5em;
}
.botones-siguiente .btn {
	margin-top: 0.8em;
}
.condicional {
	display: none;
}
#confirmacion,
#confirmacion-12 {
	max-width: 80vw;
	text-align: center;
}
#confirmacion h6,
#confirmacion-12 h6 {
	font-size: 1.3em;
}
#confirmacion p,
#confirmacion-12 p {
	font-size: 1.1em;
}
.tab-pane .row {
	margin-top: 2em;
}
.datos-personales.bono-por-hijo .tab-pane .row {
	margin-top: 0;
}
@media screen and (max-width: 365px) {
	.dt-bph.nav-tabs {
		margin-left: -15px;
		width: 112%;
	}
	.dt-bph.nav-tabs li {
		width: 50%;
	}
	.btn.agregar-con-rut,
	.btn.agregar-sin-rut {
		text-align: center;
		padding-left: 8px;
	}
}
.agregar-hijos {
	display: none;
	max-width: 802px;
}
.agregar-hijos h5 {
	font-size: 1.4em;
}
.agregar-hijos .row > div {
	margin-bottom: 0.4em;
}
#tabla-hijos-sin-rut tr,
tabla-hijos-con-rut tr {
	transition: background-color 0.9s, color 0.9s;
	background-color: transparent;
}
tr.info {
	color: black;
	background-color: rgba(255, 255, 255, 0.1);
}
.volver {
	position: absolute;
	right: 0.7em;
	top: 0.7em;
	font-size: 2em;
	width: 1.7em;
	height: 1.3em;
	border-radius: 3px;
	background: #6184b6;
}

@media screen and (min-width: 802px){
	.volver {
		position: fixed;
	}
}

.volver:hover {
	background: #7ea0d0;
}
.volver:after {
	content: "Volver";
	font-size: 14px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
}
.volver:hover:after {
	color: #eee;
}
.volver a:hover {
	text-decoration: none;
}
.volver i,
.volver span {
	font-size: 0.9em;
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 0.3em;
	font-weight: normal;
}
.volver a {
	color: white;
    display: block;
    width: 100%;
    height: 111%;
    cursor: pointer;
    z-index: 999;
    position: relative;
}
.volver a:hover {
	opacity: 0.8;
}
.dt-bph li {
	font-size: 1em;
	padding: 0;
}
.dt-bph li h3 {
	margin: 0;
	font-size: 1.3em;
}
.dt-bph a {
	cursor: default;
	color: #fff
}
.dt-bph li > h3 > a:hover {
	cursor: default;
	color: #fff!important;
}
.dt-bph li a:hover {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #3175B8 !important;
}
.dt-bph li.active a:hover {
	background-color: white !important;
	color: #555 !important;
}

/*===============Componentes: Lighbox ===============*/

.lightbox-contenedor {
	position: fixed;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	display: none;
	background-image: url(../img/imagen-falsa.gif);
	background-size: 100% 100%;
	/*background-color: rgba(0, 70, 108, 0.9);*/
}
.lightbox-contenedor > .wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.lightbox-contenedor > .wrapper span {
	color: white;
}
.lightbox-contenedor > .wrapper:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.lightbox-contenedor > .wrapper .lightbox {
	vertical-align: middle;
	display: inline-block;
}
.lightbox-contenedor .lightbox {
	color: white;
	background-color: #003463 !important;
	border-radius: 3px;
	text-align: left;
	max-width: 98%;
	max-height: 98%;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0.5em;
	position: relative;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.lightbox-contenedor .lightbox .cerrar {
	position: absolute;
	top: 0.3em;
	left: auto;
	width: 1em;
	height: 1em;
	z-index: 99;
	right: 0.3em;
	color: white;
	text-shadow: 1px 1px 2px black;
	font-size: 1.2em;
}
.lightbox-contenedor .lightbox .cerrar i {
	opacity: 0.75;
	cursor: pointer;
	-webkit-transition: transform 0.2s, opacity 0.2s;
	-moz-transition: transform 0.2s, opacity 0.2s;
	-o-transition: transform 0.2s, opacity 0.2s;
	-ms-transition: transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.lightbox-contenedor .lightbox .cerrar i:hover {
	opacity: 1;
	transform: scale(1.1);
}
.lightbox-contenedor .lightbox .cerrar i:active {
	transform: scale(0.95);
}

/*================================= MENÚ LATERAL AYUDA ================================*/

#ayuda ul {
	list-style: none;
	margin: 2em 0 0;
	padding: 0;
}
#ayuda ul li {
	margin: 0.5em auto 0.5em;
	padding: 0.85em 0 0.4em;
	border-top: 1px solid #aaa;
	width: 85%;
	text-align: left;
}
#ayuda ul li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f059";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-right: 1em;
	margin-bottom: -1em;
	font-size: 1.5em;
}
#ayuda ul li:first-child {
	border-top: none;
}
#ayuda ul li.todas {
	border-top: none;
	margin-top: 3em;
}
#ayuda ul li.todas a {
	width: 100%;
	text-align: center;
	margin-left: 0;
	margin-top: 0;
}
#ayuda ul li.todas:before {
	content: none;
}
#ayuda ul li a {
	display: block;
	width: 80%;
	margin-left: 15%;
	margin-top: -2em;
}

/*================================= CALUGA CALLCENTER ================================*/

.overlay-callcenter {
	padding: 0.4em 1.75em;
	color: black;
	font-size: 0.97em;
}
.overlay-callcenter p {
	background: white;
	box-shadow: 3px 1px 10px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 802px){
	.overlay-callcenter p {
		box-shadow: 0 0 15px rgba(0,0,0,0.4);
	}
}
.overlay-callcenter a,
.overlay-callcenter a:visited {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
}
.overlay-callcenter .fa.fa-times{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #B5B5B5;
    cursor: pointer;
    font-size: 15px;
}

@media screen and (max-width: 802px){
    .overlay-callcenter .fa.fa-times{
        right: 20px;
    }
    
    .overlay-callcenter p{
        padding: 1em !important;
    }
}

/*===========BIG SLIDE ==============*/

#inclusividad.panel , #ayuda.panel {
	position: fixed;
	left: -15.625em;
	/*or width of your navigation panel*/
	width: 15.625em;
	/*should match the above value*/
	height: 100% !important;
	height: 100vh !important;
}

.flowtype {
	position: relative;
	margin: 0 auto;
}
#inclusividad.panel , #ayuda.panel {
	background: #101820;
}
#inclusividad.panel a, #ayuda.panel a {
	color: #fff;
}
.parent {
	display: table;
	table-layout: fixed;
}
.child {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#inclusividad h4 {
	font-size: 30px;
	margin-bottom: 30px;
}
.contRelative {
	position: relative;
}
.contRelative a.cerrar {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #1E4C72;
}
.contRelative a.cerrar:hover {
	background-color: #1E4C72;
}
.contRelative a.cerrar small {
	font-size: 12px;
}

/*Estilos menu lateral*/

.menu-lateral li a {
	border-radius: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	display: block;
}
.menu-lateral li a img {
	display: block;
	margin: 0 auto 4px;
	width: 40%;
	height: auto;
	max-width: 37px;
}
.ml-usuario a {
	background-color: #092e49;
	border-bottom-color: #0b2030;
	overflow: hidden;
}
.ml-alertas a {
	background-color: #3175B8;
	border-bottom-color: #3175B8;
}
.ml-inclusividad a {
	background-color: #3175B8;
	border-bottom-color: #3175B8;
}
.ml-ayuda a {
	background-color: #3175B8;
	border-bottom-color: #3175B8;
}
.ml-callcenter a {
	background-color: #3175B8;
	border-bottom-color: #3175B8;
}
.ml-cerrar-sesion a {
	background-color: white;
	border-bottom-color: #d0d0d0;
	line-height: 115%;
}
.ml-cerrar-sesion a span {
	color: #1E4C72;
}
li.ml-cerrar-sesion a img {
	display: block;
	margin: auto;
	width: 20%;
	margin-bottom: 5px;
}
li.ml-usuario a img {
	display: block;
	margin: auto;
	width: 25%;
	margin-bottom: 5px;
}
.ml-usuario a {
	line-height: 100%;
}
.menu-lateral ul li a:hover {
	border-bottom-color: #1E4C72;
}
.menu-lateral ul li.ml-cerrar-sesion a:hover,
.menu-lateral ul li.ml-cerrar-sesion a:focus {
	background-color: #d6d6d6;
	border-bottom-color: #a3a3a3;
}
@media screen and (max-width: 992px) {
	.menu-lateral li a img {
		margin: 3px auto 0;
		width: 21%;
	}
}
@media screen and (max-width: 802px) {
	.menu-lateral li a img {
		margin: 3px auto 0;
		width: 35%;
	}
	li.ml-cerrar-sesion a img {
		margin: 9px auto 0;
		width: 25%;
	}
	li.ml-usuario a img {
		margin: 6px auto 0;
		width: 35%;
	}
}
@media screen and (max-width: 605px) {
	.menu-lateral li a img {
		margin: 3px auto 0;
		width: 50%;
	}
	li.ml-cerrar-sesion a img {
		margin: 9px auto 0;
		width: 40%;
	}
	li.ml-usuario a img {
		margin: 6px auto 0;
		width: 52%;
	}
}
h6 {
	font-size: 18px;
}
.confirmacion-12 {
	max-width: 802px;
}

/*styles fabian endregion*/

/*styles fabian2 region*/


/*estilos para swiper*/

.navbar-nav a:focus,
.navbar-nav a:active,
.navbar-nav a:hover {
	color: white !important;
	text-decoration: none !important;
	border-bottom: none !important;
}
.over-link {
	position: absolute;
	z-index: 9999999;
	background-color: #c64844;
	height: 0.3em;
}
@media screen and (max-width: 802px) {
	.over-link {
		display: none !important;
	}
}
.navbar-nav .over-link-activo,
.navbar-nav .over-link-activo:active,
.navbar-nav .over-link-activo:focus,
.navbar-nav .over-link-activo:hover {
	color: white !important;
	font-weight: bold;
}
.item-menu-3 {
	margin-right: 0 !important;
}
.modulo-pagos,
.modulo-tramites,
.modulo-certificados {
	opacity: 0;
}
.sidebar {
	position: absolute;
	top: 8.3em;
	left: 0;
	z-index: 99999999;
}
.contenedor-menu-touch {
	top: 7em;
}
.swiper-slide {
	overflow: hidden;
}
@media screen and (min-width: 802px) {
	.contenedor-menu-touch {
		top: 5em;
	}
	.swiper-slide {
		overflow: auto;
	}
}
@media screen and (min-width: 802px) {
	.sidebar {
		position: fixed;
		top: 9.5em;
	}
	.contenedor-menu-touch {
		top: 0;
	}
}
@media screen and (max-width: 802px) {
	.contenedor-menu-touch > div > div > div > div:nth-child(even) {
		padding-left: 0;
	}
	.contenedor-menu-touch > div > div > div {
		padding-right: 0;
	}
}

/*menu navbar 2.0*/

@media screen and (min-width: 802px) {
	.navbar-nav:after {
		border-bottom: 1px solid white;
		position: absolute;
		bottom: 2px;
		left: 0;
		width: 100%;
		opacity: 0.65;
	}
}
.navbar-nav > li:last-child {
	margin-right: 0;
}
@media screen and (min-width: 802px) {
	.navbar-nav {
		margin-left: 0;
		width: auto;
		left: 16%;
		position: relative;
	}
}
@media screen and (min-width: 991px) {
	.navbar-nav {
		margin-left: 0;
		width: auto;
		left: 25%;
		position: relative;
	}
}
@media screen and (min-width: 1199px) {
	.navbar-nav {
		margin-left: 0;
		width: auto;
		left: 29%;
		position: relative;
	}
}

/*styles fabian2 endregion*/

/*styles esteban region*/

.ico-up-solicitud {
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 30px;
	color: #3175B8
}
.cont-check-txt {
	font-size: 18px;
}
.cont-check-txt span.fa {
	font-size: 32px;
}
.bg-blue {
	background-color: #3175B8;
}
.cont-ico-txt-extranjero {
	padding: 20px;
}
.cont-ico-txt-extranjero p {
	padding: 0;
	margin: 0;
}
.cont-ico-txt-extranjero a,
.cont-ico-txt-extranjero a:active,
.cont-ico-txt-extranjero a:hover,
.cont-ico-txt-extranjero a:focus {
	text-decoration: underline;
	color: #FFF;
}
.cont-ico-txt-extranjero a:active,
.cont-ico-txt-extranjero a:hover,
.cont-ico-txt-extranjero a:focus {
	font-weight: bold;
}
.cont-ico-txt-extranjero .ico-extranjero {
	background: url('../img/ico-extrajero-ingreso.png') no-repeat scroll center center transparent;
	display: block;
	width: 48px;
	height: 42px;
}

.dataTables_paginate a {
	background-color: #1E4C72 !important;
	color: #fff !important;
	border-color: #1E4C72 !important;
}
.dataTables_paginate a:hover,
.dataTables_paginate a:active,
.dataTables_paginate a:focus {}
.dataTables_paginate .pagination>.disabled>a {
	background-color: #AAA !important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1E4C72 !important;
    border-color: #1E4C72;
	font-weight: bold;
}

/* MEDIA QUERIES - ESTEBAN */

@media screen and (max-width: 802px) {
	.cont-ico-txt-extranjero .txt-extranjero {
		margin-top: 20px;
		text-align: center;
	}
}
@media screen and (min-width: 802px) {
	.cont-check-txt .txt-left {
		text-align: left;
	}
}
@media screen and (min-width: 992px) {
	.cont-check-txt span.fa {
		float: right;
	}
	.cont-check-txt p {
		padding-top: 3px;
		text-align: center;
	}
	.cont-check-txt .margin-left-28porc {
		margin-left: 28%;
	}
	.cont-check-txt .width-28porc {
		width: 28%;
	}
}
@media screen and (max-width: 992px) {
	#lista-solicitudes-asignacion_wrapper > div.row:last-child .col-sm-7 {
		position: relative;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
}

/*styles esteban endregion*/

/*styles consulta pagos region*/

.consulta-pagos {
	overflow-x: hidden;
}
.consulta-pagos .consulta-cp {
	position: relative;
}
.consulta-pagos .respuesta {
	position: relative;
	margin-top: 2em;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
.respuesta1,
.respuesta2 {
	display: none;
}
.consulta-pagos .modulo-consulta {
	padding: 1em 3em;
	background: #1E4C72;
	background: -moz-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(9, 114, 183, 1)), color-stop(100%, rgba(82, 158, 205, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	background: linear-gradient(135deg, rgba(9, 114, 183, 1) 0%, rgba(82, 158, 205, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0972b7', endColorstr='#529ecd', GradientType=1);*/
	-webkit-box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.3);
}
.consulta-pagos .modulo-consulta .icono img {
	margin: 0px auto 0 auto;
	display: block;
	padding: 0.75em 0.75em 0 2.3em;
	width: 14em;
	height: auto;
}
.consulta-pagos .modulo-consulta h2 {
	font-weight: normal;
	font-size: 1.75em;
}
.consulta-pagos .modulo-consulta .bajada {
	color: #fff;
	margin-bottom: 0;
}
.consulta-pagos .modulo-respuesta {
	color: black;
	background-color: white;
	padding-top: 0.8em;
	padding-bottom: 1.3em;
	font-size: 0.9em;
}
.consulta-pagos .modulo-respuesta .titulo {
	padding: 0.4em;
}
.consulta-pagos .modulo-respuesta h1 {
	font-weight: bolder;
	margin: 0.4em 0;
	font-size: 1.8em;
}
.consulta-pagos .modulo-respuesta h1:before {
	content: "";
	display: inline-block;
	width: 1.05em;
	height: 1.05em;
	margin-right: 0.5em;
	margin-bottom: -0.2em;
	margin-left: 0.45em;
	background: center center/contain no-repeat;
}
.consulta-pagos .modulo-respuesta.respuesta-positiva h1:before {
	background-image: url(../img/icono_ticket.png);
}
.consulta-pagos .modulo-respuesta.respuesta-negativa h1:before {
	background-image: url(../img/icono_neg.png);
	width: 1.2em;
	height: 1.2em;
}
.consulta-pagos .modulo-respuesta .texto,
.consulta-pagos .modulo-respuesta.respuesta-negativa .texto2 {
	margin-left: 3.5em;
	font-size: 1.15em;
}
.rut-consultado {
	font-weight: bold;
	color: #1E4C72;
}
.consulta-pagos .modulo-respuesta .importante {
	background-color: #e6e6e6;
}
.consulta-pagos .modulo-respuesta .importante .col-xs-12 {
	padding: 0.8em 1.3em;
}
.consulta-pagos .modulo-respuesta .importante .texto2 {
	font-size: 1.1em;
	margin: 0;
}
.consulta-pagos .modulo-respuesta .importante .fecha-de-vencimiento {
	font-weight: bold;
}
.consulta-pagos .modulo-respuesta .detalles ul {
	list-style: none;
	margin: 1.5em auto;
	padding: 0;
	display: block;
	width: 88%;
}
.consulta-pagos .modulo-respuesta .detalles li {
	padding: 0.25em 0;
	margin: 0.25em 0;
}
.consulta-pagos .modulo-respuesta .detalles li strong {
	font-size: 1.1em;
}
.consulta-pagos .modulo-respuesta .detalles li img {
	float: right;
}
.consulta-pagos .modulo-respuesta .btn {
	border-radius: 0;
	background-color: #1E4C72;
	border-bottom: 3px solid #1E4C72;
}
.consulta-pagos .mensaje-error p {
	display: none;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
}
.consulta-pagos .modulo-respuesta.respuesta-negativa .cont-boton {
	padding: 1em 0 0;
}
.btn-consultar {
	border-radius: 0;
	background-color: #1E4C72;
	border-bottom: 3px solid #1E4C72;
}
.contenedor-pagos {
	margin-top: 8em;
}
@media screen and (min-width: 802px) {
	.contenedor-pagos {
		margin-top: 0;
	}
	.respuesta {
		left: 1em;
	}
}

/*styles consulta pagos endregion*/

/*styles ui apsi esteban region*/
/* INPUT LABEL - FORM*/

label {
	color: #012437;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 14px;
}




/* INPUT - MENSAJE ERROR */

.mensaje-error {
	color: #ea6146;
	margin-left: 12px;
	margin-top: 3px;
	display: block;
}
input.con-error[type="email"],
input.con-error[type="number"],
input.con-error[type="password"],
input.con-error[type="tel"],
input.con-error[type="url"],
input.con-error[type="text"] {
	background-color: #fdefec;
}

/* BOTONES */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus {
	outline: 0;
	outline-offset: 0;
}
.btn {
	border-radius: 2px;
	border-left: 0;
	border-right: 0;
	font-weight: normal;
}
.btn-primary,
.btn-primary:focus {
	color: #fff;
	border-top: 1px solid #67a8d5;
	border-bottom: 2px solid #2d6e99;
	background: #3a8fc8;
	background: -moz-linear-gradient(top, rgba(58, 143, 200, 1) 0%, rgba(56, 140, 196, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58, 143, 200, 1)), color-stop(100%, rgba(56, 140, 196, 1)));
	background: -webkit-linear-gradient(top, rgba(58, 143, 200, 1) 0%, rgba(56, 140, 196, 1) 100%);
	background: -o-linear-gradient(top, rgba(58, 143, 200, 1) 0%, rgba(56, 140, 196, 1) 100%);
	background: -ms-linear-gradient(top, rgba(58, 143, 200, 1) 0%, rgba(56, 140, 196, 1) 100%);
	background: linear-gradient(to bottom, rgba(58, 143, 200, 1) 0%, rgba(56, 140, 196, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3a8fc8', endColorstr='#388cc4', GradientType=0);*/
}
.btn-default,
.btn-default:focus {
	color: #373636;
	border-top: 1px solid #edf0f1;
	border-bottom: 2px solid #aaabac;
	background: #e5eaeb;
	background: -moz-linear-gradient(top, rgba(229, 234, 235, 1) 0%, rgba(219, 227, 230, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229, 234, 235, 1)), color-stop(100%, rgba(219, 227, 230, 1)));
	background: -webkit-linear-gradient(top, rgba(229, 234, 235, 1) 0%, rgba(219, 227, 230, 1) 100%);
	background: -o-linear-gradient(top, rgba(229, 234, 235, 1) 0%, rgba(219, 227, 230, 1) 100%);
	background: -ms-linear-gradient(top, rgba(229, 234, 235, 1) 0%, rgba(219, 227, 230, 1) 100%);
	background: linear-gradient(to bottom, rgba(229, 234, 235, 1) 0%, rgba(219, 227, 230, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5eaeb', endColorstr='#dbe3e6', GradientType=0);*/
}
.btn-accion,
.btn-accion:focus {
	color: #fff;
	border-top: 1px solid #ed3e4f;
	border-bottom: 2px solid #c02939;
	background: #CF2D3F;
	background: -webkit-linear-gradient(top, #d93043 0%, #CF2D3F 100%);
	background: -moz-linear-gradient(top, #d93043 0%, #CF2D3F 100%);
	background: -o-linear-gradient(top, #d93043 0%, #CF2D3F 100%);
	background: linear-gradient(top, #d93043 0%, #CF2D3F 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa364a', endColorstr='#ef3449', GradientType=0);*/
}
.btn-accion-bancario, /*nuevoBolsillo*/
.btn-accion-bancario:focus {
	color: #fff;
	border-top: 1px solid #ed3e4f;
	border-bottom: 2px solid #c02939;
	background: #CF2D3F;
	background: -webkit-linear-gradient(top, #d93043 0%, #CF2D3F 100%);
	background: -moz-linear-gradient(top, #d93043 0%, #CF2D3F 100%);
	background: -o-linear-gradient(top, #d93043 0%, #CF2D3F 100%);
	background: linear-gradient(top, #d93043 0%, #CF2D3F 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa364a', endColorstr='#ef3449', GradientType=0);*/
}
.btn-eliminar,
.btn-eliminar:focus {
	color: #fff;
	border-top: 1px solid #ec8282;
	border-bottom: 2px solid #b14141;
	background: #e65c5c;
	background: -moz-linear-gradient(top, rgba(230, 92, 92, 1) 0%, rgba(220, 89, 89, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230, 92, 92, 1)), color-stop(100%, rgba(220, 89, 89, 1)));
	background: -webkit-linear-gradient(top, rgba(230, 92, 92, 1) 0%, rgba(220, 89, 89, 1) 100%);
	background: -o-linear-gradient(top, rgba(230, 92, 92, 1) 0%, rgba(220, 89, 89, 1) 100%);
	background: -ms-linear-gradient(top, rgba(230, 92, 92, 1) 0%, rgba(220, 89, 89, 1) 100%);
	background: linear-gradient(to bottom, rgba(230, 92, 92, 1) 0%, rgba(220, 89, 89, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e65c5c', endColorstr='#dc5959', GradientType=0);*/
}
.btn-especial,
.btn-especial:focus {
	color: #fff;
	border-top: 1px solid #81b859;
	border-bottom: 2px solid #40711c;
	background: #5aa227;
	background: -moz-linear-gradient(top, rgba(90, 162, 39, 1) 0%, rgba(88, 157, 38, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(90, 162, 39, 1)), color-stop(100%, rgba(88, 157, 38, 1)));
	background: -webkit-linear-gradient(top, rgba(90, 162, 39, 1) 0%, rgba(88, 157, 38, 1) 100%);
	background: -o-linear-gradient(top, rgba(90, 162, 39, 1) 0%, rgba(88, 157, 38, 1) 100%);
	background: -ms-linear-gradient(top, rgba(90, 162, 39, 1) 0%, rgba(88, 157, 38, 1) 100%);
	background: linear-gradient(to bottom, rgba(90, 162, 39, 1) 0%, rgba(88, 157, 38, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5aa227', endColorstr='#589d26', GradientType=0);*/
}
.btn-alerta,
.btn-alerta:focus {
	color: #fff;
	border-top: 1px solid #e99557;
	border-bottom: 2px solid #bf5c25;
	background: #e37526;
	background: -moz-linear-gradient(top, rgba(227, 117, 38, 1) 0%, rgba(217, 115, 37, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227, 117, 38, 1)), color-stop(100%, rgba(217, 115, 37, 1)));
	background: -webkit-linear-gradient(top, rgba(227, 117, 38, 1) 0%, rgba(217, 115, 37, 1) 100%);
	background: -o-linear-gradient(top, rgba(227, 117, 38, 1) 0%, rgba(217, 115, 37, 1) 100%);
	background: -ms-linear-gradient(top, rgba(227, 117, 38, 1) 0%, rgba(217, 115, 37, 1) 100%);
	background: linear-gradient(to bottom, rgba(227, 117, 38, 1) 0%, rgba(217, 115, 37, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e37526', endColorstr='#d97325', GradientType=0);*/
}

/*BOTONES-TAMAÑOS*/

.btn-12 {
	font-size: 12px;
	padding: 3px 18px 1px;
}
.btn-14 {
	font-size: 14px;
	padding: 3px 20px 1px;
}
.btn-18 {
	font-size: 18px;
	padding: 3px 22px 1px;
}
.btn-24 {
	font-size: 24px;
	padding: 3px 26px 1px;
	font-weight: bold;
}

/*BOTONES-LETRA BLANCA*/

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-accion-bancario:hover,
.btn-accion-bancario:active,
.btn-accion-bancario:focus,
.btn-accion:hover,
.btn-accion:active,
.btn-accion:focus,
.btn-eliminar:hover,
.btn-eliminar:active,
.btn-eliminar:focus,
.btn-especial:hover,
.btn-especial:active,
.btn-especial:focus,
.btn-alerta:hover,
.btn-alerta:active,
.btn-alerta:focus {
	color: #fff;
}

/*BOTONES-LETRA GRIS*/

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	color: #373636;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #949393;
	background: #fff;
}

/*BOTONES-ESTADOS HOVER*/

.btn-primary:hover {
	background: #1E4C72;
	background: -moz-linear-gradient(top, rgba(82, 177, 221, 1) 0%, rgba(79, 171, 217, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82, 177, 221, 1)), color-stop(100%, rgba(79, 171, 217, 1)));
	background: -webkit-linear-gradient(top, rgba(82, 177, 221, 1) 0%, rgba(79, 171, 217, 1) 100%);
	background: -o-linear-gradient(top, rgba(82, 177, 221, 1) 0%, rgba(79, 171, 217, 1) 100%);
	background: -ms-linear-gradient(top, rgba(82, 177, 221, 1) 0%, rgba(79, 171, 217, 1) 100%);
	background: linear-gradient(to bottom, rgba(82, 177, 221, 1) 0%, rgba(79, 171, 217, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#52b1dd', endColorstr='#4fabd9', GradientType=0);*/
	border-top: 1px solid #7ac3e5;
	border-bottom: 2px solid #2d6e99;
}
.btn-default:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 248, 250, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 248, 250, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 248, 250, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 248, 250, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 248, 250, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 248, 250, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f8fa', GradientType=0);*/
	border-top: 1px solid #fff;
	border-bottom: 2px solid #949393;
}
.btn-accion:hover {
	background: #f5606f;
	background: -moz-linear-gradient(top, rgba(245, 96, 111, 1) 0%, rgba(235, 93, 110, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 96, 111, 1)), color-stop(100%, rgba(235, 93, 110, 1)));
	background: -webkit-linear-gradient(top, rgba(245, 96, 111, 1) 0%, rgba(235, 93, 110, 1) 100%);
	background: -o-linear-gradient(top, rgba(245, 96, 111, 1) 0%, rgba(235, 93, 110, 1) 100%);
	background: -ms-linear-gradient(top, rgba(245, 96, 111, 1) 0%, rgba(235, 93, 110, 1) 100%);
	background: linear-gradient(to bottom, rgba(245, 96, 111, 1) 0%, rgba(235, 93, 110, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5606f', endColorstr='#eb5d6e', GradientType=0);*/
	border-top: 1px solid #f7838f;
	border-bottom: 2px solid #cf3e4d;
}
.btn-accion-bancario:hover { /*Nuevo bolsillo*/
	background: #f5606f;
	background: -moz-linear-gradient(top, rgba(245, 96, 111, 1) 0%, rgba(235, 93, 110, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 96, 111, 1)), color-stop(100%, rgba(235, 93, 110, 1)));
	background: -webkit-linear-gradient(top, rgba(245, 96, 111, 1) 0%, rgba(235, 93, 110, 1) 100%);
	background: -o-linear-gradient(top, rgba(245, 96, 111, 1) 0%, rgba(235, 93, 110, 1) 100%);
	background: -ms-linear-gradient(top, rgba(245, 96, 111, 1) 0%, rgba(235, 93, 110, 1) 100%);
	background: linear-gradient(to bottom, rgba(245, 96, 111, 1) 0%, rgba(235, 93, 110, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5606f', endColorstr='#eb5d6e', GradientType=0);*/
	border-top: 1px solid #f7838f;
	border-bottom: 2px solid #cf3e4d;
}
.btn-eliminar:hover {
	background: #ed8282;
	background: -moz-linear-gradient(top, rgba(237, 130, 130, 1) 0%, rgba(227, 126, 128, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 130, 130, 1)), color-stop(100%, rgba(227, 126, 128, 1)));
	background: -webkit-linear-gradient(top, rgba(237, 130, 130, 1) 0%, rgba(227, 126, 128, 1) 100%);
	background: -o-linear-gradient(top, rgba(237, 130, 130, 1) 0%, rgba(227, 126, 128, 1) 100%);
	background: -ms-linear-gradient(top, rgba(237, 130, 130, 1) 0%, rgba(227, 126, 128, 1) 100%);
	background: linear-gradient(to bottom, rgba(237, 130, 130, 1) 0%, rgba(227, 126, 128, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ed8282', endColorstr='#e37e80', GradientType=0);*/
	border-top: 1px solid #f19f9f;
	border-bottom: 2px solid #a44d4d;
}
.btn-especial:hover {
	background: #82b85c;
	background: -moz-linear-gradient(top, rgba(130, 184, 92, 1) 0%, rgba(126, 179, 90, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130, 184, 92, 1)), color-stop(100%, rgba(126, 179, 90, 1)));
	background: -webkit-linear-gradient(top, rgba(130, 184, 92, 1) 0%, rgba(126, 179, 90, 1) 100%);
	background: -o-linear-gradient(top, rgba(130, 184, 92, 1) 0%, rgba(126, 179, 90, 1) 100%);
	background: -ms-linear-gradient(top, rgba(130, 184, 92, 1) 0%, rgba(126, 179, 90, 1) 100%);
	background: linear-gradient(to bottom, rgba(130, 184, 92, 1) 0%, rgba(126, 179, 90, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#82b85c', endColorstr='#7eb35a', GradientType=0);*/
	border-top: 1px solid #a0c882;
	border-bottom: 2px solid #4c8424;
}
.btn-alerta:hover {
	background: #f89650;
	background: -moz-linear-gradient(top, rgba(248, 150, 80, 1) 0%, rgba(238, 148, 78, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 150, 80, 1)), color-stop(100%, rgba(238, 148, 78, 1)));
	background: -webkit-linear-gradient(top, rgba(248, 150, 80, 1) 0%, rgba(238, 148, 78, 1) 100%);
	background: -o-linear-gradient(top, rgba(248, 150, 80, 1) 0%, rgba(238, 148, 78, 1) 100%);
	background: -ms-linear-gradient(top, rgba(248, 150, 80, 1) 0%, rgba(238, 148, 78, 1) 100%);
	background: linear-gradient(to bottom, rgba(248, 150, 80, 1) 0%, rgba(238, 148, 78, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f89650', endColorstr='#ee944e', GradientType=0);*/
	border-top: 1px solid #faaf78;
	border-bottom: 2px solid #b46b36;
}

/*BOTONES-DESHABILITADOS*/

.btn-primary.disabled,
btn-primary[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-accion-bancario.disabled,
.btn-accion-bancario[disabled],
.btn-accion.disabled,
.btn-accion[disabled],
.btn-eliminar.disabled,
.btn-eliminar[disabled],
.btn-especial.disabled,
.btn-especial[disabled],
.btn-alerta.disabled,
.btn-alerta[disabled] {
	color: #000;
	color: rgba(255, 255, 255, 0.5);
}
.btn-primary.disabled,
btn-primary[disabled] {
	border-top: 1px solid #68a9d5;
	border-bottom: 2px solid #2d6e99;
	background: #3a8fc8;
	background: -moz-linear-gradient(top, rgba(58, 143, 200, 1) 0%, rgba(56, 140, 196, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58, 143, 200, 1)), color-stop(100%, rgba(56, 140, 196, 1)));
	background: -webkit-linear-gradient(top, rgba(58, 143, 200, 1) 0%, rgba(56, 140, 196, 1) 100%);
	background: -o-linear-gradient(top, rgba(58, 143, 200, 1) 0%, rgba(56, 140, 196, 1) 100%);
	background: -ms-linear-gradient(top, rgba(58, 143, 200, 1) 0%, rgba(56, 140, 196, 1) 100%);
	background: linear-gradient(to bottom, rgba(58, 143, 200, 1) 0%, rgba(56, 140, 196, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3a8fc8', endColorstr='#388cc4', GradientType=0);*/
}
.btn-default.disabled,
btn-default[disabled] {
	border-top: 1px solid #fff;
	border-bottom: 2px solid #7c7c7c;
	background: #d9dde0;
	background: -moz-linear-gradient(top, rgba(217, 221, 224, 1) 0%, rgba(208, 215, 220, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217, 221, 224, 1)), color-stop(100%, rgba(208, 215, 220, 1)));
	background: -webkit-linear-gradient(top, rgba(217, 221, 224, 1) 0%, rgba(208, 215, 220, 1) 100%);
	background: -o-linear-gradient(top, rgba(217, 221, 224, 1) 0%, rgba(208, 215, 220, 1) 100%);
	background: -ms-linear-gradient(top, rgba(217, 221, 224, 1) 0%, rgba(208, 215, 220, 1) 100%);
	background: linear-gradient(to bottom, rgba(217, 221, 224, 1) 0%, rgba(208, 215, 220, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9dde0', endColorstr='#d0d7dc', GradientType=0);*/
	border-top: 1px solid #e5e7e9;
	color: #797b7d;
}
.btn-accion.disabled,
btn-accion[disabled] {
	border-top: 1px solid #f56272;
	border-bottom: 2px solid #c02939;
	background: #f23548;
	background: -moz-linear-gradient(top, rgba(242, 53, 72, 1) 0%, rgba(232, 51, 72, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 53, 72, 1)), color-stop(100%, rgba(232, 51, 72, 1)));
	background: -webkit-linear-gradient(top, rgba(242, 53, 72, 1) 0%, rgba(232, 51, 72, 1) 100%);
	background: -o-linear-gradient(top, rgba(242, 53, 72, 1) 0%, rgba(232, 51, 72, 1) 100%);
	background: -ms-linear-gradient(top, rgba(242, 53, 72, 1) 0%, rgba(232, 51, 72, 1) 100%);
	background: linear-gradient(to bottom, rgba(242, 53, 72, 1) 0%, rgba(232, 51, 72, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f23548', endColorstr='#e83348', GradientType=0);*/
}
.btn-accion-bancario.disabled,
btn-accion-bancario[disabled] {
	border-top: 1px solid #f56272;
	border-bottom: 2px solid #c02939;
	background: #f23548;
	background: -moz-linear-gradient(top, rgba(242, 53, 72, 1) 0%, rgba(232, 51, 72, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 53, 72, 1)), color-stop(100%, rgba(232, 51, 72, 1)));
	background: -webkit-linear-gradient(top, rgba(242, 53, 72, 1) 0%, rgba(232, 51, 72, 1) 100%);
	background: -o-linear-gradient(top, rgba(242, 53, 72, 1) 0%, rgba(232, 51, 72, 1) 100%);
	background: -ms-linear-gradient(top, rgba(242, 53, 72, 1) 0%, rgba(232, 51, 72, 1) 100%);
	background: linear-gradient(to bottom, rgba(242, 53, 72, 1) 0%, rgba(232, 51, 72, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f23548', endColorstr='#e83348', GradientType=0);*/
}
.btn-eliminar.disabled,
btn-eliminar[disabled] {
	border-top: 1px solid #ec8282;
	border-bottom: 2px solid #b14141;
	background: #e65c5c;
	background: -moz-linear-gradient(top, rgba(230, 92, 92, 1) 0%, rgba(220, 89, 89, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230, 92, 92, 1)), color-stop(100%, rgba(220, 89, 89, 1)));
	background: -webkit-linear-gradient(top, rgba(230, 92, 92, 1) 0%, rgba(220, 89, 89, 1) 100%);
	background: -o-linear-gradient(top, rgba(230, 92, 92, 1) 0%, rgba(220, 89, 89, 1) 100%);
	background: -ms-linear-gradient(top, rgba(230, 92, 92, 1) 0%, rgba(220, 89, 89, 1) 100%);
	background: linear-gradient(to bottom, rgba(230, 92, 92, 1) 0%, rgba(220, 89, 89, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e65c5c', endColorstr='#dc5959', GradientType=0);*/
}
.btn-especial.disabled,
btn-especial[disabled] {
	border-top: 1px solid #7fb656;
	border-bottom: 2px solid #40711c;
	background: #5aa227;
	background: -moz-linear-gradient(top, rgba(90, 162, 39, 1) 0%, rgba(88, 157, 38, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(90, 162, 39, 1)), color-stop(100%, rgba(88, 157, 38, 1)));
	background: -webkit-linear-gradient(top, rgba(90, 162, 39, 1) 0%, rgba(88, 157, 38, 1) 100%);
	background: -o-linear-gradient(top, rgba(90, 162, 39, 1) 0%, rgba(88, 157, 38, 1) 100%);
	background: -ms-linear-gradient(top, rgba(90, 162, 39, 1) 0%, rgba(88, 157, 38, 1) 100%);
	background: linear-gradient(to bottom, rgba(90, 162, 39, 1) 0%, rgba(88, 157, 38, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5aa227', endColorstr='#589d26', GradientType=0);*/
}
.btn-alerta.disabled,
btn-alerta[disabled] {
	border-top: 1px solid #e99557;
	border-bottom: 2px solid #bf5c25;
	background: #e37526;
	background: -moz-linear-gradient(top, rgba(227, 117, 38, 1) 0%, rgba(217, 115, 37, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227, 117, 38, 1)), color-stop(100%, rgba(217, 115, 37, 1)));
	background: -webkit-linear-gradient(top, rgba(227, 117, 38, 1) 0%, rgba(217, 115, 37, 1) 100%);
	background: -o-linear-gradient(top, rgba(227, 117, 38, 1) 0%, rgba(217, 115, 37, 1) 100%);
	background: -ms-linear-gradient(top, rgba(227, 117, 38, 1) 0%, rgba(217, 115, 37, 1) 100%);
	background: linear-gradient(to bottom, rgba(227, 117, 38, 1) 0%, rgba(217, 115, 37, 1) 100%);
	/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e37526', endColorstr='#d97325', GradientType=0);*/
}

/*BOTONES-ESTADOS ACTIVE*/

.btn-primary:active,
.btn-default:active,
.btn-accion:active,
.btn-accion-bancario:active,
.btn-eliminar:active,
.btn-especial:active,
.btn-alerta:active {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus {
	background: #042438;
	border-top: 1px solid #031521;
	border-bottom: 2px solid #031521;
}
.btn-default:active,
.btn-default.active,
.btn-default:active:focus {
	color: #fff;
	background: #313132;
	border-top: 1px solid #17191b;
	border-bottom: 2px solid #17191b;
}
.btn-accion:active,
.btn-accion.active {
	background: #491021;
	border-top: 1px solid #260609;
	border-bottom: 2px solid #260609;
}
.btn-accion-bancario:active,
.btn-accion-bancario.active {
	background: #491021;
	border-top: 1px solid #260609;
	border-bottom: 2px solid #260609;
}
.btn-eliminar:active,
.btn-eliminar.active {
	background: #491410;
	border-top: 1px solid #260609;
	border-bottom: 2px solid #260609;
}
.btn-especial:active,
.btn-especial.active {
	background: #1b3409;
	border-top: 1px solid #112205;
	border-bottom: 2px solid #112205;
}
.btn-alerta:active,
.btn-alerta.active {
	background: #4c250b;
	border-top: 1px solid #321806;
	border-bottom: 2px solid #321806;
}

/*QUITAR RADIUS*/

.no-radius {
	border-radius: 0 !important;
}

/*styles ui apsi esteban endregion*/

/* styles index libre region*/
.min-width-200 {
	width: 150px;
}

/* styles index libre endregion*/

/* styles colores botones extra  margenes region*/
body .btn.btn-primary.btn-azul-oscuro {
	border-top: 1px solid #599cc7;
	border-bottom: 2px solid #2d6e99;
	background: #327AAB;
}
body .btn.btn-primary.btn-azul-oscuro:hover {
	border-top: 1px solid #3790cb;
	border-bottom: 2px solid #18669a;
	background: #2178b4;
}
body .btn.btn-primary.btn-gris {
	border-top: 1px solid #edf0f1;
	border-bottom: 2px solid #aaabac;
	background: #dce3e6;
	color: #373636;
}
body .btn.btn-primary.btn-gris:hover {
	border-top: 1px solid #eaeaea;
	border-bottom: 2px solid #898989;
	background: #c5c7c7;
	color: #1d1d1d;
}
body .btn.btn-primary.btn-gris-oscuro {
	border-top: 1px solid #a7a7a7;
	border-bottom: 2px solid #4e4e4e;
	background: #767676;
	color: white;
}
body .btn.btn-primary.btn-gris-oscuro:hover {
	border-bottom: 2px solid #383838;
	background: #585858;
}

body .btn.btn-xl{
	font-size: 17px;
}

body .btn.btn-xs{
	font-size: 14px;
	padding: 2px 5px;
}

body .btn.btn-bold{
	font-weight: bold;
}

.margin-top-0{ margin-top: 0 !important; }
.margin-top-1{ margin-top: 1em !important; }
.margin-top-2{ margin-top: 2em !important; }
.margin-top-3{ margin-top: 3em !important; }
.margin-top-4{ margin-top: 4em !important; }
.margin-top-5{ margin-top: 5em !important; }
.margin-top-6{ margin-top: 6em !important; }
.margin-top-0-5{ margin-top: 0.5em !important; }
.margin-top-1-5{ margin-top: 1.5em !important; }
.margin-top-2-5{ margin-top: 2.5em !important; }
.margin-top-3-5{ margin-top: 3.5em !important; }
.margin-top-4-5{ margin-top: 4.5em !important; }
.margin-top-5-5{ margin-top: 5.5em !important; }
.margin-top-6-5{ margin-top: 6.5em !important; }

.margin-bottom-0{ margin-bottom: 0 !important; }
.margin-bottom-1{ margin-bottom: 1em !important; }
.margin-bottom-2{ margin-bottom: 2em !important; }
.margin-bottom-3{ margin-bottom: 3em !important; }
.margin-bottom-4{ margin-bottom: 4em !important; }
.margin-bottom-5{ margin-bottom: 5em !important; }
.margin-bottom-6{ margin-bottom: 6em !important; }
.margin-bottom-0-5{ margin-bottom: 0.5em !important; }
.margin-bottom-1-5{ margin-bottom: 1.5em !important; }
.margin-bottom-2-5{ margin-bottom: 2.5em !important; }
.margin-bottom-3-5{ margin-bottom: 3.5em !important; }
.margin-bottom-4-5{ margin-bottom: 4.5em !important; }
.margin-bottom-5-5{ margin-bottom: 5.5em !important; }
.margin-bottom-6-5{ margin-bottom: 6.5em !important; }

.margin-left-0-25{ margin-left: 0.25em !important; }
.margin-left-0-5{ margin-left: 0.5em !important; }
.margin-left-0-75{ margin-left: 0.75em !important; }
.margin-left-1{ margin-left: 1em !important; }
.margin-left-1-25{ margin-left: 1.25em !important; }
.margin-left-1-5{ margin-left: 1.5em !important; }
.margin-left-1-75{ margin-left: 1.75em !important; }
.margin-left-2{ margin-left: 2em !important; }

.margin-right-0-25{ margin-right: 0.25em !important; }
.margin-right-0-5{ margin-right: 0.5em !important; }
.margin-right-0-75{ margin-right: 0.75em !important; }
.margin-right-1{ margin-right: 1em !important; }
.margin-right-1-25{ margin-right: 1.25em !important; }
.margin-right-1-5{ margin-right: 1.5em !important; }
.margin-right-1-75{ margin-right: 1.75em !important; }
.margin-right-2{ margin-right: 2em !important; }

html body .padding-0{
	padding: 0;
}

@media screen and (max-width: 340px){ 
	.fa.pull-right{
		position: absolute;
		right: 6px;
   	 	top: 12px;
	}
}

@media screen and (max-width: 802px){ 
	html body .padding-xs-0{ padding: 0; }
	html body .text-center-xs{ text-align: center !important; }
	.margin-top-sm-1{ margin-top: 1em !important; }
	.margin-top-sm-2{ margin-top: 2em !important; }
	.margin-top-sm-3{ margin-top: 3em !important; }
	.margin-top-sm-4{ margin-top: 4em !important; }
	.margin-top-sm-5{ margin-top: 5em !important; }
	.margin-top-sm-6{ margin-top: 6em !important; }
}

@media screen and (max-width: 600px){
	.mensaje-importante ul{
		margin-left: 0;
		padding-left: 23px;
	}
} 

@media screen and (max-width: 446px){ 
	 input#declaracion{
		top: -18px;
   		position: relative;
	}
}

@media screen and (max-width: 270px){ 
	 input#declaracion{
		top: 13px;
    	position: absolute;
	}
	.col-xs-12.grupo-validacion label.margin-top-sm-1{
		max-width: 80% !important;
		margin-left: 13%;
	}
}

@media screen and (max-width: 640px){ 
	.margin-top-sm-3{ margin-top: 1.5em !important; }
}

@media screen and (min-width: 802px){ 
	html body .padding-sm-0{ padding: 0; }
	html body .text-center-sm{ text-align: center !important; }
}
@media screen and (min-width: 992px){ 
	html body .padding-md-0{ padding: 0; }
	html body .text-center-md{ text-align: center !important; }
	.margin-top-md-1 { margin-top: 1em !important;	}
	.margin-top-md-2 { margin-top: 2em !important;	}
	.margin-top-md-3 { margin-top: 3em !important;	}
	.margin-top-md-4 { margin-top: 4em !important;	}
	.margin-top-md-5 { margin-top: 5em !important;	}
	.margin-top-md-6 { margin-top: 6em !important;	}
	.margin-top-md-7 { margin-top: 7em !important;	}
	.margin-top-md-8 { margin-top: 8em !important;	}
	.margin-top-md-9 { margin-top: 9em !important;	}
}
@media screen and (min-width: 1200px){
	html body .padding-lg-0{ padding: 0; }
	html body .text-center-lg{ text-align: center !important; }
}

@media screen and (max-width: 992px){ html body .col-xs-12 .btn{ margin-bottom: 0.5em; }}

.table-align-center-1 th:first-child,
.table-align-center-1 td:first-child{
	text-align: center !important;
}

.table-align-center-2 th:nth-of-type(2),
.table-align-center-2 td:nth-of-type(2){
	text-align: center !important;
}
.table-align-center-3 th:nth-of-type(3),
.table-align-center-3 td:nth-of-type(3){
	text-align: center !important;
}
.table-align-center-4 th:nth-of-type(2),
.table-align-center-4 td:nth-of-type(2){
	text-align: center !important;
}
.table-align-center-5 th:nth-of-type(5),
.table-align-center-5 td:nth-of-type(5){
	text-align: center !important;
}
.table-align-center-6 th:nth-of-type(6),
.table-align-center-6 td:nth-of-type(6){
	text-align: center !important;
}
.table-align-center-7 th:nth-of-type(7),
.table-align-center-7 td:nth-of-type(7){
	text-align: center !important;
}
.table-align-center-8 th:nth-of-type(8),
.table-align-center-8 td:nth-of-type(8){
	text-align: center !important;
}
.table-align-center-9 th:nth-of-type(9),
.table-align-center-9 td:nth-of-type(9){
	text-align: center !important;
}
.table-align-center-10 th:nth-of-type(10),
.table-align-center-10 td:nth-of-type(10){
	text-align: center !important;
}

.alert-custom{
    z-index: 99999999999999;
    position: fixed;
    top: 22%;
    display: block;
    width: 70%;
    left: 15%;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	font-size: 1.25em;
    padding: 1.2em;
	background: white !important;
}

@media screen and (min-width: 802px){
	.alert-custom{
		top: 30%;
		width: 50%;
		left: 25%;
	}
}

@media screen and (min-width: 992px){
	.alert-custom{
		top: 40%;
		width: 50%;
		left: 25%;
	}
}


/* styles colores botones extra endregion*/

/*respuesta consulta region*/
.recuadro-infobox {
	padding: 1.5em;
	background-color: #f4f4f4;
	border-radius: 0 2px 2px 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 1px solid #ddd;
}
.recuadro-infobox.recuadro-infobox-exitoso{
	border-left: 6px solid #09a026;
	background-color: #f4f8f4;
}
.recuadro-infobox.recuadro-infobox-exitoso h3{
	color: #09a026;
}

.recuadro-infobox.recuadro-infobox-erroneo{
	border-left: 6px solid #e76111;
	background-color: #f7f4f4;
}
.recuadro-infobox.recuadro-infobox-erroneo h3{
	color: #e76111;
}
/*respuesta consulta endregion*/

/*info reclamos region*/
.datos-usuario{
	border-bottom: 1px solid #bcbcbc;
	width: 99%;
	margin: auto;
	padding-bottom: 0.25em;
}

.datos-usuario > div{
	padding: 0 !important;
}

.datos-usuario .nombre-rut{
	font-size: 20px;
}

@media screen and (min-width: 802px){
	.datos-usuario .boton div{
		padding-right: 0;
	}
}

.modulo-reclamos{
	width: 99%;
	margin: auto;	
}

.modulo-reclamos h4.titulo-modulo,
.modulo-reclamos h5.titulo-modulo{
	font-size: 18px;
	font-weight: normal;
}

.modulo-reclamos .tabla-footer{
	padding: 0.5em;
	background-color: #e8e8e8;
	border-radius: 0 0 5px 5px;
	margin-top: -2px;
}

.con-footer{
	padding-bottom: 0.5em !important;
	margin-bottom: 0 !important;
	overflow-y: hidden !important;
}

.con-footer table tr:last-child td:first-child{
	position: relative;
}
.con-footer table tr:last-child td:first-child:after{
	content: "";
	display: block;
	position: absolute;
	top: 80%;
	left: -4px;
	width: 35px;
	height: 30px;
	border-bottom: 30px solid #e8e8e8;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}

/*info reclamos endregion*/

/*captcha region*/
.contenedor-captcha{
	padding: 0.5em;
	margin-top: 0.5em;
}

.g-recaptcha iframe{
	width: 100%;
	display: block;
	height: auto;
}

.contenedor-captcha div{
	margin: auto;
	display: block;
}
/*captcha endregion*/

/* no-padding , no-margin */

.no-padding {padding: 0;}
.no-margin {margin: 0;}

/* panel modal */

.modal-ayuda{
	color: #313136;
}

.modal .modal-title {
	font-size: 18px; 
	font-weight: normal;
}

.modal .panel,
.panel-custom.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #313136;
    border-radius: 0px;
    position: relative;
}
.modal .panel-heading,
.panel-custom .panel-heading {
    padding: 0;
    color: #fff;
    background-color: #077EAD;
    border-color: #fff;
    font-weight: 200;
    border-radius: 0;
    border: 0;
}
.modal .list-group-item {background-color: transparent;}

.panel-custom .list-group-item {background-color: transparent;}

.modal .panel-default {border-color: #ddd;}

.panel-custom .panel-default {border-color: #ddd;}

.modal .panel .panel-title a , .modal .panel .panel-title a:hover,
.panel-custom.panel .panel-title a , .modal .panel .panel-title a:hover {
    background-color: #077EAD;
    width: 100%;
    display: block;
    height: auto;
    font-size: 17px;
    text-decoration: none;
    padding: 15px 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    margin-top: 5px;
}

.modal .panel:first-child,
.panel-custom.panel:first-child {
    margin-top: 0;
}

.modal .panel .panel-footer,
.panel-custom.panel .panel-footer{
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.modal div.panel-collapse,
.panel-custom div.panel-collapse{
    border: 1px solid #077EAD;
}

.logo-pagina-modal {display: none;}

/* tabla detalle pagos */

.table-detalle-pago thead>tr>th { padding: 5px;}

/* close modal */

.modal .close {
    font-size: 40px;
    line-height: 0.5;
}

.modal-error h1{
	display: block;
}

.solo-imprimible{
	display:  none;
}

/*ocultar campo de busqueda de datatables*/
#DataTables_Table_0_filter{
	display: none;
}

.dataTables_wrapper.form-inline.dt-bootstrap.no-footer .row:last-of-type > .col-sm-5{
	display: none;
}

.detalle-causal{
	border-top: 1px solid #ddd;
	margin-top: 0.5em;
	padding-top: 1em;
}

.detalle-causal:after{
	content: "";
	display: block;
	float: none;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.detalle-causal:first-child{
	border-top: none;
	margin-top: 0;
}

/*
.table-detalle-pago th:last-child,
.table-detalle-pago td:last-child,
.contenedor-tabla-reclamos-generados th:last-child,
.contenedor-tabla-reclamos-generados td:last-child{
	width: 136px;
}

.contenedor-tabla-reclamos-generados th:nth-last-child(2),
.contenedor-tabla-reclamos-generados td:nth-last-child(2){
	width: 136px;
}

.contenedor-tabla-reclamos-generados th:first-child,
.contenedor-tabla-reclamos-generados td:first-child{
	width: 100px;
}

.tabla-reclamos-generados,
.table-detalle-pago{
	min-width: 630px;
}
*/

.contenedor-tabla-reclamos-generados > div > .row{
	margin-left: 0;
	margin-right: 0;
}

td, th{
	text-align: left !important;
}

@media screen and (min-width: 993px){
	div.causales .detalle-causal .detalle-columnas{
		width: 100%;
	}
	
	div.causales .detalle-causal .detalle-columnas .row .col-sm-6:first-child{
		width: 33.4%;
	}
	
	div.causales .detalle-causal .detalle-columnas .row .col-sm-6:last-child{
		width: 66.6%;
	}
	
	.recuadro-infobox + h5 + div + div > .col-xs-12.col-sm-6.col-md-3.col-md-offset-3{
		width: 32%;
		margin-left: 21%;
	}
}

@media screen and (max-width: 545px){
	.contenedor-select label{
		display: none !important;
	}
}


*:focus, .btn-accion:focus{
	outline-width: 2px !important;
}

.btn:focus,
.btn.btn-accion:focus,
.btn.btn-accion-bancario:focus,
.btn.btn-primary:focus,
.volver.hidden-xs a:focus{
	outline: -webkit-focus-ring-color auto 3px;
	outline-width: 5px !important;
}

div#inclusividad, div#ayuda{
	visibility: hidden;
}


@media screen and (max-width: 1000px){
	.table-detalle-pago th:nth-child(2),
	.table-detalle-pago td:nth-child(2),
	.table-detalle-pago th:nth-child(3),
	.table-detalle-pago td:nth-child(3),
	.table-detalle-pago th:nth-child(4),
	.table-detalle-pago td:nth-child(4),
	.table-detalle-pago th:nth-child(5),
	.table-detalle-pago td:nth-child(5),
	.table-detalle-pago th:nth-child(7),
	.table-detalle-pago td:nth-child(7)
	{
		display: none;
	}
	.tabla-reclamos-generados th:nth-child(2),
	.tabla-reclamos-generados td:nth-child(2),
	.tabla-reclamos-generados th:nth-child(4),
	.tabla-reclamos-generados td:nth-child(4){
		display: none;
	}
}

@media screen and (max-width: 400px){
	.table-responsive{
		padding: 0;
	}
	.contenedor-contenido{
		padding-left: 10px;
		padding-right: 10px;
	}
	#DataTables_Table_0_wrapper .row .col-sm-12{
		padding-right: 0;
	}
	#DataTables_Table_0_wrapper .fa.fa-search{
		display: none;
	}
	
	#DataTables_Table_0_wrapper td,
	#DataTables_Table_0_wrapper th{
		padding-left: 0px;
		padding-right: 0px;
	}
	#DataTables_Table_0_wrapper .icon{
		margin-right: 0 !important;
	}
	
}

@media screen and (max-width: 1130px){
	.form-reclamo .row.datos-usuario .nombre-rut br.hidden-sm.hidden-md.hidden-lg{
		display: block !important;
	}
	
	.form-reclamo .row.datos-usuario .nombre-rut br.hidden-sm.hidden-md.hidden-lg + span{
		display: none !important;
	}
}

@media screen and (max-width: 290px){
	.form-reclamo .check-numero-serie{
		padding: 0;
	}
}

@media screen and (max-width: 310px){
	.form-reclamo .modulo-reclamos h5.titulo-modulo{
		text-align: center;
		width: 100%;
		float: none;
	}
	
	.form-reclamo .modulo-reclamos .contenedor-select.pull-right{
		width: 100%;
	}
	.form-reclamo .modulo-reclamos .contenedor-select.pull-right select{
		width: auto;
		margin: 0 auto 7px !important;
		display: block !important;
		float: none;
	}
}

/*clases adicionales para grayscale region*/
body.grayscale{
	background-color: #363636;
}

body.grayscale .btn-accion,
body.grayscale .btn-accion:focus{
	background: #adadad;
	background: -webkit-linear-gradient(top, #adadad 0%, #919191 100%);
	background: -moz-linear-gradient(top, #adadad 0%, #919191 100%);
	background: -o-linear-gradient(top, #adadad 0%, #919191 100%);
	background: -ms-linear-gradient(top, #adadad 0%, #919191 100%);
	background: linear-gradient(to bottom, #adadad 0%, #919191 100%);
}
body.grayscale .btn-accion-bancario,
body.grayscale .btn-accion-bancario:focus{
	background: #adadad;
	background: -webkit-linear-gradient(top, #adadad 0%, #919191 100%);
	background: -moz-linear-gradient(top, #adadad 0%, #919191 100%);
	background: -o-linear-gradient(top, #adadad 0%, #919191 100%);
	background: -ms-linear-gradient(top, #adadad 0%, #919191 100%);
	background: linear-gradient(to bottom, #adadad 0%, #919191 100%);
}

body.grayscale .btn-accion:hover{
	background: #b9b9b9;
	background: -webkit-linear-gradient(top, #c3c3c3 0%, #9d9d9d 100%);
	background: -moz-linear-gradient(top, #c3c3c3 0%, #9d9d9d 100%);
	background: -o-linear-gradient(top, #c3c3c3 0%, #9d9d9d 100%);
	background: -ms-linear-gradient(top, #c3c3c3 0%, #9d9d9d 100%);
	background: linear-gradient(to bottom, #c3c3c3 0%, #9d9d9d 100%);
}
body.grayscale .btn-accion-bancario:hover{
	background: #b9b9b9;
	background: -webkit-linear-gradient(top, #c3c3c3 0%, #9d9d9d 100%);
	background: -moz-linear-gradient(top, #c3c3c3 0%, #9d9d9d 100%);
	background: -o-linear-gradient(top, #c3c3c3 0%, #9d9d9d 100%);
	background: -ms-linear-gradient(top, #c3c3c3 0%, #9d9d9d 100%);
	background: linear-gradient(to bottom, #c3c3c3 0%, #9d9d9d 100%);
}

body.grayscale .btn-primary,
body.grayscale .btn-primary:focus {
    border-top: 1px solid #9e9e9e;
    border-bottom: 2px solid #636363;
    background: #828282;
    background: -webkit-linear-gradient(top, #828282 0%, #7d7d7d 100%);
    background: -moz-linear-gradient(top, #828282 0%, #7d7d7d 100%);
    background: -o-linear-gradient(top, #828282 0%, #7d7d7d 100%);
    background: -ms-linear-gradient(top, #828282 0%, #7d7d7d 100%);
    background: linear-gradient(to bottom, #828282 0%, #7d7d7d 100%);
}

body.grayscale .btn-primary:hover {
    background: #939393;
    background: -webkit-linear-gradient(top, #939393 0%, #868686 100%);
    background: -moz-linear-gradient(top, #939393 0%, #868686 100%);
    background: -o-linear-gradient(top, #939393 0%, #868686 100%);
    background: -ms-linear-gradient(top, #939393 0%, #868686 100%);
    background: linear-gradient(to bottom, #939393 0%, #868686 100%);
}

body.grayscale .overlay {
	background-color: #737373 !important;
}

body.grayscale .dataTables_paginate a {
	background-color: #757575 !important;
	border-color: #696969 !important;
}

body.grayscale input.con-error,
body.grayscale select.con-error{
    border: 3px solid black !important;
}

body.grayscale .mensaje-error {
    color: #999999;
}

body.grayscale .menu-inclusividad-titulo img,
body.grayscale .btn_zoom img,
body.grayscale .btn_cerrar.cerrar img{
    -webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
}

/*clases adicionales para grayscale endregion*/

/*e select region*/
.e-select-wrapper{
	position: relative;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999999999999;
}

.e-select-wrapper.to-the-top{
	position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.e-select-wrapper.to-middle{
	position: absolute;
    width: 100%;
    box-sizing: border-box;
	top: -150px;
}

ul.e-select{
	list-style: none;
	cursor: pointer;
	padding: 0;
	position: relative;
}

ul.e-select li{
	display: none;
	padding: 5px 10px;
	width: 100%;
}

ul.e-select li[data-selected]{
	display: block;
}

ul.e-select:after{
	content: "";
	display: block;
	position: absolute;
	border-top: 7px solid #555;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	width: 8px;
	height: 7px;
	right: 8px;
	top: 12px;
}

ul.e-select[data-state=open] li{
	position: relative;
	background-color: white;
	width: 100%;
	display: block;
	padding: 5px 6px;
}

ul.e-select[data-state=open] li:hover{
	background-color: #06519a;
	color: white;
}
/*e select endregion*/

input.completar-run{
	display: inline-block;
	width: 45px !important;
	padding: 1px 4px;
	height: auto;
	margin-left: 2px;
	margin-top: -2px;
}

.tabla-causales p.form-control-static{
	display: inline-block;
}

input.completar-run-2{
	display: inline-block;
	width: 25px !important;
	padding: 1px 4px;
	height: auto;
	margin-left: 2px;
	margin-top: -2px;
}

.btn-anadir-otra-causal{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.btn-quitar{
	color: #de1414;
	font-size: 22px;
}

.btn-quitar:hover,
.btn-quitar:focus,
.btn-quitar:active{
	color: #be1515;
	font-size: 22px;
}

@media screen and (min-width: 1046px) and (min-height: 1616px){
    .table-detalle-pago th:nth-child(3),
    .table-detalle-pago td:nth-child(3){
        display: none;
    }
}



input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] {
	border-radius: 0 !important;
	background: #FFF !important;
	color: #272727 !important;
	height: 30px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	border-left: 1px solid #c9ced2 !important;
	border-bottom: 1px solid #9ea5a9 !important;
	line-height: 2.2 !important;
	font-size: 14px !important;
}
input:hover[type="email"],
input:hover[type="number"],
input:hover[type="password"],
input:hover[type="tel"],
input:hover[type="url"],
input:hover[type="text"] {
	border-left: 2px solid #0a567f !important;
}
input:active[type="email"],
input:active[type="number"],
input:active[type="password"],
input:active[type="tel"],
input:active[type="url"],
input:active[type="text"],
input:focus[type="email"],
input:focus[type="number"],
input:focus[type="password"],
input:focus[type="tel"],
input:focus[type="url"],
input:focus[type="text"] {
	border-color: transparent !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #f5f8f9 !important;
	border-left: 2px solid #0a567f !important;
    border-bottom: 1px solid dodgerblue !important;
}

input[type="email"].con-error,
input[type="number"].con-error,
input[type="password"].con-error,
input[type="tel"].con-error,
input[type="url"].con-error,
input[type="text"].con-error,
input[type="email"].con-error,
input[type="number"].con-error,
input[type="password"].con-error,
input[type="tel"].con-error,
input[type="url"].con-error,
input[type="text"].con-error{
    background-color: #fdefec !important;
}

select{
    border-radius: 0 !important;
}
select.codigo-area,
select.codigo-area-2 {
    padding: 4px 12px;
    height: 30px;
}

.lb-alerta{
    max-width: 650px;
    padding: 0 1em 0.5em 1em;
}
.mensaje-ejemplo {
    margin-top: -5px;
}


@media screen and (max-width: 802px){
    .mensaje-ejemplo {
        margin-top: 11px;
    }
}



.campos-obligatorios {
    color: #555;
    padding: 0 0.1em;
}

.campos-obligatorios p{
    margin: 0;    
}
