header{
    font-family: 'Source Sans Pro', sans-serif;
    font-size:15px;
}


.icon-caret-down{
	margin-left:0.5em!important;
}

.contenido h1, h2, h4, p{
	margin:0 0 0.2em 0!important;
}

.w-5{
	width:5px;
}

.w-10{
	width:10px;
}

.w-15{
	width:15px;
}

.w-20{
	width:20px;
}

.w-30{
	width:30px;
}

.w-35{
	width:35px;
}

.w-40{
	width:40px;
}

.w-50{
	width:50px;
}

.w-60{
	width:60px;
}

.w-70{
	width:70px;
}

.w-80{
	width:80px;
}

.w-90{
	width:90px;
}

.w-100{
	width:100px;
}

.w-150{
	width:150px;
}

.w-160{
	width:160px;
}

.w-170{
	width:170px;
}

.w-180{
	width:180px;
}

.w-190{
	width:190px;
}

.w-200{
	width:200px;
}

.w-250{
	width:250px;
}

.w-300{
	width:300px;
}

.w-350{
	width:350px;
}

.w-400{
	width:400px;
}

.w-450{
	width:450px;
}

.w-500{
	width:500px;
}

.resaltado{
	font-weight:bold;
	display:inline-block;
}

.libre{
	display:inline-block;
}

.bk-red{
	background:#ff0000;
}

.bk-blue{
	background:#0000ff;
}

.bk-gray{
	background:#e4e4e4;
	border:2px solid #e4e4e4;
	color:#ff2800;
}

.detalle_large{
	font-size:0.8em;
	margin:0 0 0 0!important;
	padding:0!important;
}

.detalle_small{
	font-size:0.7em;
	margin:0 0 0 0!important;
	padding:0!important;
}

.box {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px 0 #dddddd;
  -moz-box-shadow: 0 2px 3px 0 #dddddd;
  box-shadow: 0 2px 3px 0 #dddddd;
  border: 1px solid #BBB;
  background-color: #FFF;
  padding: 1em;
  margin-top: 1em;
}

.note {
   position:relative;
   padding:1em 1em 1em 2.5em;
   margin-bottom:1em;
   color:#000;
   background:#e8e8e8;/*#d7d1c9;*/
   overflow:hidden;
   -webkit-box-shadow:0px 0px 4px 1px rgba(0,0,0,0.3);
   display:inline-block;
}
.note > h1, 
.note > h2{color:#000;}

/*.note:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 18px 18px 0;
   border-style:solid;
   border-color:#fff #fff #296910 #296910;
   background:#296910;
   -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.2);
   -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.2);
   box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.2);
   display:block; width:0; 
}*/

.note.rounded {
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
}

/*.note.rounded:before {
   border-width:22px;
   border-color:#fff #fff transparent transparent;
   -webkit-border-radius:5px 0 0 0;
   -moz-border-radius:5px 0 0 0;
   border-radius:5px 0 0 0;
}*/

/*.note.urgente {background:#C93213;color:#fff;}
.note.urgente > h1,
.note.urgente > h2{color:#fff;}
.note.urgente:before {border-color:#fff #fff #97010A #97010A; background:#97010A;}

.note.media {background:#3c536f;color:#fff;}
.note.media > h1,
.note.media > h2{color:#fff;}
.note.media:before {border-color:#fff #fff #0f1d2f #0f1d2f; background:#0f1d2f;}

.note.baja {background:#6ea634;color:#fff;}
.note.baja > h1,
.note.baja > h2{color:#fff;}
.note.baja:before {border-color:#fff #fff #4a7220 #4a7220; background:#4a7220;}

.note.blue {background:#53A3B4;}
.note.blue:before {border-color:#fff #fff transparent transparent; background:transparent;}

.note.taupe {background:#999868;}
.note.taupe:before {border-color:#fff #fff #BDBB8B #BDBB8B; background:#BDBB8B;}*/

.desk{
	background:#999868!important;
}

/*.note:hover:before{border-width:0;}*/

.contenido_turno_urgente{
	/*background:#fff1f1;*/
	border-width:0 1px 1px 10px;
	border-style:solid;
	border-color:#bbb #bbb #bbb #f00;
	padding:5px;
}
.etiqueta_urgente{
	content:"";
	position:absolute;
	height:100%;
	background:#f00;
	display:inline-block;
	left:0;
	top:0;
}
.texto_urgente{color:#ab0c0c;}
.note.urgente:before {border-color:#fff #fff #ab0c0c #ab0c0c; background:#ab0c0c;}

.etiqueta_media{
	content:"";
	position:absolute;
	height:100%;
	background:#f4d42e;
	display:inline-block;
	left:0;
	top:0;
}
.texto_media{color:#ad9206;}
.note.media:before {border-color:#fff #fff #ad9206 #ad9206; background:#ad9206;}
.contenido_turno_media{
	/*background:#fffbe4;*/
	border-width:0 1px 1px 10px;
	border-style:solid;
	border-color:#bbb #bbb #bbb #f4d42e;
	padding:5px;
}

.etiqueta_normal{
	content:"";
	position:absolute;
	height:100%;
	background:#31ae00;
	display:inline-block;
	left:0;
	top:0;
}
.texto_normal{color:#296910;}
.contenido_turno_normal{
	/*background:#e4ffe2;*/
	border-width:0 1px 1px 10px;
	border-style:solid;
	border-color:#bbb #bbb #bbb #31ae00;
	padding:5px;
}
.respuesta_turno_normal{
	position:relative;
	background:#fff;
	border:1px solid #31ae00;
	padding:10px!important;
}

.etiqueta_cero{
	content:"";
	position:absolute;
	height:100%;
	background:#808080;
	display:inline-block;
	left:0;
	top:0;
}
.contenido_turno_cero{
	/*background:#f4f4f4;*/
	border-width:0 1px 1px 10px;
	border-style:solid;
	border-color:#bbb #bbb #bbb #808080;
	padding:5px;
}

.thumb_archivo{
	margin:0 auto;
	margin-bottom:5px;
	height:auto!important;
	display:inline-block;
	vertical-align:top;
}

.anexos{
	text-align:center;
	width:97%;
	padding:0!important;
	margin:5px auto;
}

.anexo_large{
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
	width:100px;
}

.anexo{
	display:inline-block;
	vertical-align:top;
	margin:0 auto!important;
	padding:0!important;
	text-align:center;
}

.alerta{
	position:absolute;
	top:-14px;
	right:8px;
	font-size:6em;
	font-weight:bold;
	-webkit-text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.alerta_turno{
	position:absolute;
	top:-9px;
	right:3px;
	font-size:3em;
	font-weight:bold;
	-webkit-text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.alerta_contenido_turno{
	position:absolute;
	top:-5px;
	right:40px;
	font-size:2.0em;
	font-weight:bold;
	-webkit-text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.notok{
	color:#f00;
}

.ok{
	color:#06aaf4;
}

.ac-container{
	width: 98%;
	margin: 0 auto;
	text-align: left;
}

.ac-container .label_normal{
	border-width:0 0 0 15px;
	border-style:solid;
	border-color:#31ae00;
}

.ac-container .label_media{
	border-width:0 0 0 15px;
	border-style:solid;
	border-color:#f4d42e;
}

.ac-container .label_urgente{
	border-width:0 0 0 15px;
	border-style:solid;
	border-color:#f00;
}

.ac-container .label_cero{
	border-width:0 0 0 15px;
	border-style:solid;
	border-color:#808080;
}

.ac-container label{
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 90px;
	cursor: pointer;
	color: #808080;
	font-size:1.6em;
	font-weight:bold;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #eaeaea;
	color:#555;
	background: -moz-linear-gradient(top, #eaeaea 1%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaeaea), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #eaeaea 1%,#ffffff 100%);
	background: -o-linear-gradient(top, #eaeaea 1%,#ffffff 100%);
	background: -ms-linear-gradient(top, #eaeaea 1%,#ffffff 100%);
	background: linear-gradient(top, #eaeaea 1%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #000;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../img/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../img/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	overflow:hidden;
	z-index: 10;
	/*-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;*/
}

.ac-container article div{
	padding: 20px;
}

/*.ac-container article div:hover h3{
	color:#d5153a;
}

.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}*/
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 100%;
}

.font-05{
	font-size:0.5em!important;
}

.font-06{
	font-size:0.6em;
}

.font-07{
	font-size:0.7em;
}

.font-08{
	font-size:0.8em;
}

.font-09{
	font-size:0.9em;
}

.font-12{
	font-size:1.2em!important;
}

.font-13{
	font-size:1.3em;
}

.font-15{
	font-size:1.5em;
}

.font-16{
	font-size:1.6em;
}

.font-17{
	font-size:1.7em;
}

.font-18{
	font-size:1.8em;
}

.font-19{
	font-size:1.9em;
}

.font-20{
	font-size:2em;
}

.font-22{
	font-size:2.2em;
}

.font-25{
	font-size:2.5em;
}

.indicador{
	text-align:center;
	display:inline-block;
}

.mes{
	display:block;
	font-size:0.7em;
	color:#aaa;
}

.cantidad{
	display:block;
	font-size:0.8em;
}

.dato{
	display:inline-block;
	text-align:left;
	margin:0 auto;
	vertical-align:top;
}

.bloque_grafico{
	display:inline-block;
	margin:0 auto;
}

.bloque_datos{
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
}
.bloque_alineacion{
	display:table-cell;
	margin:0 auto;
	vertical-align:middle;
	height:130px;
}

.bloque_linea{
	display:block;
	margin:0 auto;
	height:35px;
}

.titulo_indicador{
	display:block;
	margin:0;
	text-align:left;
	padding-left:25px;
}

.centrar_v{
	display:table-cell;
	margin:0 auto;
	vertical-align:middle;
	height:35px;
}

.negrita{
	font-weight:bold;
}

.tabla_datos{
	width:100%;
	margin:0;
	padding:0 23px;
	margin-bottom:1.5em;
}

.tabla_datos td{
	width:59px;/*(750px-46px) / 12*/
	font-size:0.6em;
}

.justifica_derecha{
	width:100%;
	text-align:right;
}

.margin_min{
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.note_white {
   position:relative;
   padding:0.4em 0.4em 0.4em 1.5em;
   margin-bottom:0.5em;
   color:#000;
   background:#f1f1f1;/*#d7d1c9;*/
   overflow:hidden;
   border:1px solid #ccc;
   display:inline-block;  
}

.note_white p{
	font-size:0.8em;
}

.semaforo_verde{
	background:#31ae00;
	display:inline-block;
	text-align:center;
	color:#fff;
	margin:0;
	padding:0.3em 0 0.3em 0!important;
	vertical-align:top;
}

.semaforo_rojo{
	background:#f00;
	display:inline-block;
	text-align:center;
	color:#fff;
	margin:0;
	padding:0.3em 0 0.3em 0;
	vertical-align:top;
}

.semaforo_amarillo{
	background:#feb718;
	display:inline-block;
	text-align:center;
	color:#fff;
	margin:0;
	padding:0.3em 0 0.3em 0;
	vertical-align:top;
}

.semaforo_gris{
	background:#808080;
	display:inline-block;
	text-align:center;
	color:#fff;
	margin:0;
	padding:0.3em 0 0.3em 0;
	vertical-align:top;
}

.trimestre{
	display:inline-block;
	text-align:center;
	margin:0 auto;
	padding:0!important;
	-webkit-box-shadow: 0 0 3px 2px #dddddd;
	  -moz-box-shadow: 0 0 3px 2px #dddddd;
	  box-shadow: 0 0 3px 2px #dddddd;
}

.etiqueta_trimestre{
	background:#fff;
	margin:0!important;
	padding:7px 10px!important;
}

.etiqueta_dato{
	background:#fff;
	margin:0!important;
	padding:2px 10px!important;
}

.anual{
	display:inline-block;
	text-align:center;
	margin:1em auto 0 auto;
	padding:0!important;
	background:#fff;
	-webkit-box-shadow: 0 0 3px 2px #dddddd;
	  -moz-box-shadow: 0 0 3px 2px #dddddd;
	  box-shadow: 0 0 3px 2px #dddddd;
}

.etiqueta_anual{
	background:#fff;
	padding:5px!important;
	display:inline-block;
}

.reset{
	margin:0!important;
	padding:0!important;
}

.sombra{
	  -webkit-box-shadow: 0 0 3px 2px #dddddd;
	  -moz-box-shadow: 0 0 3px 2px #dddddd;
	  box-shadow: 0 0 3px 2px #dddddd;
}

table
{    
   /*font-family: Roboto_condensed, Arial, Helvetica, sans-serif;*/
   font-style: normal;
   font-weight: normal;
   width:100%;  
   font-size:smaller;
   line-height: 125%;
   margin:1em auto;
   border-collapse:collapse;
   border: 1px solid #cccccc;
   font-size: 15px;
   /*font-weight: 200;*/
}

table thead{
    font-size: 12px;
}


table caption
{
  background: #e6e6e6;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.3em;
  text-align:center;
}

table th
{
  background: #e6e6e6;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.2em;
  border-style: none!important;
}

table td
{
  border-style: none!important;
}

table  tr:nth-child(even) 
{
	background: #eee!important;
}

table  tr.nohov:hover 
{
    background: transparent!important;
    color: black;
}

table  tr:hover 
{
	background: #808080!important;
	color:white;
}

table  td:nth-child(n+2) 
{
	/*font-weight:bold;*/
	text-align: justify;
}

table td:nth-child(1) 
{
	text-align:left;
}

table a{
    color: rgb(0, 26, 43);
/*    color: red;
    text-decoration: underline;*/
}

table a:hover{
    color: white;
/*    color: red;
    text-decoration: underline;*/
}

#mensajes{
    display: none;
    position: absolute;
    width: 500px;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    z-index: 100000;
}

#carga{
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    z-index: 100000;
}

#precarga{
    z-index: 1001;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    color: white;
}

#precargadiv{
    z-index: 100000000;
    position: fixed;
/*    width: 100%;
    height: 100%;*/
    top: 0px;
    left: 0px;
    right:0px; 
    bottom:0px;
    background: rgba(0,0,0,.8);
}

table.xdebug-error{
    color: black !important;
}

.errorstyle{
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 10px rgba(200,10,16,0.5);
}

.tiperror{
    color: red;
    text-align: center;
}

html, body {
    height: 100%!important;
    background: #f0f0f0!important;
}
.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
    overflow: auto;
}
.push, footer { 
    height: 80px; 
    margin-top: 0; 
}
footer { 
    background: rgba(10,10,10,0.95); 
    border: 0; 
    line-height: 80px; 
    margin-top: 0 !important; 
}
footer * { 
    line-height: inherit; 
}
footer p { 
    margin-top: 0; 
}
footer .ink-navigation ul.menu.horizontal li { 
    margin-right: 2em; 
    line-height: inherit; 
}
footer .ink-navigation ul.menu.horizontal li a {
    padding: 0;
    color: white;
    text-decoration: underline;
}
footer p {
    color: white;
}
footer .ink-navigation ul.menu.horizontal li a:hover {
    color: #c91111;
}
.top-menu {
    background: #000;
}
.cta {
    font-size: 1.8em;
    margin-left: 0;
}
#topbar { 
    background: #621132!important;
    margin-top:1em;
} 
button#toggleVisibility { 
    background:none; 
    border: none; 
    outline: none; 
    position: absolute; 
    top: .6em; right: 0; 
    padding: 0; 
    color: #bbbbbb; 
}	

.ink-navigation ul.menu.institucional{
    background: #621132!important;
    color: white;
    text-decoration:none;
}
.ink-navigation ul.menu.institucional {
  background: #be1c1c;
}
.ink-navigation ul.menu.institucional li ul.submenu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ink-navigation ul.menu.institucional li ul.submenu li a {
  color: #555;
}
.ink-navigation ul.menu.institucional li ul.submenu li a:hover {
  background: #BC955B;
  color: white;
}
.ink-navigation ul.menu.institucional li.disabled a:hover {
  background: none;
}
.ink-navigation ul.menu.institucional li.active {
  background: #9a0d0d;
}
.ink-navigation ul.menu.institucional li.disabled a {
  color: #6b0909;
  text-shadow: #eb1717 0 1px 0;
}
.ink-navigation ul.menu.institucional li a {
  color: #fff;
  text-decoration: none;
}
.ink-navigation ul.menu.institucional li a:hover {
  background: #BC955B;
}

/*Style para campos file*/
.upload {
    display: none;
}
.uploader {
    border: 1px solid #ccc;
    width: 100%;
    position: relative;
    height: 37px;
    display: flex;
}
.uploader .input-value{
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    font-family: sans-serif;
    font-size: 16px;
}
.uploader label {
    cursor: pointer;
    margin: 0;
    width: 36px;
    height: 35px;
    position: absolute;
    right: 0;
    font-size: 1.1rem;
    text-align:center;
    background: #f1f1f1;
}

.uploader label:hover {
    background: #ccc;
}


/*Style para checkbox_________*/
/*Input checkbox style*/
.input_wrapper{
    position: relative;
    cursor: pointer;
}

/*caja desactivada*/
.input_wrapper input[type="checkbox"]{
    width: 60px;
    height: 25px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f7c9c4;
    border-radius: 9px;
    position: relative;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*boton desactivado*/
.input_wrapper input[type="checkbox"]:not(:checked):after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 30px;
    height: 25px;
    background: red;
    border-radius: 9px 0 0 9px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*boton activado*/
.input_wrapper input[type="checkbox"]:checked:after{
    position: absolute;
    content: "";
    left: 30px;
    width: 30px;
    height: 25px;
    background: green;
    /*z-index: 2;*/
    border-radius: 0 9px 9px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*caja activado*/
.input_wrapper input[type="checkbox"]:checked{
    background: #bee6cf;
}

/*iconos*/
.input_wrapper input[type="checkbox"] + label .icon, .input_wrapper input[type="checkbox"]:not(:checked) + label .icon:before, .input_wrapper input[type="checkbox"]:checked + label .icon:after{
    position: absolute;
    left:0;
    top:0;
    cursor:pointer;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*icono uncheck rojo*/
[type="checkbox"]:not(:checked) + label .icon:before {
    font-family: 'FontAwesome';
    content: "\f057";
    color: red;
    margin-left: 36px;
    margin-top: -5px;
}

/*icono check verde*/
[type="checkbox"]:checked + label .icon:after {
    font-family: 'FontAwesome';
    content: "\f058";
    color: green;
    margin-left: 8px;
    margin-top:-5px;
}