body { font:normal 12px/1.5 Verdana, Geneva, sans-serif; color:#333; }
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.fa-left { margin-right: 10px; }
.fa-right { margin-left: 10px; }
.fa-fl-right {
	float: right;
	padding: 7px 10px 5px 10px;
}


/* Customizado de estilos de Formularios*/
h2.subtitulo {
	font-family: Verdana, Geneva, sans-serif;
	color: #121f4b;
	margin: -30px 20px 10px 20px;
	font-size: 18px;
	line-height: 32px;
	border-bottom: 1px solid #ddd;
	text-align:left;
	font-weight:bold;
}
h2.encabezado { font-size:18px; background:#0197D6; color:#fff; border-radius:5px; margin:0 20px; padding:5px 0; margin-bottom: -10px;}
.form h4 { font-size:14px; font-weight:bold; text-align:left; margin: 20px 0 10px 0;color:#666; }
.campo_obligatorio {
	color: #C30;
	float: left;
}
.campo_obligatorio:after {
	content: "*";
	display: inline-block;
	padding: 0 5px 0 0;
	font-size: 11px;
}
.caja {
	clear: both;
	background: #fff;
	border: 1px solid #dbe2e5;
	color: #121f4b;
	margin: 20px;
	padding: 10px 20px 20px;
	width: auto;
	background: #fff;
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.25);
	border-radius: 5px;
	color: #121f4b;
	overflow: hidden;
	text-align:left;

}
.caja.con_padding {
	padding: 10px 20px;
}
.caja.con_padding_2 {
	padding:40px 230px 20px;
	margin-bottom:70px;
}
.columna, .columna_doble, .columna_triple {
	padding: 0;
	float: left;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
.columna {
	width: 31.7%;
	text-align:left;
}
.columna_doble {
	width: 60.6%;
}

.columna_triple {
	width: 98.4%;
}
.form label {
	font-weight:bold;
}
.columna, .columna_doble, .columna_triple {
	min-height: 0 !important;
	color: #777;
	margin: 9px 15px 12px 0;
}
.columna_inline { display:inline-block; width:auto;}
.form fieldset{ margin-bottom:10px;}
.form legend {
	display: block;
	width: 100%;
	background: #0197D6;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	border-radius: 3px;
	margin-bottom:10px;	
	}
.form legend:nth-of-type(n+1){ }	

.form input[type=text], .form select, .form textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 30px;
	font-size: 14px;
	color: #666;
	box-shadow: inset 1px 1px 3px 0px rgba(100, 100, 100, 0.25);
	width: 100%;
}

.form input[type=text], .form textarea {
	padding: 3px 6px;
	font-family: inherit;
	}
.form textarea { 
	min-height: 70px;
}	
.form input[type=text][disabled], .form select[disabled], .form textarea[disabled]{ 
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	background:#f1f1f1;
	box-shadow: none;}
/***********************************************/
/* Colapsable */
/***********************************************/
.colapsable, .colapsable_dinamico{
	cursor: pointer;
	transition: all 0.25s;
}
.colapsable .sub_text, .colapsable_dinamico .sub_text{
	margin-top: 5px;
	display: block;
}
.colapsable:hover:not(legend), .colapsable_dinamico:hover:not(legend) { color: #62CDF6 !important; }
.colapsable .fa, .colapsable_dinamico .fa {
	transition: all 0.25s;
	margin-left: 10px;
}
.colapsable.abierto, .colapsable_dinamico.abierto {  }
.abierto .fa {
	transform: rotate(180deg);
	margin-top: 4px;
}
.colapsable_contenido table:first-child, .colapsable_dinamico table:first-child { margin-top: 20px !important; }

/***********************************************/
/* Botones Generales */
/***********************************************/
fieldset + .btn { margin:20px 0;}
.btn, button.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	opacity: 1;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: none;
	white-space: nowrap;
	padding: 5px 25px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,  .btn.active.focus { outline: none; /*outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;*/ }
.btn:active {
	transition: all ease-out 0.25s;
	transform: scale(0.95);
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }
.btn-outline, .btn-outline:visited {
	background: #fff;
	border: 1px solid #dbe2e5;
	color: #62cdf6;
}
.btn-outline:hover { background: #f9f9f9; }
.btn-outline:focus { background: #ddd; }
.btn-default, .btn-default:visited {
	color: #7c7c7c;
	background-color: #f1f1f1;
	border: 1px solid #b8b8b8;
}
.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border: 1px solid #333;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #d1d1d1;
}
.btn-default:active, .btn-default.active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover, .btn-default.active:hover, .btn-default:active:focus,  .btn-default.active:focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #d3d3d3;
}
.btn-default:active, .btn-default.active { background-image: none; }

.btn-default1, .btn-default1:visited {
	color: #333;
	background-color: #e6e6e6;
	border: 1px solid #c5c5c6;
}
.btn-default1:focus, .btn-default1.focus {
	color: #333;
	background-color: #d8d8d8;
}
.btn-default1:hover {
	color: #333;
	background-color: #f2f2f2;
	border-color: #d1d1d1;
}

.btn-primary, .btn-primary:visited {
	color: #fff;
	background-color: #00498e;
	border: 1px solid #003d75;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #00498E;
	border-color: #000;
}
.btn-primary:hover {
	color: #fff;
	background: #003d75;
	border: 1px solid #003d75;
}
.btn-primary:active, .btn-primary.active {
	color: #fff;
	background-color: #003d75;
	border-color: #003d75;
}
.btn-primary:active:hover, .btn-primary.active:hover {
	color: #fff;
	background-color: #002266;
	border-color: #002266;
}
.btn-color1, .btn-color1:visited {
	background-color: #00498E;
	border: 1px solid #00498E;
	color: #fff;
}
.btn-color1:hover {
	background-color: #003d75;
	color: #333;
}
.btn-color1:focus {
	background-color: #00498E;
	border-color: #00498E;
}
.btn-color2, .btn-color2:visited {
	background-color: #d3effa;
	border: 1px solid #d3effa;
	color: #999;
}
.btn-color2:hover {
	background-color: #b3dae5;
	color: #333;
}
.btn-color2:focus { background-color: #9fc2cc; }

.btn-google{
	text-align: left;
	width: 100%;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	display: flex;
	padding:8px 8px 8px 10px;
}
.btn-google span{	
	padding-left:10px;
}

.btn-lg {
	padding: 7px 30px;
	font-size: 21px;
	line-height: 1.5;
	border-radius: 4px;
}
.btn-sm {
	padding: 3px 15px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs {
	padding: 1px 7px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn.desactivado, .btn.desactivado:hover {
	opacity: .6;
	cursor: not-allowed;
	background: #ededed;
}
.galeria .btn { padding: 0; }
.blockUI a.boton {
	background-color: #00498E !important;
	border: 1px solid #00498E !important;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: none;
	white-space: nowrap;
	padding: 5px 25px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 3px;
	box-shadow: none;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.blockUI a.boton:hover {
	background-color: #003d75;
	color: #fff;
}
.blockUI p .btn-primary, .blockUI p .btn-default {
	font-weight: normal;
	margin: 2px 2.5px;
	letter-spacing: 0.05em;
}
.blockUI p .btn-primary {
	color: #fff;
}
.blockUI p .btn-default {
	color: #7c7c7c;
}
.blockUI h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
}
/***********************************************/
/* Paginacion */
/***********************************************/
.paginacion-2 {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 20px;
	float: left;
}
.paginacion-2 .fl-left {
	float: left;
	margin-right: 5px;
}
.paginacion-2 .fl-right {
	float: right;
	margin-left: 5px;
}
.paginacion-2.centrada {
	text-align: center;
	float: none;
}
.paginacion-2.centrada li {
	display: inline-block;
	margin: 0 2px;
}
.paginacion-2 + .box_text { margin: 15px 20px 5px 25px; }
.box_text + .caja { margin-top: 8px; }

/***********************************************/
/* Menu Funcionalidades */
/***********************************************/
ul.accesos-directos {
text-align:left;
}
.accesos-directos li {
	display:inline-block;
	position: relative;
	height: 120px;
	width: 120px;
	border-radius: 3px;
	transition: 0.25s;
	margin: 11px 3px !important;
	padding:10px 15px;
	background: #f5f5f5;
	border: 1px solid #eee;
	text-align:center;
	cursor:pointer;
	vertical-align: top;
	font-size: 11px;

}
.accesos-directos a, .accesos-directos .box_file_upload > label {
	font-weight: normal;
	display: block;
	text-align:center;
	color: #777;
	font-size: 11.5px;
	padding: 0;
	line-height: 16px;
	position: relative;
	line-height: 1.25;
}
.accesos-directos li:hover {
	border-color:#d3d3d3;
	}
.accesos-directos li:hover a, li.box_file_upload:hover > label{
	text-decoration: none;
	color: #003d75;
}
.accesos-directos a span, .accesos-directos .box_file_upload span{
	font-size: 28px;
	margin-bottom: 7px;
	display: block;
	color: #00498E;
	margin-top: 20px;}

h2.saludo {
	font-size:18px;
	font-weight:normal;
	margin:0;
	margin-bottom:10px;
	text-align:center;
	float:none;
	color: #00498e;
}

/***********************************************/
/* Tabla de PestaÃ±as */
/***********************************************/
.tabla_tab {
	width: 100%;
	margin: 20px 5px;
}


.tabla_tab td{
	height:30px;
	padding:0px;
	margin:0px;
}

#tabla_principal {
	margin: 0px auto;
	width:100%;
	border:0;
}

#tabla_principal th {
	font-size: 14px;
	line-height: 28px;
	background: #0197d6;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.caja p { font-size:14px;}

ul.items { font-size:14px;}
/***********************************************/
/* Header */
/***********************************************/

#header { height:155px;}
#call {
	float:right;
	height:120px;
	margin:10px 20px 0px 0px;
	padding:0px;
	text-align:left;
}
#call p{
	width:240px;
}

#call a.mas{
	float:right;
	display:block;
	width:16px;
	height:16px;
	background:url(../imagenes/botones/mas.png);
}

.call-left{
	float:left;
	width:112px;
	height:120px;
	margin:0px;
	background:url(../imagenes/call/call.png) right top no-repeat;
}
.call-cont{
	float:left;
	margin:0px;
	height:120px;
	padding: 18px 13px 10px 0px;
	background:url(../imagenes/call/call-cont.jpg) top repeat-x;
	line-height: 12px;
}
.call-right{
	float:left;
	width:10px;
	height:120px;
	margin:0px;
	background:url(../imagenes/call/call-right.png) no-repeat left top;
}

#call h2{
	font:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
}
#call h2.phone {
	font-size: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 4px;
}
.subtabs-cont{
	width: 100%;
	background: #0197D6;
	height: 35px;
	border-radius: 5px;
}
/* .subtabs-cont, .subtabs-left, .subtabs-right, .subtabs-cont{ background:#0197D6;height:35px; } */
.subtabs-left { border-radius:5px 0 0 5px;}	
.subtabs-right { border-radius:0 5px 5px 0;}	
/* .subtabs-cont { height:35px; width:880px; }	 */
.subtabs a { padding:0 15px; height:33px; line-height:35px; margin-top:2px; }	
.subtabs a.current { background:#fff; border-radius:5px 5px 0 0;}
.subtabs a span { padding:0; line-height:35px;}
.subtabs a.current span { background:none;}
.box_cerrar {text-align:right;margin-right:20px;}

/***********************************************/
/* Turnos */
/***********************************************/
.cuadro_gris { background:none;}
.sombreado-turnos { padding:10px; border:1px solid #ddd; background:#f1f8ff;}
.sombreado-turnos h2 { text-align:center;
	margin: 5px 0 0 0; 
	font-weight: normal;
	font-size: 17px;
	color: #00498e;
	border-bottom: 1px solid #63bde2;
	padding-bottom: 10px;
}
.sombreado-turnos .btn-default { background:#fff; color:#777; border:1px solid #999;} 
.sombreado-turnos .btn-default:hover { background:#ddd;}
.cuadro_gris h5 {
	font-weight: normal;
	font-size: 14px;
	color: #00498e;
}

/***********************************************/
/* Validaciones */
/***********************************************/
.error { color:#C33; font-size:.9em; white-space: nowrap;}
.columna-1 > div.error {padding-left: 46%;line-height: 15px;}
.columna-1.dos_campos {position:relative; text-align: center;}
.columna-1.dos_campos > div.error, .cuadro_gris .error {position:absolute;}
.form .columna { position:relative;}
.form label.error { font-weight:normal; position:absolute; bottom: -21px; left:0; font-size:11px; }
.form .validador_block label.error { position:static;} 
.form input.error, .form textarea.error, .form select.error { border-color:#C33; }
.info { padding:10px 15px; margin:10px 0; position:relative;  transition: all 0.5s;}					
.info_alerta, .info_alerta a {color: #a94442;}
.info_alerta {background-color: #f2dede; border:1px solid #ebccd1;}
.info p { font-size:14px; }
p.info-error { font-size:12px; color: #a94442;margin-top: 2px;}

/***********************************************/
/* DatoCentro */
/***********************************************/
.datoCentro { border:1px solid #ddd; border-radius:3px; padding:20px; clear:both; position:relative; top:10px; margin-bottom: 30px;}
.datoCentro h4 { margin-top:0; text-transform:uppercase;}
.datoCentro p { margin-bottom:5px;}
.datoCentro p span { font-weight:bold;}

.botones_final{
	margin: 20px 0;
	text-align: right;
}

/***********************************************/
/* box Novedades */
/***********************************************/
.novedades{
	border:1px solid #cccccc; 
	padding:8px 8px 25px; 
	margin:20px 0;
	-webkit-box-shadow: 2px 3px 5px 0px rgba(209,209,209,1); 
	-moz-box-shadow: 2px 3px 5px 0px rgba(209,209,209,1); 
	box-shadow: 2px 3px 5px 0px rgba(209,209,209,1);
}

.novedades h2.saludo{
	background-color:#121f4b; padding:4px 10px; color:#fff;text-align:center;
}
.contenido-novedades{ padding:5px 10px; }
.footer-novedades{ text-align:center; margin:20px 0 0px; }

/* **** negociación **** */
.box-sucursales.form { margin-top: 30px }
.box-sucursales fieldset { margin-bottom: 30px }
.box-sucursales legend { background-color: #FFF; color:#666; text-align:left; border-bottom:1px solid #ccc; border-radius:0px; font-size:14px; margin:10px 0px;}
.lista-sucursales{ margin: 20px 0 0}
.lista-sucursales li{ border-bottom:1px solid #CCC; padding:3px 0; }
.lista-sucursales li input { margin-right:5px; margin-top:5px; vertical-align:top}

.box-xs { margin:40px 100px 30px; padding:5px 30px 20px; border:1px solid #ccc; border-radius:3px}
.box-xs .fila { margin-left:-15px; margin-right:-15px}
.box-xs .columna{ width:45%; float: left; margin: 5px 15px;}
.box-xs .columna_triple{ width:95%; margin: 5px 15px;}
.leyenda-selec-sucursal{ height:30px;}
.leyenda-selec-sucursal p{display:inline-block; /*padding-top: 30px;*/}

.logo-bco{
	height: 56px;
	display: block;
}
.logo-bco.credicoop {
	background: url("../imagenes/logo_banco_credicoop_110.jpg") no-repeat top right;
}
.logo-bco.macro {
	background: url("../imagenes/logo-banco-macro_130.jpg") no-repeat top right;
}

/* **** fin negociación **** */

.box_file_upload {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin-bottom: -1.2em !important;
}
		
.box_file_upload input.upload {
	cursor: pointer;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	position: absolute;
	left: 0;
	top: 0;
	height:90px;
	width:90px;
	
}

/* ***************** STEP ********************** */
.f1-steps {
	overflow: hidden;
	position: relative;
	margin: 0px auto 30px;
	text-align: center;
}
.f1-progress {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.f1-progress-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: #3471bc;
}

.f1-step {
	position: relative;
	float: left;
	width: 33%;
	padding: 0 5px;
}

.f1-steps li > * {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-top: 4px;
	background: #fff;
	font-size: 16px;
	border: 1px solid #3471bc;
	color: #3471bc;
	line-height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
}

.f1-steps li.current span {
	width: 40px;
	height: 40px;
	margin-top: 0;
	background: #082760;
	color:#fff;
	font-size: 22px;
	line-height: 38px;
	border:none;
}

.f1-steps li.current ~ li > *{	
	background: #ddd;
	border: 1px solid #ddd;
	color: #fff;
}
/* ***************** fin STEP ********************** */

.columna-1 > label {
	display: inline-block;
	/* width: 42%; */
	line-height: 14px;
	vertical-align: middle;
	text-align: right;
	margin-right: 5px;
}
.columna-1 {
	width:98%;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	min-height: 0 !important;
	color: #777;
	margin: 15px auto;
	}
input.datos, select.datos {width: auto !important;}
input.datos.error, select.datos.error {border:1px solid #C33;}

.checkbox {
	display: block;
}
.box-btn {
	clear: both;
	padding-top: 25px;
	height: 50px;
	margin-bottom: 20px;
	}
.pull-right{float: right;}
.pull-left{float:left;}
.text-center{text-align: center !important;}
.box-subtitulo{height:33px; clear: both;margin-top: 36px;}
.columna-1.novedades {padding:10px 15px; color:#121f4b;}
.columna-1.novedades p, .columna-1.novedades a  { font-weight:bold}


/* /////////// MANEJO ERRORES PARA INGRESAR AL SEGUIMIENTO DEL TRAMITE /////////// */
.columna-1.dos_campos.error-mas{margin:15px auto 30px;}

.columna-1.dos_campos.error-mas > div.error{
	background: #e9dddd;
	color: #333;
	display:inline;
	padding:4px 7px;
	pointer-events: none;
	position: absolute;
	border-radius:3px;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
	line-height: 12px;
	z-index:9999;
}
.columna-1.dos_campos.error-mas > div.error:after {
	content: " ";
	height: 0;
	position: absolute;
	z-index:9999;
}
#numero_stro-error {bottom:37px; left:330px}
#seccion_stro-error {bottom:37px; right:185px}
#zona_stro-error{top: 37px; right: 230px; }
#reclamo_stro-error{top:37px;left:375px;}
#tipo-error, #numero_doc-error, #numero_pedido-error {top:37px; left:210px}

.columna-1.dos_campos.error-mas > #numero_stro-error.error:after  {
	left: 10%;
	bottom: -7px;
	border-left: solid transparent 7px;
	border-right: solid transparent 7px;
	border-top: solid #e9dddd 7px;
}
.columna-1.dos_campos.error-mas > #seccion_stro-error.error:after  {
	right: 10%; 
	bottom: -7px;
	border-left: solid transparent 7px;
	border-right: solid transparent 7px;
	border-top: solid #e9dddd 7px;
}
.columna-1.dos_campos.error-mas > #zona_stro-error.error:after{
	top: -7px;
	right: 10%;
	border-bottom: solid #e9dddd 7px;
	border-left: solid transparent 7px;
	border-right: solid transparent 7px;
	border-top: 0px;
}
.columna-1.dos_campos.error-mas > #reclamo_stro-error.error:after, 
.columna-1.dos_campos.error-mas > #tipo-error.error:after,
.columna-1.dos_campos.error-mas > #numero_doc-error:after,
.columna-1.dos_campos.error-mas > #numero_pedido-error:after{
	left: 10%;
	top: -7px;
	border-bottom: solid #e9dddd 7px;
	border-left: solid transparent 7px;
	border-right: solid transparent 7px;
	border-top: 0px;
}
.banner-nsn{
	width:100%;
	height:72px;
	border-radius: 3px;
	margin-bottom: 20px;
	background:url(../imagenes/seguimiento-reclamo.jpg) right top no-repeat;
}

/* Arreglo selec sucursal NSN */

.select_cat {
display: inline-block;
margin-top: 10px;
}
.select_cat p{
display: inline;
}
.select_cat input {
margin: 4px 5px 0 0;
}
.lista-sucursales li:last-child {
border-bottom: 1px solid #ccc;
margin-bottom: 5px;
padding-bottom: 10px;
}

/* /////////// /////////// */

/*AGREGADOS DE ESTILOS IC IC6303 */
.aviso_info, .aviso_advertencia {
	border-radius: 5px;
	margin: 15px 0;
	display: flex;
	padding: 10px;
	align-items: center;
}

.aviso_advertencia {
	border: 1px solid #f3e1aa;
	background-color: #fff1c5bf;
}
.aviso_info {
	border: 1px solid #cae0ff;
	background-color: #eff4fd;
}

.aviso_info p, .aviso_advertencia p {
	font-weight: normal;
	font-size: 13px;
	padding: 0px 10px !important;
	line-height: 18px !important;
}
.aviso_info p {
	color: #055160;	
}
.aviso_advertencia p {
	color: #856404;
	
}
.aviso_advertencia > .fa {
	color: #856404;
}
.aviso_info > .fa {
	color: #055160;
}

.aviso_info i, .aviso_advertencia i{
	font-size: 20px;
}

.tabla_tab th{
	background-color: #dbeeff !important;
	color: #00498e !important;
	font-weight: normal !important;
	text-align: left !important;
	padding-left: 10px !important;
	border-bottom: 1px solid #63bde2;
}

.tabla_tab tr{
	border-bottom: 1px solid #ccc;
}

.tabla_tab.sin_border tr {
	border-bottom: 0px;
}

.tabla_tab.sin_border tr:nth-child(even), .tabla_tab.sin_border tr:nth-child(odd){
	background-color: white;
}

.tabla_tab tr:nth-child(even) {
	background-color: white;
}

.tabla_tab tr:nth-child(odd) {
	background-color: #f5f5f5;
}

.tabla_tab.tb_turnos {
	background-color: white;
}

.tabla_tab.tb_turnos tr:last-child {
	border-bottom: 0px;
}

.tabla_tab.tb_turnos td {
	background-color: white;
}

.tabla_tab.tb_turnos i {
	color: #e8ebef;
	display: block;
	text-align: center;
	font-size: 200px;
}

.tabla_tab.tb_documentacion p {
	line-height: 20px;
	padding-left: 20px;
	font-size: 13px;
}

.tabla_tab.tb_documentacion tr {
	background-color: white;
}

.con_padding.h_min {
	min-height: 530px !important;
}
.space-right-5 {
	margin-right: 5px;
	}

legend.fondo_gris{
	background: #f2f2f2;
	padding-left: 10px; 
}
/***** Estilos para el include telefonos_emergencias.php *****/
.modulo_asistencia {
	background-color: white;
	color: #1c244a;
	border: 1px solid #DBDCDF;
	margin-bottom: 10px;
	min-width: 430px;
	border-radius: 5px;
	padding: 9px 18px 10px;
}

#mod_com h3 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.modulo_asistencia h3 {
	font-size: 15px;
	padding-bottom: 4px;
}

h3.i_tel::before {
	content: url(../imagenes/iconos/i_tel.png);
	vertical-align: bottom;
}
h3.i_mail::before {
	content: url(../imagenes/iconos/i_mail.png);
	vertical-align: bottom;
}

h3.i_wapp::before {
	content: url(../imagenes/iconos/i_wapp.png);
	vertical-align: bottom;
}

span.i_insta::before {
	content: url(../imagenes/iconos/i_insta.png);
	vertical-align: middle;
}

span.i_face::before {
	content: url(../imagenes/iconos/i_face.png);
	vertical-align: middle;
}

.com_iconos {
	display: flex;
}

.com_iconos span {
	font-weight: 600;
	font-size: 14px;
}

.com_iconos h3 {
	padding-right: 23px;
}

.modulo_asistencia .col-izq {
	float: left;
	padding-right: 14px;
	border-right: 1px solid #eaeaea;
}

.modulo_asistencia .col-izq p {
	width: 390px !important;
}

.modulo_asistencia p, .asistencia p {
	font-size: 13px;
	line-height: 20px;
}

.modulo_asistencia .col-der {
	float: right;
	padding-left: 14px;
}

.modulo_asistencia h4 a, .asistencia h4 a {
	color: #00498e;
	font-size: 11px;
}
a {
	color: #1c244a;
	text-decoration: none;
	cursor: pointer;
}

.top-10 {
	margin-top: 10px;
}

#mod_com p, #mod_com a {
	font-family: 'Open Sans', sans-serif;
}
/****** /fin estilos para include telefonos_emergencias.php ******/


/* canales digitales de contacto */
/* #call {
	float: right;
	height: 120px;
	margin: 10px 20px 0px 0px;
	padding: 0px;
	text-align: left;
} */
.modulo_asistencia {
	background-color: white;
	color: #1c244a;
	border: 1px solid #DBDCDF;
	margin-bottom: 10px;
	min-width: 430px;
	border-radius: 5px;
	padding: 10px 18px;
}

#mod_com h3 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.modulo_asistencia h3 {
	font-size: 15px;
	padding-bottom: 4px;
}

h3.i_tel::before {
	content: url(../imagenes/iconos/i_tel.png);
	vertical-align: top;
}
h3.i_mail::before {
	content: url(../imagenes/iconos/i_mail.png);
	vertical-align: top;
}

h3.i_wapp::before {
	content: url(../imagenes/iconos/i_wapp.png);
	vertical-align: top;
}

span.i_insta::before {
	content: url(../imagenes/iconos/i_insta.png);
	vertical-align: middle;
}

span.i_face::before {
	content: url(../imagenes/iconos/i_face.png);
	vertical-align: middle;
}

.com_iconos {
	display: flex;
}

.com_iconos span {
	font-weight: 600;
	font-size: 14px;
}

.com_iconos h3 {
	padding-right: 23px;
}

.modulo_asistencia .col-izq {
	float: left;
	padding-right: 14px;
	border-right: 1px solid #eaeaea;
}

.modulo_asistencia .col-izq p {
	width: 390px !important;
}

.modulo_asistencia p, .asistencia p {
	font-size: 13px;
	line-height: 20px;
}

p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.01em;
    text-align: left;
}

.modulo_asistencia .col-der {
	float: right;
	padding-left: 14px;
}

.modulo_asistencia h4 a, .asistencia h4 a {
	color: #00498e;
	font-size: 11px;
}

.top-10 {
	margin-top: 10px;
}

#mod_com p, #mod_com a {
	font-family: 'Open Sans', sans-serif;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* Posición del texto del tooltip */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;

	/* Transición para mostrar el tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

  /* Flecha del tooltip */
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

  /* Mostrar el texto del tooltip cuando se pasa el cursor sobre el contenedor */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* Columna para inputs */
.col-lg {
	width: 100%;
}
.pad-bt-10 {padding-bottom: 10px;}
.pad-bt-16 {padding-bottom: 16px;}

.pad-tp-16 {padding-top: 16px;}
.pad-tp-20 {padding-top: 20px;}

.mg-tp-2 {margin-top: 2px;}
.mg-tp-8 {margin-top: 8px;}
.mg-tp-10 {margin-top:10px}
.mg-tp-30 {margin-top:30px}
.mg-tp-60 {margin-top:60px}
.mg-tp-n24 {margin-top: -24px;}

.mg-bt-2 {margin-top: 2px;}
.mg-bt-8 {margin-bottom: 8px;}
.mg-bt-10 {margin-bottom: 10px;}
.mg-bt-16 {margin-bottom: 16px;}
.mg-bt-30 {margin-bottom:30px}
.mg-left-5 {margin-left: 5px;}
.mg-left-10 {margin-left: 10px;}
.mg-right-5 {margin-right: 5px;}

.mg-y-10 {margin-top:10px; margin-bottom:10px}
.mg-y-50 {margin-top:50px; margin-bottom:50px}

.div-centrado {    
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 450px;
}

.label-grey {
	color: #777;
}

/*  Text area  */
#ocurrencia, #danos {
	resize: none;
}

.contador{
	font-size: 11px;
}

input[type="time"] {
	border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
    font-size: 14px;
    color: #666;
    box-shadow: inset 1px 1px 3px 0px rgba(100, 100, 100, 0.25);
    padding: 0 20px 0 30px;
}

input[type="time"]:focus {
	border-color: #00498e;
}

input[type="time"]::-webkit-calendar-picker-indicator {
	filter: contrast(10%);
}

#cel_damnificado-error {
    font-weight: normal;
    position: absolute;
    bottom: -21px;
	left: 121px;
    font-size: 11px;
}

#tel_damnificado-error {
	font-weight: normal;
    position: absolute;
    bottom: -21px;
	left: 102px;
    font-size: 11px;
}

/******* TOOLTIPSR ********/

.tooltipSR {
    position: relative;
    display: inline;
}
.tooltipSR .tooltipSRtext {
	visibility: hidden; 
	width: max-content;
	max-width: 155px;
	background-color: #254059;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 8px;
	position: absolute;
	z-index: 1;
	top: 105%;
	left: 50%;
	transform: translateX(-50%);
	/* margin-left: -100px; */
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	font-weight: 400;
	opacity: 0; 
	transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipSR .tooltipSRtext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #254059 transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltipSR:hover .tooltipSRtext {
	visibility: visible;
	opacity: 1;
}

.cuadro_gris label {
    font-size: 12px;
	font-weight: bold;
	text-align: start;
}

.cuadro_gris .pad-bt-10 input, .cuadro_gris .horario input, .cuadro_gris .horario select {
	padding: 3px 6px;
	border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
    font-size: 14px;
    color: #666;
    box-shadow: inset 1px 1px 3px 0px rgba(100, 100, 100, 0.25);
    width: 100% !important;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*   Estado Focus para varios tipos de campo   */
.form input[type=text]:focus,
.form select:focus,
.form textarea:focus,
.cuadro_gris .pad-bt-16 input:focus,
.cuadro_gris .horario input:focus,
.cuadro_gris .horario select:focus,
.cuadro_gris .pad-bt-16 textarea:focus,
.cuadro_gris #hora_domic:focus,
.mainheading select:focus {
	background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}

.cuadro_gris .pad-bt-16 textarea {
	padding: 3px 6px;
	border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: inset 1px 1px 3px 0px rgba(100, 100, 100, 0.25);
	height: 80px;
    width: 100% !important;
	font-family: inherit;
}

.cuadro_gris .horario #horario_domic select {
	margin-bottom: 10px;
}

textarea {
	resize: none;
}

.button-box-cerrar {
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	padding: 3px 4px 0 10px;
	text-decoration: none !important;
}

.primary-color {color: #00498E;}

.neutral-soft {color: #8F8F8F;}

a.button-box-cerrar span {font-size: 20px;padding: 0 6px; }

a.button-box-cerrar.primary-color:hover {color: #003d75;}

a.button-box-cerrar.neutral-soft:hover {color: #747474;}

/* ********** LOGIN ************* */
p.hr-lines {
	display:flex;
	width: 100%;
  }
  p.hr-lines:before, p.hr-lines:after {
	color:#ddd;
	content:'';
	flex:1;
	border-bottom:solid 1px;
	margin: auto 0.25rem;
  }

  a.btn-seleccionar{
	width: 240px;
	height: 273px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
	background: #F8F8F8;
	margin:0px 10px;
	padding: 40px 25px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
	text-decoration: none !important;
  }
  a.btn-seleccionar h3{
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
	color: #00498e;
  }

  a.btn-seleccionar p{
	font-size: 14px;
	text-align: center;
  }

  a.btn-seleccionar:hover{
	background: #f0f0f0;
  }
  
  a.btn-seleccionar:hover > h3{
	color:#003d75 !important;
  }

  .content-flex {
	display: flex;
  	justify-content: center;
  }

  .content-flex-form {
	display: flex;
	flex-direction: 
	column;align-items: flex-start; 
	padding: 0 20%;
}

  .button-box-cerrar {
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	padding: 3px 4px 0 10px;
	text-decoration: none !important;
}

/***** Calendario ******/
table.calendar input, table.calendar select {
	font-size: 12px;
	height: 30px;
	padding: 0 3px;
	border-radius: 3px;
    margin: 5px 0;
	font-family: Verdana, Geneva, sans-serif;
}

table.calendar input {
	color: #7c7c7c;
    background-color: #f1f1f1;
    border: 1px solid #b8b8b8;
}

table.calendar select {
	color: #666;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 3px 0px rgba(100, 100, 100, 0.25);
}

#fecha_domic .calendar .btn-clear {
	padding: 3px 15px;
    line-height: 1.5;
    height: unset;
}

#fecha_domic .calendar .btn-clear:hover {
	color: #333;
    background-color: #e6e6e6;
    border-color: #d1d1d1;
}

#fecha_domic .calendar .btn-clear:focus {
    border-color: #333;
}

#hora_domic {
	border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
    font-size: 14px;
    color: #666;
    box-shadow: inset 1px 1px 3px 0px rgba(100, 100, 100, 0.25);
	width: 100%
}

#hora_domic label {
	border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
    font-size: 14px;
    color: #666;
    box-shadow: inset 1px 1px 3px 0px rgba(100, 100, 100, 0.25);
	width: 100%
}

.cuadro_gris .mainheading input {
    height: 30px;
	width: 21px;
}

table.cells {
    border-collapse: collapse;
    border: solid #CCCCCC 1px;
    cursor: pointer;
    empty-cells: show;
    font-family: Verdana, Geneva, sans-serif;
}

#fecha_domic table.cells th {
    border: solid #CCCCCC 1px;
    text-align: center;
    font-weight: bold;
    color: #00498e;
    background-color: #FFF;
    font-size: 10px;
    width: 22px;
}

table.calendar {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    border-collapse: collapse;
    background-color: white;
    width: 215px;
    text-align: center;
	user-select: none;
    -moz-user-select: none;
	border-radius: 5px;
}

table.calendar td, table.calendar th {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
.div_loading {
	margin: 0 auto;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.divider {
	height: 1px;
	background-color: #ddd;
	margin: 10px 0 13px 0;
}

.switch {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 16px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid #bfbfbf;
}

.slider:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	left: 3px;
	bottom: 2px;
	background-color: #BFBFBF;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
	background-color: #ffffff;
	border: none;
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.switch-container {
	display: flex;
	align-items: center;
}
/* Mensaje centrado verticalmente */
.msj-centradoy {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.msj-centradoy img {
	width: 48px;
	height: auto;
	margin-bottom: 10px;
}
.msj-centradoy p {
	text-align: center;
}