/*
color accesibilidad: #ffffff (#4e5759)
fondo accesibilidad: #404041
azul color: #198ec5
amarillo color: #AE151E
gris color: #747678;
subtitulo color: #414141
fuente color: #404041
fuente botones color: #b2b2b2
fondo botones color:  
*/
html {
  background-color: white; }

body {
  color: #404041; }

body.no-home {
  /*background-color:  #efefef;*/ }

a, a:visited, a:active {
  color: #404041; }

a:hover {
  color: #AE151E; }

/*** ESTRUCTURA ***/
.header-wrapper {
  /*border-bottom: 1px solid #d2d2d2;*/ }

.side-wrapper {
  background-color: #ebebeb; }

/*** MIGAS DE PAN ***/
.breadcump-wrapper {
  color: #b1b1b1; }

.breadcump-wrapper span {
  color: #AE151E; }

/*** TÃ?TULOS Y SUBTÃ?TULOS ***/
h1 {
  color: #198ec5; }

h2 {
  color: #AE151E; }

.home h2 {
  color: #198ec5; }

h3 {
  /*color: #198ec5;*/ }

h4 {
  /*color: #198ec5;*/
  border-bottom: 1px solid #d2d2d2; }

.panel-heading > h4 {
  border-bottom: none; }

.bg-blue, .bg-blue h2 {
  color: white;
  /*background-color: #1A8FC6;*/ }

.bg-lightGray, .bg-lightGray h2 {
  color: white;
  /*background-color: #E6E7E8;*/ }

.bg-darkGray, .bg-darkGray h2 {
  color: white;
  /*background-color: #87898B;*/ }

/*** ACCESIBILIDAD ***/
.accesibility-wrapper {
  background-color: #F2F1F1;
  color: #ffffff; }

.accesibility-wrapper a {
  color: #ffffff; }

.accesibility-wrapper a:hover {
  opacity: 0.6; }

/*** LOGO Y MENÃš ***/
.menu-wrapper {
  background-color: #F8F8F8; }

#navbar-menu .nav li > a {
  color: #1B1F49; }

.home .menu-wrapper > div:nth-child(3) {
  background-color: rgba(0, 130, 191, 0.8); }

.home .menu-wrapper .dark {
  background-color: rgba(0, 130, 191, 0.8); }

.menu-wrapper .dark {
  background-color: #1e25c3; }

.home .menu-wrapper .dark text {
  background-color: rgba(0, 130, 191, 0.9); }

.menu-wrapper a:hover {
  /*color: #AE151E !important;*/
  /*background-color: rgba(0,130,191,.8) !important;*/ }

/*
.nav li.dark > a{
	color: #fff !important;
}
*/
.home .menu-wrapper .dark > a:hover {
  color: #AE151E !important; }

.home .menu-wrapper .dark > a:focus {
  color: white !important; }

.no-home .menu-wrapper .dark > a {
  color: #198ec5 !important; }

.no-home .menu-wrapper .dark > a:hover {
  color: #AE151E !important; }

.no-home .menu-wrapper .ocre a {
  color: #AE151E !important; }

.no-home .menu-wrapper .ocre a:hover {
  color: #198ec5 !important; }

.menu-wrapper div:nth-child(5) {
  /*background-color: rgba(255,255,255,1);*/ }

.logo-submenu {
  color: #198ec5; }

@media (min-width: 992px) {
  .menu-col li:hover {
    background: #e9e9e9; }

  /*
  .menu-col li:hover > a {
      color: #AE151E !important;
  }*/ }
/*** BUSCADOR ***/
.search-wrapper .search-field {
  background-color: white; }

.search-wrapper .search-field a {
  color: #198ec5; }

.search-wrapper .search-field a:hover {
  color: #AE151E; }

.search-wrapper .search-freq {
  color: white;
  /*background-color: rgba(0,0,0,0.7);*/
  background-color: rgba(0, 130, 191, 0.8); }

.search-wrapper .search-freq a {
  background-color: white; }

.search-wrapper .search-freq a:hover {
  color: #AE151E; }

/*** Ã?NDICE ***/
.index-wrapper {
  /*background-color: rgba(0,0,0,0.7);
  background-color: rgba(255,255,255,.8);*/ }

.index-wrapper a {
  color: #404041; }

.index-wrapper a:hover {
  color: #AE151E; }

.index-wrapper a:hover div {
  color: #AE151E; }

/*** NOTICIAS ***/
.carousel-caption {
  color: inherit; }

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.4); }

.carousel-indicators .active {
  background-color: rgba(0, 0, 0, 0.4);
  border: none; }

.news-wrapper .date {
  color: #1A8FC6; }

.news-wrapper .all a {
  color: #AE151E; }

.news-wrapper .all a:hover {
  color: #198ec5; }

/*** CIUDADANO ***/
.ciudadano-wrapper a {
  color: white; }

.ciudadano-wrapper .icon {
  background-color: #0082BF; }

.ciudadano-wrapper .row div a:hover .icon {
  background-color: #AE151E; }

.ciudadano-wrapper .other-links > div > div {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.ciudadano-wrapper .other-links > div > div:nth-child(1) {
  border-top: none; }

.ciudadano-wrapper .other-links a:hover, .ciudadano-wrapper a:hover .text {
  opacity: 0.5; }

.tooltiptext h3 {
  color: #198ec5; }

@media (max-width: 768px) {
  .ciudadano-wrapper .icon {
    background-color: transparent; }

  .ciudadano-wrapper .row div a:hover .icon {
    background-color: transparent; } }
/*** INTITUCIONES ***/
.instituciones-wrapper h2 {
  color: #404041; }

.instituciones-wrapper a {
  color: #404041; }

.instituciones-wrapper .level1 .text {
  color: #404041;
  /*background-color: rgba(255,255,255,0.1);*/
  background: url(../img/circulo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.instituciones-wrapper .level1 .text.selected {
  color: white;
  background: url(../img/circulo2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

/*.instituciones-wrapper .row div a:hover .text {
	background-color: rgba(255,255,255,0.3);
}*/
.instituciones-wrapper .other-links a:hover, .instituciones-wrapper a:hover .text {
  opacity: 0.5; }

.instituciones-wrapper a:hover .text.selected {
  opacity: 1; }

.instituciones-wrapper .other-links .row > div:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.instituciones-wrapper .level2 a {
  color: #404041; }

.instituciones-wrapper .level2 a:hover .text {
  opacity: 0.5; }

.instituciones-wrapper .level2 .icon {
  color: #404041;
  background-color: rgba(0, 0, 0, 0.1); }

.instituciones-wrapper .level2 a:hover .icon {
  color: white;
  background-color: #009571;
  background-image: none; }

@media (max-width: 767px) {
  .instituciones-wrapper .level1 .text {
    background: url(../img/no.svg); }

  .instituciones-wrapper .level1 .text.selected {
    color: #AE151E;
    background: url(../img/no.svg); }

  .instituciones-wrapper .level2 .icon {
    background-color: transparent; }

  .instituciones-wrapper .level2 a:hover .icon {
    color: #404041;
    background-color: transparent; } }
/*** FUNCIONARIOS ***/
.funcionarios-wrapper {
  color: #404041; }

.funcionarios-wrapper h2 {
  color: white; }

.funcionarios-wrapper .icon {
  background-color: rgba(0, 0, 0, 0.1); }

.funcionarios-wrapper .row div a:hover .icon {
  background-color: #00C6C3; }

.funcionarios-wrapper a {
  color: white; }

.funcionarios-wrapper .other-links a:hover, .funcionarios-wrapper a:hover .text {
  opacity: 0.5; }

.funcionarios-wrapper .other-links .row > div:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

@media (max-width: 767px) {
  .funcionarios-wrapper .other-links .row > div:nth-child(2) {
    border: none; }

  .funcionarios-wrapper .icon {
    background-color: transparent; }

  .funcionarios-wrapper .row div a:hover .icon {
    background-color: transparent; } }
/*** MUNICIPALIDADES ***/
.municipalidades-wrapper h2 {
  color: #404041; }

.municipalidades-wrapper h3 {
  color: #7f7f7f; }

.municipalidades-wrapper {
  color: #404041; }

.municipalidades-wrapper a {
  color: #404041; }

.municipalidades-wrapper .other-links a:hover, .municipalidades-wrapper a:hover .text {
  opacity: 0.5; }

.municipalidades-wrapper .icon {
  color: #404041;
  background-color: rgba(0, 0, 0, 0.1); }

.municipalidades-wrapper a:hover .icon {
  color: white;
  background-color: #5757A5;
  background-image: none; }

.municipalidades-wrapper .other-links > div > div {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.municipalidades-wrapper .other-links > div > div:nth-child(1) {
  border-top: none; }

@media (max-width: 768px) {
  .municipalidades-wrapper .icon {
    background-color: transparent; }

  .municipalidades-wrapper a:hover .icon {
    color: #404041;
    background-color: transparent; } }
/*** ENLACES DEL FOOTER ***/
.footerlinks-wrapper {
  background-color: #f5f5f5; }

.footerlinks-wrapper a {
  color: #87898B; }

.footerlinks-wrapper a:hover {
  color: #198ec5; }

.footerlinks-wrapper .row > div:nth-child(1) .title, .footerlinks-wrapper .row > div:nth-child(3) .title {
  background-color: #ebebeb; }

.footerlinks-wrapper .row > div:nth-child(2) .title, .footerlinks-wrapper .row > div:nth-child(4) .title {
  background-color: #f5f5f5; }

/*** FOOTER ***/
footer {
  background-color: #EDEEEF; }

.no-home footer, .menu footer {
  border-top: 1px solid #d2d2d2; }

footer, footer a, footer a:visited, footer a:active, footer em {
  color: #1B1F49; }

footer .aui .bs3 .btn-primary {
  color: #1B1F49; }

footer a:hover, footer a:hover em {
  /*color: #ffffff !important;*/
  box-shadow: 0 2px 4px !important; }

/*** ACORDEÓN ***/
.panel-group .panel-heading {
  background-color: #198ec5; }

.panel-group .panel-heading a {
  color: white; }

.panel-group .panel-heading a:hover {
  color: #00608c !important; }

nav.navbar.bootsnav {
  background-color: #F8F8F8;
  padding-left: 0;
  padding-right: 0;
  margin: 0; }