@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-rwa6i3');
	src:url('fonts/icomoon.eot?#iefix-rwa6i3') format('embedded-opentype'),
		url('fonts/icomoon.woff?-rwa6i3') format('woff'),
		url('fonts/icomoon.ttf?-rwa6i3') format('truetype'),
		url('fonts/icomoon.svg?-rwa6i3#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  cursor: pointer;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ficha:before {
	content: "\e600";
}
.icon-config:before {
	content: "\e602";
}
.icon-timeseries:before {
	content: "\e603";
}
.icon-online:before {
	content: "\e606";
}
.icon-publico:before {
	content: "\e605";
}
.icon-red:before {
	content: "\e604";
}
.icon-meteo:before {
	content: "\e607";
}

table.gob {
  width: 100%;
  font-family: gobCL, 'Verdana', sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-collapse: collapse; }
  table.gob.min {
    font-size: 12px !important;
  }
  table.gob .secundario {
    font-weight: 300; }
  table.gob caption {
    margin-top: .5em;
    margin-bottom: .5em;
    font-weight: 500;
    text-align: left;
    padding-left: 7.5px;
    color: #006cb7; }
  table.gob th.left, td.left {
    text-align: left !important;
  }
  table.gob th.right, td.right {
    text-align: right !important;
  }
  table.gob thead th {
    color: #006cb7;
    padding: 18px 16px 15px 15px;
    text-align: center;
    vertical-align: middle;
    border-top: 2px solid #ef4144;
    border-bottom: 1px solid #7a8791;
    background-color: rgb(255,255,255);
    white-space: nowrap; }
    table.gob.min thead th { padding: 9px 8px 7.5px 7.5px !important}
    table.gob thead th.azul,
    table.gob thead th:first-child {
      padding-left: 7.5px;
      text-align: left;
      border-top: 2px solid #006cb7; }
  table.gob thead th.no-border {
    padding: 9px 8px 7.5px 7.5px;
    border-bottom: none; }
    table.gob thead th.no-border:hover {
      border-bottom: none; }
  table.gob tbody tr:hover {
    background-color: #dae2ee; }
  table.gob tbody tr.filtrado {
    display: 'none' }
  table.gob tbody tr td, table.gob tbody tr th {
    color: #006cb7;
    text-align: center;
    vertical-align: middle;
    padding: 9px 8px 7.5px 7.5px;
    border-bottom: 1px solid #7a8791; }
    table.gob tbody tr td:first-child, table.gob tbody tr th:first-child {
      text-align: left; }
    table.gob tbody tr td a, table.gob tbody tr th a {
      color: #006cb7;
      text-decoration: none; }
  table.gob tbody tr th {
    color: #006cb7;
    font-weight: 700; }
  table.gob:not(.min) tbody tr:last-child td, table.gob:not(.min) tbody tr:last-child th {
    border-bottom: 2px solid #7a8791; }
  table.gob tfoot td, table.gob tfoot th {
    border-bottom: none;
    padding: 9px 8px 7.5px 7.5px;
    color: #7a8791;
    font-size: 80%;
    text-align: center;
    vertical-align: middle; }
    table.gob tfoot td ul, table.gob tfoot th ul {
      list-style-type: none; }
      table.gob tfoot td ul li, table.gob tfoot th ul li {
        display: inline; }
    table.gob tfoot td:first-child ul, table.gob tfoot th:first-child ul {
      padding-left: 0;
      text-align: left; }
      table.gob tfoot td:first-child ul li, table.gob tfoot th:first-child ul li {
        margin-right: 1em; }
    table.gob tfoot td:last-child ul, table.gob tfoot th:last-child ul {
      padding-right: 0;
      text-align: right; }
      table.gob tfoot td:last-child ul li, table.gob tfoot th:last-child ul li {
        margin-left: 1em; }
table.gob tfoot td.left ul, table.gob tfoot th.left ul {
  padding-left: 0;
}
table.gob tfoot td.right ul, table.gob tfoot th.right ul {
  padding-right: 0;
}
table.gob .comuna {
  color: #7a8791;
  font-size: 80%;
  font-weight: 300;
  text-align: left;
}
table.gob .comuna:before {
  content: 'Comuna de ';
}
section.wide .clean {
  margin-top: 16px !important;
}
section.wide h1:not(.clean), section.wide h2:not(.clean), section.wide h3:not(.clean), section.wide h4:not(.clean), section.wide h5:not(.clean), section.wide h6:not(.clean) {
  font-weight: 400;
  display: block;
  border-top: 2px solid #ef4144;
  color: #006cb7;
  margin: 10px 0px;
  padding-top: 6px;
  padding-left: 6px;
  width: 100%;
  position: relative; }
  section.wide h1:not(.clean):after, section.wide h2:not(.clean):after, section.wide h3:not(.clean):after, section.wide h4:not(.clean):after, section.wide h5:not(.clean):after, section.wide h6:not(.clean):after {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    height: 0;
    width: 38.1966%;
    border-top: 2px solid #006cb7; }

section.wide hr {
  display: block;
  border-top: 2px solid #ef4144;
  width: 100%;
  margin: 2em 0;
  position: relative; }
  section.wide hr:after {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    height: 0;
    width: 38.1966%;
    border-top: 2px solid #006cb7; }

section.wide h1.clean, section.wide h2.clean, section.wide h3.clean, section.wide h4.clean, section.wide h5.clean, section.wide h6.clean {
  font-weight: 400;
  display: block;
  color: #006cb7;
  margin: -.5em 0 1em 0;
  padding-left: 6px;
  width: 100%;
}
section.wide h1 {
  font-size: 24px;
}

section.wide h2 {
  font-size: 22px;
}

section.wide h3 {
  font-size: 20px;
}

section.wide h4 {
  font-size: 18px;
}

section.wide h5, section.wide h6 {
  font-size: 16px;
}

