@font-face {
  font-family: 'Museo300-Regular';
  src: url('../font/Museo300-Regular/Museo300-Regular.eot');
  src: url('../font/Museo300-Regular/Museo300-Regular.eot?#iefix') format('embedded-opentype'),
       url('../font/Museo300-Regular/Museo300-Regular.otf')  format('opentype'),
       url('../font/Museo300-Regular/Museo300-Regular.woff') format('woff'),
       url('../font/Museo300-Regular/Museo300-Regular.ttf') format('truetype'),
       url('../font/Museo300-Regular/Museo300-Regular.svg#Museo300-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo500-Regular';
  src: url('../font/Museo500-Regular/Museo500-Regular.eot');
  src: url('../font/Museo500-Regular/Museo500-Regular.eot?#iefix') format('embedded-opentype'),
       url('../font/Museo500-Regular/Museo500-Regular.otf')  format('opentype'),
       url('../font/Museo500-Regular/Museo500-Regular.woff') format('woff'),
       url('../font/Museo500-Regular/Museo500-Regular.ttf') format('truetype'),
       url('../font/Museo500-Regular/Museo500-Regular.svg#Museo500-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #F2EDE9;
  line-height: 1.2;
  font-family: "Museo300-Regular",Helvetica,Arial,sans-serif;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner {
  position: relative;
}
.contenido-banner {
  position: absolute;
}


.btn-lg, .btn-group-lg > .btn {
  margin-bottom: 15px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .50;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table {
  font-size: 12px;
}
.table-hover > tbody > tr:hover {
  background-color: #2AABBF;
  color: #fff;
}
.report-table tbody tr.highlight {
  background-color: #2AABBF !important;
  color: #fff;
}
.table > thead > tr > th {
  font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
  font-weight: normal;
  vertical-align: bottom;
  border-bottom: 2px solid #53585F;
}
.table .grupo-region {
  font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
  font-weight: normal;
  background-color: #B0B1B6 !important;
  color: #fff;
  border-bottom: 0;
  font-size: 18px;
  padding: 4px 40px;
}

.tooltip-texto:active,
.tooltip-texto:focus,
.tooltip-texto:hover,
.tooltip-texto
{
	text-decoration: none;
	color: #333 !important;
}

/* checkbox */
input[type=checkbox].css-checkbox {
  position:absolute;
  z-index:-1000;
  left:-1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
  padding-left:18px;
  height:18px;
  display:inline-block;
  line-height:30px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:30px;
  vertical-align:middle;
  cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -18px;
}
label.css-label {
  background-image:url(../../images/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Semáforo */
td.verde {
  background-color: #D1DD75;
  text-align: center;
  color:#333;
}
td.rojo {
  background-color: #EA7A7B;
  text-align: center;
  color:#333;
}
td.amarillo {
  background-color: #F8F07C;
  text-align: center;
  color:#333;
}
td.celeste {
  background-color: #CFE1E4;
}
td.lila {
  background-color: #D7C1D6;
}

.report-table .monto {
  white-space: nowrap !important;
}
.text-large {
  font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
.border-left {
  border-left: 2px solid #53585F;
}
.contenido-tramo {
  margin-bottom: 20px;
}
.contenido-compromiso {
  margin-bottom: 20px;
}
.contenido-region {
  margin-bottom: 20px;
}
.contenido-revisa {
  margin-bottom: 20px;
}

.mensaje-carga {
  font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
  font-size: 26px;
  color: #9B9A9E;
  padding: 100px 0;
}
.img-logo {
  max-width: 100%;
  height: auto;
}

		/* complemento */
		.text-bold
		{
			font-weight: bolder !important;
			font-size: 14px;
		}


		.highlight-comparar
		{
			background-color: #f9f9f9;

		}

/* Extra small devices (phones, less than 768px) */
@media screen and (max-width: 767px) {



  .banner {
    /*display: none;*/
  }
  .header-movil {
    padding: 20px 0;
  }
  .header-movil h2 {
    color: #61BBC0;
    font-size: 24px;
  }
  .logo-movil {
    padding: 30px 10px 20px;
  }
  h3 {
    font-size: 17px;
    margin-bottom: 18px;
    text-align: center;
    color: #2AABBF;
  }
  h3.title-movil1 {
    font-size: 18px !important;
    margin-top: 0px;
  }
  .header-movil2 {
    padding: 20px 0;
  }
  .nav-justified {
    /*max-width: 280px;
    margin: 0 auto;*/
  }
  .option-movil {
    display: block;
  }
  .option-desktop {
    /*display: none!important;*/
  }
  .title-banner-movil {
    background-color: #ffffff;
    margin-bottom: 0px;
    padding: 15px 0;
  }
  .title-banner-movil p {
    padding: 0px 0;
    margin-bottom: 6px;
    font-size: 12px;
  }
  .title-banner-movil h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left!important;
  }
  .title-banner-movil2 {
    margin-bottom: 0px;
    padding: 0 0 15px;
  }
  .title-banner-movil2 p {
    padding: 0px 0;
    margin-bottom: 6px;
    font-size: 12px;
  }
  .title-banner-movil2 h3 {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left!important;
  }
  .contenido-tramo-movil {
    padding-top: 20px;
  }
  .navbar-form {
    background-color: #C8C8CD;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .clasificar-letra {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    font-size: 18px;
    background-color: #BDBDBD;
    padding: 6px 15px;
  }
  .shadow {
    box-shadow: 0 0.5em 0.5em rgba(0,0,0,0.10);
  }
  a {
    color: #333;
  }
  .btn-default {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #CDCED3;
    border-color: #CDCED3;
    line-height: 1.3333333;
    border-radius: 12px;
    padding: 14px 15px;
  }
  .options {
    /*padding-left: 15px;
    padding-right: 15px;*/
  }
  .nav-pills > li > a,.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    /*font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #61BBC0;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 12px;*/
  }
  .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #2AABBF;
  }
  .nav-pills > li + li {
    margin-left: 0px;
  }
  .nav-justified > li > a {
    margin-bottom: 15px;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 14px 15px;
  }
  .btn-t1 {
    background-color: #858585;
    border-color: #858585;
    text-align: center!important;
    margin-bottom: 10px!important;
  }
  .btn-t1:hover, .btn-t1:focus {
    background-color: #CDCED3;
    border-color: #CDCED3;
    color: #fff;
  }
  .btn-t2 {
    background-color: #9FB13E;
    border-color: #9FB13E;
    text-align: center!important;
    margin-bottom: 10px!important;
  }
  .btn-t2:hover, .btn-t2:focus {
    background-color: #CDCED3;
    border-color: #CDCED3;
    color: #fff;
  }
  .btn-t3 {
    background-color: #61BBC0;
    border-color: #61BBC0;
    text-align: center!important;
    margin-bottom: 10px!important;
  }
  .btn-t3:hover, .btn-t3:focus {
    background-color: #CDCED3;
    border-color: #CDCED3;
    color: #fff;
  }
  .btn-t4 {
    background-color: #F36B45;
    border-color: #F36B45;
    text-align: center!important;
    margin-bottom: 10px!important;
  }
  .btn-t4:hover, .btn-t4:focus {
    background-color: #CDCED3;
    border-color: #CDCED3;
    color: #fff;
  }

  .tramo1 {
    background-color: #858585;
    color: #ffffff;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tramo2 {
    background-color: #9FB13E;
    color: #ffffff;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tramo3 {
    background-color: #61BBC0;
    color: #ffffff;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tramo4 {
    background-color: #F36B45;
    color: #ffffff;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* tabla */
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
      white-space: normal;
  }
  .report-table .region-movil {
    display: none;
  }
  .report-table .estrato-movil {
    display: none;
  }
  .report-table .indice-movil {
    display: none;
  }
  .report-table .comp-movil {
    display: none;
  }
  .report-table .monto-movil {
    display: none;
  }
  .report-table .ue-movil {
    display: none;
  }
  .report-table .checkbox-movil {
    display: none;
  }
  .table-responsive > .table > thead > tr > th {
    font-size: 13px;
    text-align: center;
  }
  .table {
    font-size: 11px;
  }
  .texto-movil {
    display: none;
  }

  .detalle-table {

  }
  .table > thead > tr > th {
    font-size: 13
  }

  .contenido-region .btn-lg, .contenido-region .btn-group-lg > .btn {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .contenido-region .btn-default {
    font-family: "Museo300-Regular",Helvetica,Arial,sans-serif;
    color: #333;
    background-color: transparent;
    border-color: transparent;
    line-height: 1.3333333;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 6px 12px;
  }
  .btn {
    text-align: left;
  }

  .tabla-movil {
    padding-left: 0;
    padding-right: 0;
  }
  .table-responsive {
    border: 0;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 1px solid #ddd;
  }

  body {
    background-color: #F3F3F3;
    margin-bottom: 100px;
  }
  body.interno {
    background-color: #F3F3F3;
    margin-bottom: 60px;
  }

  /* FOOTER */
  .footer-movil {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
  }
  .footer-movil p {
    font-size: 13px;
    padding: 10px;
  }
  .footer-movil2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #BDBDBD;
  }
  .footer-consulta {
    background-color: #61BBC0!important;
  }
  .container .text-muted {
    margin: 20px 0;
    color: #ffffff;
    font-size: 1.2em;
  }
  .footer-movil2 a {
    color: #ffffff;
  }

  .contenido-result {
    /*display: none;*/
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header-banner {
    background: #2AABBF;
    height: 20px;
  }
  .header-movil {
    display: none;
  }
  .header-movil2 {
    padding: 20px 0;
  }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #2AABBF;
  }
  .nav-pills > li.active:after, .nav-pills > li.active > a:hover:after, .nav-pills > li.active > a:focus:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    vertical-align: middle;
    content: " ";
    border-top: 12px dashed;
    border-top: 12px solid\9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    color: #2AABBF;
  }
  .nav-justified>li>a {
    margin-bottom: 0;
    background-color: #CDCED3;
  }
  .nav-justified>li>a:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    vertical-align: middle;
    content: " ";
    border-top: 12px dashed;
    border-top: 12px solid\9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    color: #CDCED3;
  }
  .nav-pills > li > a {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    border-radius: 0px;
    color: #fff;
    font-size: 23px;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 16px 15px;
  }
  .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #9FB13E;
  }
  .nav > li > a:hover:after, .nav > li > a:focus:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    vertical-align: middle;
    content: " ";
    border-top: 12px dashed;
    border-top: 12px solid\9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    color: #9FB13E;
  }
  .contenido-result {
    padding-top: 40px;
    padding-bottom: 40px;
  }


  h3 {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    font-size: 30px;
    color: #2AABBF;
    margin-bottom: 18px;
  }
  .btn-default {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    color: #fff  !important;
    background-color: #CDCED3 !important;
    border-color: #CDCED3 !important;
  }
  .btn-default2 {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    color: #fff  !important;
    background-color: #2AABBF !important;
    border-color: #2AABBF !important;
  }
  .btn-default:hover {
    color: #fff;
    background-color: #2AABBF !important;
    border-color: #2AABBF !important;
  }
  .btn-default:focus,
  .btn-default.focus {
    color: #fff;
    background-color: #2AABBF  !important;
    border-color: #2AABBF  !important;
  }
  .btn-default:active,
  .btn-default.active {
    background-color: #2AABBF  !important;
    border-color: #2AABBF !important;
    color: #fff !important;
  }
  .btn-default:active:hover,
  .btn-default.active:hover,
  .btn-default:active:focus,
  .btn-default.active:focus,
  .btn-default:active.focus,
  .btn-default.active.focus {
    color: #fff;
    background-color: #2AABBF;
    border-color: #2AABBF;
  }

  /*
  .btn-region-0.btn-default:active,
  .btn-region-0.btn-default.active {
    background-color: #e95543;
    border-color: #e95543;
    color: #fff;
  }
  .btn-region-0.btn-default:active:hover,
  .btn-region-0.btn-default.active:hover,
  .btn-region-0.btn-default:active:focus,
  .btn-region-0.btn-default.active:focus,
  .btn-region-0.btn-default:active.focus,
  .btn-region-0.btn-default.active.focus {
    color: #fff;
    background-color: #e95543;
    border-color: #e95543;
  }
  */

  .btn-lg, .btn-group-lg > .btn {
    padding: 15px 8px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  .btn-lg2, .btn-group-lg > .btn {
    padding: 15px 8px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-bottom: 15px;
}

  .btn-primary {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #2AABBF;
    border-color: #2AABBF;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #238b9b;
    border-color: #238b9b;
  }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #fff;
    background-color: #238b9b;
    border-color: #238b9b;
  }
  .btn-primary:active,
  .btn-primary.active {
    background-color: #238b9b;
    border-color: #238b9b;
    color: #fff;
  }
  .btn-primary:active:hover,
  .btn-primary.active:hover,
  .btn-primary:active:focus,
  .btn-primary.active:focus,
  .btn-primary:active.focus,
  .btn-primary.active.focus {
    color: #fff;
    background-color: #238b9b;
    border-color: #238b9b;
  }
  .title-movil1 {
    display: none;
  }
  .buscar-movil {
    display: none;
  }
  .option-movil {
    display: none!important;
  }
  .footer-movil {
    display: none;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .contenido-banner {
    top: 20%;
    left: 15%;
    right: 15%;
    width: 500px;
  }
  .contenido-banner h2 {
    color: #2AABBF;
    font-size: 60px;
    margin-top: 80px;
    line-height: 80px;
  }
}

/* 21/12/2016 */
@media screen and (max-width: 767px) {
  .header-banner {
      background: #2AABBF;
      height: 20px;
  }


  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }



  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #2AABBF;
  }
  .nav-pills > li.active:after, .nav-pills > li.active > a:hover:after, .nav-pills > li.active > a:focus:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    vertical-align: middle;
    content: " ";
    border-top: 12px dashed;
    border-top: 12px solid\9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    color: #2AABBF;
  }
  .nav-justified>li>a {
    margin-bottom: 0;
    background-color: #CDCED3;
  }
  .nav-justified>li>a:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    vertical-align: middle;
    content: " ";
    border-top: 12px dashed;
    border-top: 12px solid\9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    color: #CDCED3;
  }
  .nav-pills > li > a {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 14px 10px;
  }
  .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #9FB13E;
  }
  .nav > li > a:hover:after, .nav > li > a:focus:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    vertical-align: middle;
    content: " ";
    border-top: 12px dashed;
    border-top: 12px solid\9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    color: #9FB13E;
  }

  .table > thead > tr > th {
    padding: 4px;
  }
  .table > tbody > tr > td {
    padding: 6px;
  }

  .text-large {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    font-size: 12px;
  }

  #btn-comparar {
    display: none;
  }

/*
  .btn-default {
    font-family: "Museo500-Regular",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #CDCED3;
    border-color: #CDCED3;
  }
*/
  .btn-default:hover {
    color: #fff;
    background-color: #2AABBF;
    border-color: #2AABBF;
  }
  .btn-default:focus,
  .btn-default.focus {
    color: #fff;
    background-color: #2AABBF;
    border-color: #2AABBF;
  }
  .btn-default:active,
  .btn-default.active {
    background-color: #2AABBF;
    border-color: #2AABBF;
    color: #fff;
  }
  .btn-default:active:hover,
  .btn-default.active:hover,
  .btn-default:active:focus,
  .btn-default.active:focus,
  .btn-default:active.focus,
  .btn-default.active.focus {
    color: #fff;
    background-color: #2AABBF;
    border-color: #2AABBF;
  }
}



/*20170105*/
/*
.banner-movil,
.banner
{
	visibility: hidden !important;
	display: none !important;

}
*/


/*20170203*/
.contenido-unidadejecutora .btn{
	white-space:normal !important;
	word-wrap:break-word;
}

.fraction {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2em 0.4ex;
    text-align: center;
}
.fraction > span {
    display: block;
    padding-top: 0.15em;
}
.fraction span.fdn {border-top: thin solid black;}
.fraction span.bar {display: none;}
