@import url(http://fonts.googleapis.com/css?family=Lato);
/**
* Encabezados header.tpl header--node.tpl
*/
/**
* Height para encabezados. Aplica a todos los contenidos.
*/
.site-ruta {
  color: #999;
  padding: 60px 15px 5px 0;
  font-size: 16px;
}
.site-ruta a:hover {
  color: #00b2ef;
  text-decoration: none;
}
.site-ruta a {
  color: #999;
}
/**
  * Navbar xs
  */
.navbar-nav-home .open .dropdown-menu {
  background-color: #f6f7f9;
}
/**
* Navbar areas
*/
.navbar-areas {
  background-color: #cccccb;
  border-radius: 0;
  border: 0;
  height: auto;
}
.navbar-areas ul > li > a {
  color: white;
  font-weight: bold;
  padding: 18px 15px 16px 15px;
  font-size: 16px;
  border-bottom: 5px solid transparent;
  font-weight: normal !important;
}
.navbar-areas ul > li > a:hover {
  background-color: white;
  color: #00b2ef;
  border-bottom: 5px solid #00b2ef;
}
.navbar-areas .navbar-nav > .open > a,
.navbar-areas .navbar-nav > .open > a:focus,
.navbar-areas .navbar-nav > .open > a:hover {
  background-color: white;
  color: #00b2ef;
  border-bottom: 5px solid #00b2ef;
}
.navbar-areas div > ul {
  margin: 0;
}
.na-dropdown-menu {
  background-color: #cccccb;
}
.na-dropdown-menu li a {
  background-color: #cccccb;
  font-size: 16px !important;
  padding: 10px 15px !important;
  color: black !important;
  text-transform: initial !important;
}
.na-dropdown-menu li a:hover {
  background-color: white !important;
  color: #00b2ef !important;
}
.na-dropdown-menu li:first-of-type a {
  border-radius: 0;
}
.ajax-processed {
  display: none;
}
body {
  font-family: Lato !important;
}
.left30 {
  margin-left: 30px !important;
}
.left15 {
  margin-left: 15px !important;
}
.left50 {
  margin-left: 50px !important;
}
.bottom35 {
  margin-bottom: 35px;
}
.top20 {
  margin-top: 20px;
}
.top50 {
  margin-top: 50px;
}
.top30 {
  margin-top: 50px;
}
.top15m {
  top: -15px;
}
.navbar {
  min-height: 0px;
  margin-bottom: 0;
}
.navbar-collapse {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section {
  padding: 0 0 !important;
}
fieldset.panel.collapsible legend.panel-heading a {
  display: none;
}
.panel-default {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background-color: white;
}
.panel h3 {
  font-size: 1.5em;
  display: inline-block;
}
small > p {
  font-size: 16px;
}
.panel-default h5 {
  font-size: 16px;
  display: inline-block;
}
.pagination {
  text-transform: none !important;
  font-size: 14px !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: 3;
  color: white;
  cursor: default;
  background-color: #00b2ef;
  border-color: #00b2ef;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #00b2ef;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px !important;
}
/**
* Webform
*/
.webform-submit {
  width: 45%;
  display: block !important;
  background-image: none !important;
  background-color: #999 !important;
  font-size: 16px !important;
  min-height: 40px;
  font-weight: bold;
  color: white !important;
  display: inline-block;
  margin: 15px auto 0 auto;
}
.webform-submit:hover {
  width: 45%;
  display: block !important;
  background-image: none !important;
  background-color: #e32a84 !important;
}
/**
* Maintenace page
*/
#maintenance-page img {
  margin: 0 auto;
  display: block;
  margin-top: 150px;
}
#maintenance-page h3 {
  color: white;
  text-align: center;
  margin-top: 0;
}
.maintenance-content {
  color: black;
  text-align: center;
  font-size: 22px;
}
/**
* User login
*/
#edit-submit {
  margin-top: 15px;
  background-color: #e32a84 !important;
  color: white !important;
}
#edit-submit:hover {
  background-color: #00b2ef !important;
  color: white;
}
/**
* Search Autocomplete
*/
ul[data-sa-theme="basic-blue"].ui-menu {
  list-style: none;
  padding: 0px;
  margin: 0;
  display: block;
  float: left;
  min-width: 100% !important;
  width: 100% !important;
}
/**
* Buscar página
*/
/*.button-apply button {
  background-color: #9dd1f0 !important;
  border: 2px solid #1db1e3 !important;
  border-top-color: #da438d !important;
  background-image: none;
  color: black;
  display: block;
  margin: 25px 0 30px 0 !important;
  padding: 4px 50px !important;
}*/
.button-search button {
  margin: 0 auto !important;
  margin-top: 20px !important;
}
.button-apply button:hover {
  border: 2px solid #00b2e1 !important;
  background-color: #00b2e1 !important;
  color: white;
}
.boton-licitaciones {
  background-color: #b2b0b1;
  text-align: center;
  border-radius: 5px;
  padding: 5px 28px;
  width: 100%;
  border: 2px solid #9E9E9E;
  text-decoration: none;
}
.boton-licitaciones:hover {
  border: 2px solid #00b2e1 !important;
  background-color: #00b2e1 !important;
  text-decoration: none;
  color: white;
}
.panel-search-page {
  border-radius: 10px;
}
.bloque-servicios {
  background-color: white;
  height: auto;
  border-radius: 10px;
  padding: 3%;
  border-color: #0072bc;
  box-shadow: 5px 5px 5px #888888;
  margin-bottom: 15px;
}
#resultados-totales-view {
  background-color: #00b2ef;
  color: white;
  padding: 8px 40px;
  font-weight: bold;
  font-size: 24px;
  margin: 40px 0;
}
.panel-search-page h5 {
  display: inline-block;
}
.panel-search-page h2 {
  display: inline-block;
}
.titulo-fondo-gris {
  color: white;
  padding: 8px 40px;
  background-color: #b2b0b1;
  font-size: 24px;
  margin-bottom: 25px;
}
.button-apply button {
  background-color: #B2B0B1 !important;
  border-bottom-color: 2px solid #9E9E9E !important;
  border: 2px solid #9E9E9E;
  color: white;
  padding: 5px 50px;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px !important;
  background-image: none !important;
}
.view-empty p {
  color: black;
  font-size: 24px;
}
/**
* Header Fijo
*/
#fondo-home {
  background-image: url(../img/header.tpl/slider/01.jpg);
}
#p2-menu {
  list-style: none;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 78px;
  padding: 0;
  margin: 0 auto;
  float: right;
}
#p2-menu,
x:-moz-any-link,
x:default {
  top: 77px;
}
#p2-menu li {
  display: inline-block;
}
#p2-menu li > a:hover {
  background-color: white;
  color: black !important;
  text-align: center;
  padding: 6px 0px 6px 0px;
}
#p2-menu li > a {
  padding: 6px 0px 6px 0px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  width: 118px !important;
  display: block;
  text-align: center;
}
#edit-search-block-form--2 {
  height: 46px;
}
header .btn {
  margin: 0px !important;
  padding: 11px 16px !important;
  border-radius: 0 4px 4px 0;
  background-color: #00b3ef;
  font-size: 16px !important;
  border: 1px solid #ccc;
  border-left: 0;
}
header .btn:hover {
  margin: 0px;
  padding: 11px 16px !important;
  border-radius: 0 4px 4px 0;
  background-color: #00b3ef;
  font-size: 16px !important;
  border: 1px solid #ccc;
  border-left: 0;
}
#p1-header {
  background-color: #f8f8f8;
  height: 50px;
}
.p1-fecha-txt-junin p {
  color: black;
  font-size: 13px;
  margin: 18px 0 0 0;
  text-align: center;
}
.p1-ciudad-txt-junin p {
  color: black;
  font-size: 14px;
  margin: 15px 0 0 0;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 2px;
}
.p1-img {
  margin: 0 auto;
  position: absolute;
  z-index: 5;
}
#p2-header {
  width: 100%;
  height: 107px;
  position: absolute;
  z-index: 3;
  background-image: url("../img/header.tpl/bg_p2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#p3-header {
  width: 100%;
  height: 107px;
  position: absolute;
  z-index: 2;
  top: 270px;
}
/**
* Gtranslate
*/
.switcher .selected a {
  width: auto !important;
}
/**
* Inicio Bloque Header Nuevo
*/
#imagen-menu-top {
  background: #00b2ef;
  background: -moz-linear-gradient(left, #00b2ef 0%, #00b2ef 56%, #ef017c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00b2ef), color-stop(56%, #00b2ef), color-stop(100%, #ef017c));
  background: -webkit-linear-gradient(left, #00b2ef 0%, #00b2ef 56%, #ef017c 100%);
  background: -o-linear-gradient(left, #00b2ef 0%, #00b2ef 56%, #ef017c 100%);
  background: -ms-linear-gradient(left, #00b2ef 0%, #00b2ef 56%, #ef017c 100%);
  background: linear-gradient(to right, #00b2ef 0%, #00b2ef 56%, #ef017c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b2ef', endColorstr='#ef017c', GradientType=1);
  z-index: 4;
  height: 23px;
  position: absolute;
  width: 100%;
}
#imagen-menu-fondo {
  width: 100%;
  height: 107px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  position: absolute;
}
.imagen-menu-separador-banner {
  width: 100%;
  margin-bottom: 0px;
  height: 23px;
  background: #00b1eb;
}
.imagen-escudo {
  background-image: url("../img/header.tpl/banderaArg-01.png");
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  top: 6px;
  left: -3px;
}
.btn-web-anterior {
  z-index: 4;
  position: absolute;
  top: 157px;
  width: 95%;
  background-color: rgba(153, 153, 153, 0.5);
  border: 0;
  padding: 15px 50px;
  border-bottom: 6px solid #cacac9;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.btn-web-anterior:hover {
  z-index: 4;
  position: absolute;
  top: 157px;
  width: 95%;
  background-color: rgba(4, 174, 226, 0.5);
  border: 0;
  padding: 15px 50px;
  border-bottom: 6px solid #00b2ef;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.imagen-flecha {
  position: relative;
  top: -3px;
  height: 0;
  border-left: 16px solid #00b1eb;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.imagen-flecha-multas2 {
  display: inline-block;
}
.imagen-flecha-multas1 {
  top: -30px;
  display: inline-block;
}
.imagen-separador-grande {
  width: 100%;
  margin-bottom: 0px;
  height: 23px;
  background: #00b2ef;
}
/**
* Administración
*/
#user-login input {
  height: 40px;
  width: 50%;
}
.nav-tabs {
  margin-bottom: 30px;
}
.btn {
  border: 0;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 6px 12px;
  text-transform: uppercase;
  vertical-align: top;
  white-space: initial;
  word-break: initial;
}
.btn-default {
  background-image: linear-gradient(to bottom, #48c9f3 0, #10aee1 100%);
}
/**
* Menu
*/
.dropdown-menu {
  margin: 0;
}
.ul-dropdown li > a {
  text-align: left !important;
}
.dropdown-menu-top {
  border: 0px !important;
  border-bottom: 5px solid #00b2ef !important;
  width: 826px;
  position: absolute;
  border-radius: 0px !important;
  padding: 25px 0 15px 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
#dropdown-ciudad-header {
  left: -118px;
}
#dropdown-areas-header {
  left: -236px;
}
#dropdown-servicios-header {
  left: -354px;
}
#dropdown-ga-header {
  left: -708px;
}
.open > a {
  padding: 6px 15px 6px 15px;
  background-color: white;
  color: #000000 !important;
}
.ul-dropdown {
  padding: 0 20px 0 20px !important;
  width: 24.7%;
  display: inline-block;
  margin-bottom: 0 !important;
}
.ul-dropdown li {
  display: block !important;
  list-style: none;
  padding-bottom: 10px;
  width: 100% !important;
}
.ul-dropdown li > a {
  color: #999999 !important;
  border: 0px;
  padding: 0 !important;
  font-size: 12px !important;
  width: 100%;
  text-align: left;
}
.ul-dropdown li > a:hover {
  background-color: transparent !important;
}
#ul-dropdown-ga-header {
  margin-left: 660px;
}
/**
* Buscador autocompletar
*/
#edit-actions {
  display: block;
}
ul[data-sa-theme="basic-blue"].ui-menu .ui-menu-item {
  font-family: Lato !important;
  line-height: 13px;
  font-size: 11px;
  color: white;
}
.ui-widget-content {
  background: none;
}
.ui-menu-item a {
  background-color: rgba(191, 187, 186, 0.8);
  color: white;
  border-radius: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.ui-menu-item a:hover {
  background-color: rgba(0, 177, 235, 0.6) !important;
  background-image: none !important;
  color: white !important;
  border-radius: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.ui-widget {
  color: white;
}
/**
* Panel body utilizado en search-results y taxonomy
*/
small > p {
  color: #999 !important;
}
.panel-default:hover {
  background-color: #00b3ef !important;
}
.panel-default a {
  text-decoration: none;
}
.panel-default:hover p {
  color: white !important;
}
.panel-default:hover h5 {
  color: white !important;
}
.panel-default:hover h5 > a {
  color: white !important;
}
.panel-default h2 {
  color: black;
}
.panel-default:hover h2 {
  color: white;
}
.panel-default h5 {
  color: #00b3ef;
}
.panel-default h5 > a {
  color: #00b3ef;
}
/**
* Gtranslate
*/
.select-lenguaje {
  height: auto;
  font-size: 12px;
  color: #999;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.h3.section-title {
  font-size: 1.4em;
  display: none !important;
}
/**
* Contenedor se utiliza en nodos
*/
#contenedor-principal {
  padding: 0 15px;
  background: #dcddde;
  background: -webkit-linear-gradient(#dcddde, #ffffff);
  background: -o-linear-gradient(#dcddde, #ffffff);
  background: -moz-linear-gradient(#dcddde, #ffffff);
  background: linear-gradient(#dcddde, #ffffff);
}
#contenedor-interno {
  background-color: white;
  padding: 100px 100px;
}
.alert {
  margin-bottom: 0 !important;
}
/**
* Inicio Bloque Imagenes Botones
*/
.imagen-mas-activo {
  background-image: url("../img/inicio-bloque-noticias-carousel/mas-activo.png");
  height: 33px;
  width: 33px;
  position: relative;
  display: inline-block;
  left: 261px;
  z-index: 2;
}
.imagen-mas-inactivo {
  background-image: url("../img/inicio-bloque-noticias-carousel/mas-inactivo.png");
  height: 33px;
  width: 33px;
  position: relative;
  left: 297px;
  display: inline-block;
  z-index: 3;
}
.imagen-mas-inactivo:hover {
  background-image: url("../img/inicio-bloque-noticias-carousel/mas-activo.png");
}
/*.imagen-mas-activo2{
  background-image: url("../img/inicio-bloque-noticias-carousel/mas-activo.png");
  height: 33px;
  width: 33px;
  position: relative;
  display: inline-block;
  left: -13px;
  top: 4px;
  z-index: 0;
}

.imagen-mas-inactivo2{
  background-image: url("../img/inicio-bloque-noticias-carousel/mas-inactivo.png");
  height: 33px;
  width: 33px;
  position: relative;
  left: -4px;
  top: 8px;
  display: inline-block;
  z-index: 1;
}

.imagen-mas-inactivo-agenda{
  background-image: url("../img/inicio-bloque-noticias-carousel/mas-inactivo.png");
  height: 33px;
  width: 33px;
  position: relative;
  left: -4px;
  top: 10px;
  display: inline-block;
  z-index: 1;
}
*/
/**
* Contacto areas/noticias/
*/
.contacto-redes-sociales li > a {
  float: left;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.contacto-redes-sociales p {
  margin-bottom: 3px;
}
.contenedor-content-media {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.border-content-media {
  background-color: #00B8F8;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1100px) {
  .border-content-media {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.shadow-box {
  border-radius: 17px;
  -webkit-box-shadow: 10px 9px 5px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 9px 5px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 9px 5px -2px rgba(0, 0, 0, 0.75);
}
.shadow-box:hover {
  opacity: 0.6;
}
.icon-redes {
  height: 22px;
  width: 22px;
  background-size: contain;
  display: inline-block;
  text-decoration: none;
}
#icon-redes-inst {
  background-image: url('../img/share-node/ins-i.png');
}
#icon-redes-inst:hover {
  background-image: url('../img/share-node/ins-a.png');
}
#icon-redes-face {
  background-image: url('../img/share-node/fb-i.png');
}
#icon-redes-face:hover {
  background-image: url('../img/share-node/fb-a.png');
}
#icon-redes-twitter {
  background-image: url('../img/share-node/tw-i.png');
}
#icon-redes-twitter:hover {
  background-image: url('../img/share-node/tw-a.png');
}
#icon-redes-google {
  background-image: url('../img/share-node/google-i.png');
}
#icon-redes-google:hover {
  background-image: url('../img/share-node/google-a.png');
}
#icon-redes-youtube {
  background-image: url('../img/share-node/youtube-i.png');
}
#icon-redes-youtube:hover {
  background-image: url('../img/share-node/youtube-a.png');
}
#contenedor-interno-contacto {
  background-color: white;
  padding: 30px 75px 30px 75px;
  border-radius: 0 0 10px 10px;
}
#contenedor-interno-contacto ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contenedor-interno-contacto ul > li {
  margin: 0;
  font-size: 18px;
  color: #999;
  margin-bottom: 5px;
}
#contenedor-interno-contacto h2 {
  margin: 10px 0 10px 0;
  font-size: 18px;
  color: black;
  font-weight: bold;
}
#icon-redes-site {
  background-image: url('../img/share-node/sitio-icono.png');
}
#icon-redes-site:hover {
  background-image: url('../img/share-node/sitio-icono-hover.png');
  text-decoration: none;
}
#icon-redes-pinterest {
  background-image: url('../img/share-node/logo-pinterest.png');
}
#icon-redes-pinterest:hover {
  background-image: url('../img/share-node/hoverpinterest.png');
  text-decoration: none;
}
#icon-redes-instagram {
  background-image: url('../img/share-node/instagram-icon.png');
}
#icon-redes-instagram:hover {
  background-image: url('../img/share-node/instagram-hover.png');
  text-decoration: none;
}
#icon-redes-twitter {
  background-image: url('../img/share-node/tw-i.png');
}
#icon-redes-twitter:hover {
  background-image: url('../img/share-node/tw-a.png');
  text-decoration: none;
}
#icon-redes-google {
  background-image: url('../img/share-node/google-i.png');
}
#icon-redes-google:hover {
  background-image: url('../img/share-node/google-a.png');
  text-decoration: none;
}
#icon-redes-youtube {
  background-image: url('../img/share-node/youtube-i.png');
}
#icon-redes-youtube:hover {
  background-image: url('../img/share-node/youtube-a.png');
  text-decoration: none;
}
#contacto h1 {
  font-size: 18px;
  color: #999;
  font-weight: bold;
  margin-bottom: 0px;
  display: inline-block;
  top: 2px;
  position: relative;
}
/**
* Go top
*/
.go-top {
  position: fixed;
  bottom: 0em;
  right: 0;
  text-decoration: none;
  color: white;
  background-image: url("../img/go-top2.png");
  background-repeat: no-repeat;
  background-size: 45px;
  padding-top: 5em;
  padding-left: 30px;
  padding-bottom: 1em;
  padding-right: 33px;
  display: none;
  background-color: transparent;
}
.go-top:hover {
  background-image: url("../img/go-top2-hover.png");
}
/**
* Share node
*/
.texto-compartir {
  text-align: center;
  font-size: 16px;
  color: #999;
}
#share-node {
  background-color: #cccccb;
  min-height: 34px;
}
#share-node ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 18%;
  background-color: white;
  position: relative;
  left: 71.4%;
}
#share-node ul > li {
  background-color: white;
  width: 33.3%;
  min-height: 34px;
  display: inline-block;
}
#share-node ul > li > a {
  display: table;
  margin: 0 auto;
  margin-top: 7px;
}
.icon-share {
  height: 25px;
  width: 25px;
}
#icon-share-face {
  background-image: url('../img/share-node/fb-i.png');
}
#icon-share-face:hover {
  background-image: url('../img/share-node/fb-a.png');
}
#icon-share-twitter {
  background-image: url('../img/share-node/tw-i.png');
}
#icon-share-twitter:hover {
  background-image: url('../img/share-node/tw-a.png');
}
#icon-share-google {
  background-image: url('../img/share-node/google-i.png');
}
#icon-share-google:hover {
  background-image: url('../img/share-node/google-a.png');
}
/**
* Buscador autocompletar
*/
#edit-actions {
  display: block;
}
ul[data-sa-theme="basic-blue"].ui-menu .ui-menu-item {
  font-family: Lato !important;
  line-height: 13px;
  font-size: 11px;
  color: white;
}
.ui-widget-content {
  background: none;
}
.ui-menu-item a {
  background-color: rgba(191, 187, 186, 0.8);
  color: white;
  border-radius: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.ui-menu-item a:hover {
  background-color: rgba(0, 177, 235, 0.6) !important;
  background-image: none !important;
  color: white !important;
  border-radius: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.ui-widget {
  color: white;
}
.p3-header-titulo h1 {
  color: #ffffff;
  font-size: 40px;
  margin: 345px 0 5px 0;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.p3-header-titulo p {
  font-size: 18px;
  color: #ffffff;
}
.encabezado {
  background-size: cover;
  background-position: center;
}
/**
* Footer
*/
.imagen-border-logo {
  width: 179px;
  height: 23px;
  background: #e32a84;
}
.main-footer .row > div:first-child {
  padding-right: 15px !important;
}
.main-footer {
  background-color: #03000c;
  padding-top: 0;
}
.bordelogo {
  background-image: url("../img/linea.jpg");
  height: 23px;
  background-size: cover;
}
#lista-telefono,
#lista-menu {
  color: white;
  list-style: none;
  margin-bottom: 23px !important;
  margin-top: 35px;
}
hr {
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
#lista-telefono li {
  width: 12.5%;
  display: inline-block;
  border-right: 1px solid white;
  text-align: center;
}
#lista-telefono li > img {
  position: relative;
  top: -6px;
  margin-right: 10px;
}
#lista-telefono li > span {
  font-size: 9px;
  margin: 0px;
  display: block;
}
#lista-telefono img {
  display: inline-block;
}
#lista-telefono h1 {
  display: inline-block;
  font-weight: bold;
}
#lista-telefono h1 {
  margin: 0;
}
#lista-telefono h1 {
  font-size: 1.7em;
}
#lista-menu {
  margin-top: 20px;
}
#lista-menu li {
  display: inline-block;
  color: white;
  width: 16.3%;
  text-align: center;
}
#lista-menu li > a {
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#lista-contacto li > p {
  color: white;
  font-size: 14px;
  font-family: Arial;
}
#lista-contacto li {
  padding-top: 15px;
}
.lista-contacto-dir img {
  position: relative;
  top: 151px;
  margin-right: 16px;
  margin-left: 5px;
}
.lista-contacto-tel span {
  position: relative;
  top: 0px;
  margin-right: 10px;
  color: #00b2ef;
  font-size: 35px;
}
.lista-contacto-dir span {
  position: relative;
  top: 0px;
  margin-right: 10px;
  color: #00b2ef;
  font-size: 35px;
}
.lista-contacto-mail span {
  position: relative;
  margin-right: 18px;
  color: #00b2ef;
  font-size: 30px;
}
#terminos-acerca {
  text-align: center;
  position: relative;
  top: 133px;
  color: white;
}
#terminos-acerca a {
  color: white;
  text-decoration: none;
}
.region-footer1 {
  position: relative;
  top: 120px;
}
#contacto {
  background-image: url("../img/areas/background-contactos.jpg");
  height: 288px;
  background-size: 100% 100%;
}
@media (min-width: 1440px) {
  .encabezado {
    height: 475px;
  }
  /**
  * Contacto areas,programas,noticias
  */
  .texto-compartir {
    padding-top: 25px;
  }
  /**
  * Menu
  */
  .menu-tercer-columna {
    position: relative;
    top: -21px;
  }
  #p3-header {
    top: 208px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .encabezado {
    height: 475px;
  }
  /**
  * Contacto areas,programas,noticias
  */
  .texto-compartir {
    padding-top: 25px;
  }
  /**
  * Menu
  */
  .menu-tercer-columna {
    position: relative;
    top: -28px;
  }
  #p3-header {
    top: 216px;
  }
  /**
  * Share node
  */
  .texto-compartir {
    padding-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /**
  * Gtranslate
  */
  .switcher .selected a {
    width: auto !important;
    background: url(/sites/all/modules/gtranslate/gtranslate-files/arrow_down.png) 120px center no-repeat !important;
  }
  .encabezado {
    height: 359px;
  }
  .p3-header-titulo h1 {
    margin: 265px 0 5px 0;
  }
  #imagen-menu-fondo {
    height: 88px;
  }
  /**
  * Header home
  */
  .p1-ciudad-txt-junin p {
    font-size: 14px;
    left: 110px;
  }
  .p1-fecha-txt-junin p {
    font-size: 12px;
  }
  .imagen-escudo {
    position: relative;
    left: 105px;
  }
  /**
  * Header home :: Menu
  */
  .menu-tercer-columna {
    position: relative;
    top: -24px;
  }
  .ul-dropdown {
    padding: 0 20px 0 20px !important;
    width: 23.7%;
    display: inline-block;
    margin-bottom: 0 !important;
  }
  #p2-header {
    height: 87px;
  }
  #p2-menu {
    top: 62px;
  }
  #p2-menu li > a {
    padding: 6px 0 6px 0;
    font-size: 10px;
    width: 96px !important;
  }
  #p2-menu li > a:hover {
    font-size: 10px;
  }
  .ul-dropdown li > a {
    font-size: 10px !important;
  }
  .dropdown-menu-top {
    width: 672px;
  }
  #dropdown-ciudad-header {
    left: -96px;
  }
  #dropdown-areas-header {
    left: -192px;
  }
  #dropdown-servicios-header {
    left: -288px;
  }
  #dropdown-ga-header {
    left: -576px;
  }
  #ul-dropdown-ga-header {
    margin-left: 540px;
  }
  #p3-header {
    top: 208px;
  }
  .btn-web-anterior {
    z-index: 4;
    position: absolute;
    top: 138px;
    width: 100%;
    background-color: rgba(4, 174, 226, 0.5);
    border: 0;
    padding: 10px 0;
    border-bottom: 6px solid #04aee2;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  .btn-web-anterior:hover {
    z-index: 4;
    position: absolute;
    top: 138px;
    width: 100%;
    background-color: #04aee2;
    border: 0;
    padding: 10px 0;
    border-bottom: 6px solid #04aee2;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  /**
  * Share node
  */
  #share-node {
    background-color: #cccccb;
    min-height: 34px;
  }
  #share-node ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 20%;
    background-color: white;
    margin: 0 auto;
    left: 0;
  }
  #share-node ul > li {
    background-color: white;
    width: 33.2%;
    min-height: 34px;
    display: inline-block;
  }
  /**
  * Footer
  */
  #lista-telefono li > h1 {
    font-size: 30px;
  }
  #lista-telefono li > span {
    font-size: 9px;
  }
  #lista-telefono,
  #lista-menu {
    margin-top: 25px;
  }
  #lista-menu li > a {
    font-size: 11px;
  }
  #lista-contacto li > p {
    font-size: 12px;
  }
  .lista-contacto-dir img {
    top: -8px;
    margin-right: 13px;
  }
  .lista-contacto-tel span {
    top: 0px;
  }
  .lista-contacto-mail span {
    top: 0px;
  }
  #terminos-acerca a {
    font-size: 14px;
  }
  #terminos-acerca {
    top: 127px;
  }
  #lista-telefono li {
    width: 16.2%;
    display: inline-block;
    border-right: 1px solid white;
    text-align: center;
  }
  #lista-menu li {
    width: 16.2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .encabezado {
    height: 269px;
  }
  .p3-header-titulo h1 {
    margin: 158px 0 5px 0;
    font-size: 30px;
  }
  .p3-header-titulo p {
    font-size: 14px;
  }
  /**
    * Header home
    */
  #p1-header {
    height: 45px;
  }
  .p1-ciudad-txt-junin p {
    font-size: 12px;
    left: 68px;
    top: 0px;
  }
  .p1-fecha-txt-junin p {
    font-size: 12px;
    margin: 15px 0 0 0;
  }
  .imagen-escudo {
    position: relative;
    left: 62px;
  }
  .navbar-servicios ul > li > a {
    font-size: 10px !important;
  }
  .navbar-servicios ul > li > a:hover {
    font-size: 10px !important;
  }
  #p2-header {
    height: 88px;
  }
  #p2-menu {
    left: 8px;
    top: 62px;
  }
  #p2-menu li > a:hover {
    padding: 6px 0px 6px 0px;
  }
  #p2-menu li > a {
    padding: 6px 12px 6px 12px;
    font-size: 9px;
  }
  .ul-dropdown li > a {
    font-size: 8px !important;
  }
  .ul-dropdown {
    width: 24.5%;
    padding: 0px 0px 0 20px !important;
  }
  #p2-menu,
  x:-moz-any-link,
  x:default {
    top: 61px;
  }
  .dropdown-menu-top {
    width: 700px;
  }
  #dropdown-ga-header {
    left: -485px;
  }
  #p3-header {
    width: 100% !important;
  }
  /**
  * Footer
  */
  #lista-telefono,
  #lista-menu {
    margin-top: 20px !important;
  }
  #lista-telefono li {
    width: 32% !important;
    border-right: 0px !important;
    margin-bottom: 10px !important;
  }
  .left50 {
    margin-left: 36px !important;
  }
  #lista-menu li {
    width: 32% !important;
    text-align: center !important;
  }
  #lista-contacto li > p {
    font-size: 12px !important;
  }
  .lista-contacto-dir img {
    top: -8px !important;
  }
  .lista-contacto-mail span {
    top: 0px !important;
  }
  #terminos-acerca {
    top: 163px !important;
    font-size: 14px;
  }
  .region-footer1 {
    position: relative;
    top: 151px;
  }
  /**
  * Navbar xs
  */
  .navbar-nav-home .open .dropdown-menu {
    background-color: #f6f7f9;
  }
  .navbar-home-xs {
    background-color: #cccccb;
    box-shadow: none;
  }
  .navbar-home-xs ul > li {
    width: 14.2%;
    float: center;
    text-align: center;
    color: white;
    font-size: 12px;
  }
  .navbar-home-xs ul > li > a {
    color: black !important;
    font-size: 13px !important;
    padding: 12px 10px 12px 10px !important;
    font-weight: bold !important;
    background-color: #f6f7f9;
    border-bottom: 1px solid #dfe0e2;
  }
  .navbar-home-xs ul > li > a:hover {
    color: white !important;
    font-size: 13px !important;
    padding: 12px 10px 12px 10px !important;
    background-color: #90cded !important;
    border-bottom: 0px;
    border-left: 6px solid #11aee3;
  }
  .navbar-home-xs ul > li {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 12px;
  }
  .navbar-home-xs ul > li > a {
    font-size: 11px !important;
  }
  .navbar-home-xs ul > li > a:hover {
    border-bottom: 0px !important;
    font-size: 11px !important;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: #98cded;
    border-left: 6px solid #11aee3;
    color: white !important;
    border-bottom: 0;
  }
  #imagen-home {
    height: 270px;
  }
  #imagen-menu-fondo {
    height: 88px;
  }
  /**
  * Share node
  */
  #share-node ul {
    width: 27%;
    position: relative;
    left: 0;
    margin: 0 auto;
  }
  .btn-web-anterior {
    z-index: 4;
    position: absolute;
    top: 106px;
    width: 100%;
    background-color: rgba(4, 174, 226, 0.5);
    border: 0;
    padding: 5px 0;
    border-bottom: 6px solid #04aee2;
    color: white;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
  }
  .btn-web-anterior:hover {
    z-index: 4;
    position: absolute;
    top: 106px;
    width: 100%;
    background-color: #04aee2;
    border: 0;
    padding: 5px 0;
    border-bottom: 6px solid #04aee2;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  /**
  * Menu
  */
  #p2-menu li > a {
    padding: 6px 0px 6px 0px;
    font-weight: bold;
    text-decoration: none;
    font-size: 9px;
    width: 74px !important;
    display: block;
    text-align: center;
  }
  .dropdown-menu-top {
    width: 532px;
  }
  #dropdown-ciudad-header {
    left: -67px;
  }
  #dropdown-areas-header {
    left: -145px;
  }
  #dropdown-servicios-header {
    left: -223px;
  }
  #dropdown-ga-header {
    left: -457px;
  }
  #ul-dropdown-ga-header {
    margin-left: 395px;
  }
  .menu-tercer-columna {
    top: -21px;
    position: relative;
  }
  /**
  * Buscador
  */
  #edit-search-block-form--2 {
    height: 40px;
  }
  header .btn {
    padding: 8px 12px !important;
  }
  #p3-header {
    width: 100%;
    height: 107px;
    position: absolute;
    z-index: 2;
    top: 150px;
  }
  .p3-header-titulo h1 {
    margin: 175px 0 5px 0;
  }
  /**
  * Infordependencias
  */
  .ubicacion {
    left: 0;
  }
  .ubicacion h6 {
    font-size: 16px;
  }
  #contacto {
    background-image: url(../img/areas/background-contactos.jpg);
    height: auto;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  /**
  * Maintenace page
  */
  #maintenance-page img {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
  }
  #maintenance-page h3 {
    color: white;
    text-align: center;
    margin-top: 0;
    font-size: 20px;
  }
  .maintenance-content {
    color: black;
    text-align: center;
    font-size: 18px;
  }
  /**
  * Search autocomplete
  */
  ul[data-sa-theme="basic-blue"].ui-menu {
    list-style: none;
    padding: 0px;
    margin: 0;
    display: block;
    float: left;
    min-width: 100% !important;
    width: 100% !important;
  }
  .encabezado {
    height: 269px;
  }
  .p3-header-titulo h1 {
    margin: 158px 0 5px 0;
    font-size: 30px;
  }
  .p3-header-titulo p {
    font-size: 14px;
  }
  #contenedor-interno {
    background-color: white;
    padding: 30px 10px;
  }
  #p3-header {
    width: 100%;
    margin-left: 0%;
    height: 107px;
    position: absolute;
    z-index: 10 !important;
    top: 110px;
  }
  .content-logo-xs {
    background-color: #00b3ef;
  }
  .content-logo-xs img {
    margin: 0 auto;
  }
  /**
  * Share node
  */
  #share-node ul {
    width: 40%;
    position: relative;
    left: 0;
    margin: 0 auto;
  }
  #share-node ul > li {
    width: 33.3%;
  }
  #share-node {
    background-color: white;
  }
  .texto-compartir {
    padding-top: 25px;
  }
  /**
  * Navbar xs
  */
  /**
 * Navbar xs
 */
  .navbar {
    height: 53px;
    min-height: 53px;
  }
  .navbar-toggle {
    float: left;
    margin: 10px 0 0 4px;
  }
  .navbar-home-xs {
    background-color: #cccccb;
    box-shadow: none;
  }
  .navbar ul li .dropdown-menu {
    background: #f6f7f9;
  }
  .dropdown-menu li {
    display: inline-block;
    width: 49%!important;
    color: #a2a3a5;
  }
  .navbar-home-xs ul > li {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 12px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #a2a3a5!important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #00b2ef;
  }
  .navbar-home-xs ul > li {
    width: 14.2%;
    float: center;
    text-align: center;
    color: white;
    font-size: 12px;
  }
  .navbar-home-xs ul > li > a {
    color: black !important;
    font-size: 13px !important;
    padding: 12px 10px 12px 10px !important;
    font-weight: bold !important;
    background-color: #f6f7f9;
    border-bottom: 1px solid #dfe0e2;
  }
  .navbar-home-xs ul > li > a:hover {
    color: white !important;
    font-size: 13px !important;
    padding: 12px 10px 12px 10px !important;
    background-color: #90cded !important;
    border-bottom: 0px;
    border-left: 6px solid #11aee3;
  }
  .navbar-home-xs ul > li {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 12px;
  }
  .navbar-home-xs ul > li > a {
    font-size: 11px !important;
  }
  .navbar-home-xs ul > li > a:hover {
    border-bottom: 0px !important;
    font-size: 11px !important;
  }
  /**
  * Footer
  */
  #lista-contacto li > p {
    display: block;
  }
  .lista-contacto-dir img {
    top: 0px !important;
    display: block;
    margin: 0 0 10px 0;
  }
  .lista-contacto-mail span {
    top: 0px !important;
    display: block;
    margin: 0 0 10px 0;
  }
  #lista-contacto li > p {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .lista-contacto-dir {
    text-align: center;
  }
  .lista-contacto-mail {
    text-align: center;
  }
  .lista-contacto-tel {
    text-align: center;
  }
  .lista-contacto-tel span {
    margin: 0 0 10px 0;
  }
  #lista-telefono li > h1 {
    font-size: 45px !important;
  }
  #lista-telefono li {
    width: 32% !important;
    border-right: 0px !important;
    margin-bottom: 10px !important;
  }
  #lista-menu li {
    width: 32% !important;
    text-align: center !important;
  }
  #terminos-acerca {
    text-align: center;
    position: relative;
    top: 24px;
    color: white;
  }
  .ubicacion h6 {
    font-size: 16px;
  }
  .region-footer1 {
    position: relative;
    top: 9px;
  }
  /**
  * Contacto areas, programas, noticias
  */
  #contacto {
    background-image: none;
    height: auto;
    background-size: 100% 100%;
    text-align: center;
    padding: 30px 0 !important;
    background-color: white;
  }
  #contacto h1 {
    font-size: 15px !important;
  }
  #contacto h2 {
    font-size: 15px !important;
  }
  #contenedor-interno-contacto {
    background-color: white;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .contacto-redes-sociales li > a {
    float: initial;
    display: block;
    margin-right: 5px;
    cursor: pointer;
  }
  #contenedor-interno-contacto ul {
    margin-top: 15px;
  }
  /**
  * Navbar areas
  */
  .navbar-areas {
    background-color: #cccccb;
    border-radius: 0;
    border: 0;
    height: auto;
  }
  .navbar-areas ul > li > a {
    color: white;
    font-weight: bold;
    padding: 15px 10px;
    font-size: 14px;
    border: 0;
  }
  .navbar-areas ul > li {
    color: white;
    font-weight: bold;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid white;
  }
  .navbar-areas ul > li > a:hover {
    background-color: white;
    color: #00b2ef;
    border-bottom: 0px;
  }
  .navbar-areas .navbar-nav > .open > a,
  .navbar-areas .navbar-nav > .open > a:focus,
  .navbar-areas .navbar-nav > .open > a:hover {
    background-color: white;
    color: #00b2ef;
    border-bottom: 0px;
  }
  .navbar-areas div > ul {
    margin: 0;
  }
  .na-dropdown-menu {
    background-color: white !important;
  }
  .na-dropdown-menu li a {
    background-color: white;
    font-size: 14px !important;
    padding: 15px 10px !important;
    border-bottom: 0px !important;
    color: #cccccb !important;
  }
  .na-dropdown-menu li a:hover {
    background-color: white !important;
    color: #00b2ef !important;
  }
  .na-dropdown-menu li:first-of-type a {
    border-radius: 0;
  }
}
@media (max-width: 568px) {
  /**
  * Search autocomplete
  */
  ul[data-sa-theme="basic-blue"] .ui-autocomplete-field-title {
    text-align: left;
    font-size: 1.2em !important;
  }
  .encabezado {
    height: 264px;
  }
  #fondo-home {
    background-image: url(../img/header.tpl/slider-xs/01.jpg);
  }
  /**
  * Footer
  */
  #lista-telefono li {
    width: 49% !important;
    border-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  #lista-contacto li > p {
    display: block;
  }
  .lista-contacto-dir img {
    top: 0px !important;
    display: block;
    margin: 0 0 10px 0;
  }
  .lista-contacto-mail span {
    top: 0px !important;
    display: block;
    margin: 0 0 10px 0;
  }
  #lista-contacto li > p {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .lista-contacto-dir {
    text-align: center;
  }
  .lista-contacto-mail {
    text-align: center;
  }
  .lista-contacto-tel {
    text-align: center;
  }
  .lista-contacto-tel span {
    margin: 0 0 10px 0;
  }
  #lista-telefono li > h1 {
    font-size: 30px !important;
  }
  .region-footer1 {
    position: relative;
    top: 12px;
  }
}
