/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-nov-2016, 14:09:28
    Author     : Pedrero
*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica);
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'RingbearerMedium';
  src: url('../fonts/ringbearer.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/ringbearer.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ringbearer.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/ringbearer.woff') format('woff'), /* Modern Browsers */ url('../fonts/ringbearer.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ringbearer.svg') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Selima';
  src: url('../fonts/selima.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/selima.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/selima.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/selima.woff') format('woff'), /* Modern Browsers */ url('../fonts/selima.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/selima.svg') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
.negrita {
  font-weight: bold;
}
.marron {
  color: #BD602A !important;
}
#loading {
  text-align: center;
  display: none;
  /*visibility:hidden;*/
  background: transparent url(../imagenes/overlay_liso.png) repeat top left;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  transition: display,0.5s;
}
#loading img {
  margin-top: 10%;
  width: 30%;
}
@media  (max-width :959px)  {
  #loading img {
    width: 50%;
  }
}
@media  (max-width: 459px)  {
  #loading img {
    width: 80%;
  }
}
html {
  background: url('../imagenes/pattern.jpg') repeat;
}
* {
  margin: 0;
  padding: 0;
  /*max-width: 100%;*/
  box-sizing: border-box;
}
body {
  background-color: white;
  max-width: 100%;
  min-width: 300px;
  /*width: 1980px;*/
  margin: 0px auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
}
p {
  font-family: 'Lato', sans-serif;
}
ul,
li {
  font-family: 'Lato', sans-serif;
}
a {
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}
span {
  font-family: 'Lato', sans-serif;
}
.transparente:hover {
  opacity: 0.7;
  background-color: transparent !important;
}
#info {
  /* display: none;*/
  position: fixed;
  top: 20px;
  bottom: 0px;
  right: 20px;
  height: 20px;
  z-index: 999;
  padding: 10px;
  background-color: gray;
  border-radius: 5px;
  opacity: 0.7;
  color: white;
}
.loading {
  display: none;
  text-align: center;
  background: transparent url(../imagenes/overlay_liso.png) repeat top left;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.boton a {
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  float: right;
  background-color: #BD602A;
  transition: background-color, 0.5s;
  color: white;
  text-decoration: none;
  padding: 15px;
}
.boton a:hover {
  background-color: #F1DDAE;
}
.centrado {
  margin: 0px auto;
  text-align: center !important;
}
.ancho {
  display: block !important;
  width: 100% !important;
}
.ancho img {
  max-width: 100% !important;
}
.leer-mas-estado {
  display: none;
}
.leer-mas-target {
  opacity: 0;
  display: table;
  transition: 0.5s ease;
}
.leer-mas-target p {
  font-size: 0px !important;
}
.leer-mas-estado:checked ~ .leer-mas-target {
  opacity: 1;
}
.leer-mas-estado:checked ~ .leer-mas-target p {
  font-size: 16px !important;
}
.leer-mas-estado ~ div > .leer-mas-trigger:before {
  content: 'Leer más';
}
.leer-mas-estado:checked ~ div > .leer-mas-trigger:before {
  content: 'Ocultar';
}
.leer-mas-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  color: #F1DDAE;
  text-transform: uppercase;
  background-color: #BD602A;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.5s;
}
.leer-mas-trigger:hover {
  background-color: #F1DDAE;
  color: #BD602A;
}
header {
  margin: 0px auto;
  font-size: 0px;
  width: 100%;
  padding: 20px;
  max-width: 1080px;
}
header div {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  text-align: right;
}
header div#logotipo {
  text-align: left;
  width: 30%! important;
}
header div#logotipo img {
  max-width: 100%;
  max-height: 146px;
}
header section {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
header section.buscador {
  padding: 20px;
  font-size: 18px;
  display: inline-block;
}
header section.buscador input {
  padding: 5px;
  width: 70%;
  border: #ccc 1px solid;
  border-radius: 5px;
}
header section.buscador a {
  width: 25%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  color: white;
  background-color: black;
  transition: background-color, 0.5s;
  padding: 2px 4px 2px 4px;
  border-radius: 5px;
  text-decoration: none;
}
header section.buscador a:hover {
  background-color: #BD602A;
}
header section.idiomas label img {
  width: 30px;
  vertical-align: middle;
}
header section.idiomas #cIdioma {
  color: black;
  display: inline-block;
  vertical-align: middle;
}
header section.idiomas #cIdioma img {
  width: 20px !important;
  vertical-align: middle;
  margin-top: 4px;
}
header section.redes p {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
header section.redes a {
  color: black;
  padding-left: 20px;
  vertical-align: middle;
}
header section.redes i {
  vertical-align: middle;
}
@media  (max-width :959px)  {
  header div {
    width: 100%;
    text-align: center;
  }
  header div#logotipo {
    width: 50% !important;
    margin-left: 25%;
    text-align: center;
  }
}
@media  (max-width: 459px)  {
  header div#logotipo {
    width: 100% !important;
    margin-left: 0px;
  }
}
nav#menu {
  background-color: #BD602A;
  margin-bottom: 0px;
}
nav#menu #menu-movil {
  display: none;
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  padding: 10px;
  color: white;
}
nav#menu #menu-movil i {
  margin-right: 10px;
}
nav#menu #menu-movil:hover {
  color: #BD602A;
  background-color: white;
}
nav#menu div {
  max-width: 1080px;
  display: inline-block;
  display: table;
  margin: 0px auto;
}
nav#menu div span {
  padding: 0px 4px 0px 4px;
}
nav#menu div ul li {
  display: inline-block;
  position: relative;
}
nav#menu div ul li:hover > ul {
  display: block;
}
nav#menu div ul li a {
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  transition: background-color, 0.5s;
  font-size: 20px;
  padding: 20px 10px 20px 10px;
  display: block;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
}
nav#menu div ul li a:hover {
  color: #BD602A;
  background-color: white;
}
nav#menu div ul li ul {
  display: none;
  width: 220px !important;
  z-index: 999;
  position: absolute;
  top: 60px;
  left: 0px;
  background-color: #BD602A;
  color: white;
  text-align: left !important;
  font-weight: bold;
}
nav#menu div ul li ul li {
  width: 100% !important;
}
nav#menu div ul li ul li a {
  width: 100% !important;
  font-weight: normal;
  font-size: 14px !important;
  padding: 12px 8px 12px 8px !important;
  display: block;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
}
@media  (max-width :959px)  {
  nav#menu #menu-movil {
    display: inline-block !important;
  }
  nav#menu div {
    margin: 0px !important;
    padding-left: 35px;
  }
  nav#menu div ul {
    display: none;
  }
  nav#menu div ul li {
    display: block;
  }
  nav#menu div ul li a {
    font-size: 14px;
    padding: 5px;
  }
  nav#menu div ul li ul {
    display: block;
    position: relative;
    top: 0px;
  }
  nav#menu div ul li ul li a {
    font-size: 12px !important;
    padding: 5px;
    margin-left: 20px;
  }
}
/*
nav {
    background-color:@marron;
    margin-bottom: 0px;
    div#menu{
        max-width: @anchoMaximo;
        margin: 0px auto;
        div {display: inline-block;}
        span {padding: 0px 4px 0px 4px;}
        #menu_tablet {
            margin-left: 2%;
            display: none !important;
            color: white;
            display: inline-block;
            text-align: left;
            width: 96%;
            padding-bottom: 5px;
            a{ .fuente_titulos; cursor: pointer; font-size: 14px;  padding: 10px 10px 10px 10px;display: block; color:white; text-decoration: none; text-transform: capitalize;}
            a:hover{color: @fondo; background-color: white;}
        }
        #menu_desktop {;
            display: table;
            margin: 0px auto;
            div {  color: white; display: inline-block; text-align: center;}
            div a{.fuente_titulos; transition: background-color,0.5s; font-size: 20px; padding: 20px 10px 20px 10px; display: block; color:white; text-decoration: none; text-transform: capitalize; }
            div a:hover{color: @fondo; background-color: white;}
        }
        
        div.tieneSubMenu {position: relative; cursor: pointer;}
        a.abrirSubMenu {cursor: pointer !important;}
        
        div.SubMenu {width:300px !important; z-index: 999; position: absolute; top:60px; left:0px; background-color: @marron; color: white; display: block; text-align: left !important; font-weight: bold;}
        div.SubMenu a{font-weight: normal; font-size: 14px !important; padding: 12px 8px 12px 8px !important;  display: block; color:white; text-decoration: none; text-transform: capitalize;}
        div.SubMenu a:hover{color: @fondo; background-color: white;}

        div.MiniMenu {color: white; display: block; font-weight: bold; margin-left: 15px;}
        div.MiniMenu>a{ border-top: 1px solid @marronclaro; font-weight: normal; font-size: 12px; padding: 5px 0px 5px 0px !important;  display: block; color:white; text-decoration: none; text-transform: capitalize;}
        div.MiniMenu a:hover{color: #03AE48; background-color: white;}

        div.MiniSubMenu {font-size: 10px; color: white; display: block; margin-left: 15px; }
        div.MiniSubMenu a {font-weight: normal; font-size: 10px; padding: 10px !important; width: 96%; display: block; color:white; text-decoration: none; }

        a.no_operativo {color: @beige !important; cursor: default;}                               
        a.no_operativo:hover {color: @beige !important; background-color: black !important;}
        
        @media @tablet { 
            #menu_tablet {display:inline-block !important;}
            #menu_desktop {display:none;}
        }
    }
}
*/
nav#breadcrumb {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: fit-content;
  width: -moz-fit-content;
  background-color: transparent;
}
nav#breadcrumb ol {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
nav#breadcrumb ol li {
  display: inline-block;
}
nav#breadcrumb ol li a {
  padding: 5px;
  color: #F1DDAE;
}
nav#breadcrumb ol li a:hover {
  color: #BD602A;
}
nav#breadcrumb ol li a span {
  color: #F1DDAE;
}
nav#breadcrumb ol li a span:hover {
  color: #BD602A;
}
nav#breadcrumb ol li span {
  color: #F1DDAE;
}
nav#breadcrumb ol li:last-child span {
  display: none;
}
.parallax {
  background-position: 0 0;
}
.bordeTitulo {
  float: none;
  margin: 0 auto;
  height: 1px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 15% !important;
  padding: 0px !important;
  background: #BD602A;
}
section#destacado {
  margin: 0px auto;
  margin-top: 2px;
  padding-top: 50px;
  padding-bottom: 0px;
}
section#destacado div {
  /*background-color: #F0F0F0;*/
  max-width: 1080px;
  padding: 1% 1% 0% 1%;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 10px;
}
section#destacado div h1 {
  color: black;
  padding: 1% 1% 2% 1%;
  font-size: 40px;
  text-transform: uppercase;
}
section#destacado div p {
  font-size: 18px;
  padding: 1%;
  /* text-align: justify;*/
  color: #666666;
}
section#destacado div span {
  color: #BD602A;
}
@media  (max-width :959px)  {
  section#destacado div h1 {
    font-size: 1.8em;
  }
  section#destacado div p {
    font-size: 14px;
  }
}
@media  (max-width: 459px)  {
  section#destacado div h1 {
    font-size: 1.5em;
  }
  section#destacado div p {
    font-size: 12px;
  }
}
/*
section#banner{
    background-color: @beige;
    margin-bottom: -4px;
    div{
        max-width: @anchoMaximo;
        margin: 0px auto;
        img {max-width: 100%;}
    }
}
*/
.banner {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0px auto;
}
.banner div {
  max-width: 1080px;
  margin: 0px auto;
}
.banner div img {
  max-width: 100%;
  padding: 70px;
}
section#cabecera-ruta {
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: cover;
  margin: 0px auto;
}
section#cabecera-ruta div {
  position: relative;
  max-width: 1080px;
  margin: 0px auto;
}
section#cabecera-ruta div div:first-child {
  text-align: right;
  padding: 25px;
  height: 160px;
}
section#cabecera-ruta div div:first-child img {
  max-height: 120px;
  max-width: 100%;
}
section#cabecera-ruta div h1 {
  color: white;
  font-size: 50px;
  padding-top: 50px;
  padding-bottom: 80px;
  padding-left: 2%;
  font-weight: normal;
  text-shadow: 2px 2px #40200e !important;
}
.contenido {
  padding: 2%;
  background: url('../imagenes/pattern.jpg') repeat;
}
.contenido > div {
  max-width: 1080px;
  margin: 0px auto;
}
.con_icono {
  background: url('../imagenes/icono-ruta.png') no-repeat;
  background-size: 95px;
  background-position-y: 5px;
  padding-left: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
article.ruta {
  font-size: 0px;
}
article.ruta div {
  max-width: 1080px;
  margin: 0px auto;
}
article.ruta div div:first-child {
  vertical-align: top;
}
article.ruta div div:first-child div:first-child {
  width: 40%;
  margin-right: 5%;
  display: inline-block;
}
article.ruta div div:first-child div:first-child img {
  max-width: 100%;
}
article.ruta div div:first-child div:last-child {
  width: 54%;
  padding-top: 10%;
  display: inline-block;
}
article.ruta div div:first-child div:last-child div {
  margin: 0px auto;
  text-align: center;
  width: 100%;
}
article.ruta div div:first-child div:last-child img {
  max-width: 80px;
}
article.ruta div div:first-child div:last-child h1 {
  color: #F1DDAE;
  font-size: 74px;
  text-align: center;
  margin-bottom: 10px;
}
article.ruta div div:first-child div:last-child h2 {
  color: #BD602A;
  font-size: 32px;
  text-align: center;
}
@media  (max-width :959px)  {
  article.ruta div div:first-child div:first-child {
    width: 100%;
    text-align: center;
  }
  article.ruta div div:first-child div:first-child img {
    max-width: 50%;
  }
  article.ruta div div:first-child div:last-child {
    width: 100%;
  }
  article.ruta div div:first-child div:last-child img {
    max-width: 35px;
  }
  article.ruta div div:first-child div:last-child h1 {
    font-size: 36px;
  }
  article.ruta div div:first-child div:last-child h2 {
    font-size: 26px;
  }
}
article.ruta div div:last-child {
  padding-bottom: 50px;
}
article.ruta div div:last-child p {
  color: #F1DDAE;
  padding: 1%;
  font-size: 18px;
  text-align: justify;
}
article.ruta div div:last-child span {
  font-weight: bold;
  font-size: 26px;
}
.recetas {
  font-size: 0px;
}
.recetas div h1 {
  font-size: 22px;
  color: white;
  width: 100%;
  text-align: center;
}
.recetas article {
  width: 25%;
  padding: 2% 1% 2% 1%;
  display: inline-block;
  vertical-align: top;
}
.recetas article img {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  opacity: 1;
  transition: opacity,0.5s;
}
.recetas article img:hover {
  opacity: 0.8;
}
.recetas article h1 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.recetas article h1 a {
  font-size: 22px;
  color: #F1DDAE;
  margin-bottom: 25px;
  margin-top: 15px;
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
}
.recetas article h1 a:hover {
  color: #BD602A;
}
.recetas article div > a {
  font-align: center;
  padding: 10px;
  border-radius: 5px;
  clear: both;
  color: white;
  text-decoration: none;
  background-color: #BD602A;
  transition: background-color, 0.5s;
}
.recetas article div > a:hover {
  background-color: #F1DDAE;
  color: black;
}
.filtros {
  width: 100%;
  text-align: center;
}
.filtros button {
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  background-color: #BD602A;
  color: white;
  transition: 0.5s;
  border: none;
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
}
.filtros button:hover {
  color: #BD602A;
  background-color: white;
}
.filtros button.is-checked {
  background-color: #F1DDAE;
  color: black;
}
.agenda {
  font-size: 0px;
}
.agenda article {
  width: 100%;
  padding: 2% 1% 2% 1%;
  display: block;
  vertical-align: top;
}
.agenda article img {
  max-width: 100%;
  margin-right: 15px;
  width: 120px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
  transition: opacity,0.5s;
}
.agenda article img:hover {
  opacity: 0.8;
}
.agenda article div {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.agenda article div h2 {
  font-size: 26px !important;
  display: block;
  vertical-align: middle;
  color: #BD602A;
  margin-bottom: 25px;
  margin-top: 15px;
  margin-right: 15px;
}
.agenda article div h2 > i {
  font-size: 22px;
  margin-right: 5px;
}
.agenda article div h1 {
  font-size: 26px;
  display: block;
  vertical-align: middle;
  margin-bottom: 25px;
  margin-top: 15px;
}
.agenda article div h1 a {
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  color: #F1DDAE;
}
.agenda article div h1 a:hover {
  color: #BD602A;
}
article.texto {
  font-size: 0px;
}
article.texto div {
  max-width: 1080px;
  margin: 0px auto;
  padding-bottom: 10px;
}
article.texto div img {
  max-width: 300px;
  float: left;
  margin: 0px 50px 15px 0px;
  border: 2px solid #F1DDAE;
}
article.texto div h1 {
  color: #BD602A;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}
article.texto div h2 {
  color: #BD602A;
  font-size: 32px;
  text-align: center;
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}
article.texto div h3 {
  color: #F1DDAE;
  font-size: 26px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  clear: both;
}
article.texto div p {
  color: #F1DDAE;
  padding: 1%;
  font-size: 18px;
  text-align: justify;
}
article.texto div ul,
article.texto div ol,
article.texto div li {
  color: #F1DDAE;
  padding: 1%;
  font-size: 18px !important;
  text-align: justify;
}
article.texto div li {
  margin-left: 25px;
}
article.texto div p.grande {
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  color: #F1DDAE;
  padding: 1%;
  font-size: 22px;
  text-align: center;
  line-height: 32px;
}
article.texto div a {
  color: #BD602A;
}
article.texto div a:hover {
  color: #F1DDAE;
}
article.texto div blockquote {
  font-family: 'Selima', serif !important;
  font-size: 46px;
  color: white;
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px;
  color: #F1DDAE;
}
article.texto div blockquote a {
  color: #BD602A;
}
article.texto div blockquote a:hover {
  color: #F1DDAE;
}
div.datos-recurso {
  display: inline-block;
  margin-right: 5%;
  width: 30%;
  background-color: rgba(255, 105, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  vertical-align: top;
}
div.datos-recurso img {
  max-width: 100% !important;
}
div.datos-recurso p {
  font-size: 16px !important;
  margin-bottom: 5px;
  text-align: left !important;
}
div.datos-recurso p a {
  font-weight: bold;
}
div.datos-recurso p ul li {
  margin-left: 0px !important;
  list-style: none;
  font-size: 16px !important;
}
div.datos-recurso p ul li a {
  font-size: 16px !important;
  font-weight: bold;
}
@media  (max-width :959px)  {
  div.datos-recurso {
    display: block;
    width: 100%;
    margin-bottom: 20px !important;
  }
}
div.texto-recurso {
  vertical-align: top;
  display: inline-block;
  width: 60%;
  padding: 0px 10px 10px 10px;
}
@media  (max-width :959px)  {
  div.texto-recurso {
    display: block;
    width: 100%;
  }
}
section.buscador {
  font-size: 0px;
}
section.buscador div {
  max-width: 1080px;
  margin: 0px auto;
  padding-bottom: 10px;
}
section.buscador div img {
  max-width: 300px;
  float: left;
  margin: 0px 50px 15px 0px;
  border: 2px solid #F1DDAE;
}
section.buscador div h1 {
  color: #BD602A;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}
section.buscador div h2 {
  color: #BD602A;
  font-size: 32px;
  text-align: center;
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}
section.buscador div h3 {
  color: #F1DDAE;
  font-size: 26px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  clear: both;
}
section.buscador div p {
  color: #F1DDAE;
  padding: 1%;
  font-size: 18px;
  text-align: justify;
}
section.buscador div ul,
section.buscador div ol,
section.buscador div li {
  color: #F1DDAE;
  padding: 1%;
  font-size: 18px !important;
  text-align: justify;
}
section.buscador div li {
  margin-left: 25px;
}
section.buscador div p.grande {
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  color: #F1DDAE;
  padding: 1%;
  font-size: 22px;
  text-align: center;
  line-height: 32px;
}
section.buscador div a {
  color: #BD602A;
}
section.buscador div a:hover {
  color: #F1DDAE;
}
section.buscador div blockquote {
  font-family: 'Selima', serif !important;
  font-size: 46px;
  color: white;
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px;
  color: #F1DDAE;
}
section.buscador div blockquote a {
  color: #BD602A;
}
section.buscador div blockquote a:hover {
  color: #F1DDAE;
}
section.buscador div form {
  text-align: center;
}
section.buscador div form fieldset {
  border: none;
}
section.buscador div form fieldset div {
  display: inline-block;
}
section.buscador div form fieldset div label {
  padding: 5px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 20px;
  color: white;
}
section.buscador div form fieldset div input {
  padding: 5px;
  border: none;
  border-radius: 5px;
}
section.buscador div form fieldset div select {
  padding: 5px;
  border: none;
  border-radius: 5px;
}
section.buscador div form fieldset div button {
  margin-left: 20px;
  cursor: pointer;
  padding: 6px;
  background-color: #F1DDAE;
  border: none;
  border-radius: 5px;
}
section.buscador div form fieldset div button:hover {
  background-color: #BD602A;
  color: white;
}
section.buscador div form fieldset div input.boton {
  margin-left: 20px;
  cursor: pointer;
  padding: 6px;
  background-color: #F1DDAE;
}
section.buscador div form fieldset div input.boton:hover {
  background-color: #BD602A;
}
.columna_izquierda {
  width: 76%;
  padding: 1%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2% !important;
}
@media  (max-width :959px)  {
  .columna_izquierda {
    width: 100%;
  }
}
.columna_derecha {
  width: 20%;
  padding: 1%;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  border-radius: 10px;
}
@media  (max-width :959px)  {
  .columna_derecha {
    width: 100%;
  }
}
section.frase {
  background: url('../imagenes/pattern.jpg') repeat;
}
section.frase div {
  max-width: 1080px;
  margin: 0px auto;
}
section.frase div > blockquote {
  font-family: 'Selima', serif !important;
  color: #F1DDAE;
  padding: 1% 1% 15px 1%;
  font-size: 78px;
  text-align: center;
  font-weight: normal;
  margin-left: 10%;
  max-width: 80%;
}
section.frase div > blockquote span {
  font-family: 'Selima', serif !important;
  color: #BD602A;
}
section#rutas {
  background: url('../imagenes/pattern.jpg') repeat;
}
section#rutas > h1 {
  font-family: 'Selima', serif !important;
  color: #F1DDAE;
  padding: 1% 1% 15px 1%;
  font-size: 54px;
  text-align: center;
  font-weight: normal;
  margin: 0px auto;
  max-width: 1080px;
}
section#rutas > h1 span {
  font-family: 'Selima', serif !important;
  color: #BD602A;
}
section#rutas .grande {
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  font-size: 18px;
}
section#rutas > p {
  color: #F1DDAE;
  font-size: 18px;
  padding: 1% 1% 0% 1%;
  width: 70%;
  text-align: center;
  font-weight: normal;
  margin: 0px auto;
  max-width: 1080px;
}
section#rutas div {
  max-width: 1080px;
  margin: 0px auto;
  margin-bottom: -2px;
  font-size: 0px;
  margin-top: 4px;
  text-align: center;
}
section#rutas div div {
  text-align: center;
  width: 33%;
  padding: 2%;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
}
section#rutas div div h1 {
  color: #BD602A;
  font-size: 36px;
  text-align: center;
  padding: 2% 0% 2% 0%;
}
section#rutas div div h1 span {
  margin-right: 10px;
}
section#rutas div div p {
  text-align: center;
  bottom: 5px;
  width: 100%;
  padding: 1% 0% 1% 0%;
  font-size: 18px;
  color: #F1DDAE;
  cursor: default;
  font-weight: normal !important;
}
section#rutas div div a {
  font-size: 18px;
  color: white;
  background-color: #BD602A;
  padding: 5px 15px 5px 15px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
}
section#rutas div div a:hover {
  background-color: black;
}
section#rutas div div div {
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
section#rutas div div div a {
  font-size: 0px !important;
  padding: 0px;
  background-color: transparent !important;
  width: 100%;
  margin: 0px;
  margin-top: 10px;
}
section#rutas div div div img {
  max-width: 100%;
  transition: opacity,0.5s;
  border: 2px solid white;
}
section#rutas div div div:hover img {
  opacity: 0.7;
}
@media  (max-width: 459px)  {
  section#rutas div div {
    width: 100%;
  }
  section#rutas div div h1 {
    font-size: 36px;
  }
  section#rutas div div p {
    font-size: 14px;
  }
}
section#zonas {
  background: url('../imagenes/pattern.jpg') repeat;
}
section#zonas > h1 {
  font-family: 'Selima', serif !important;
  color: #F1DDAE;
  padding: 1% 1% 15px 1%;
  font-size: 58px;
  text-align: center;
  font-weight: normal;
  margin: 0px auto;
  max-width: 1080px;
}
section#zonas > h1 span {
  font-family: 'Selima', serif !important;
  color: #BD602A;
}
section#zonas > p {
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  color: #F1DDAE;
  padding: 1% 1% 0% 1%;
  width: 70%;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin: 0px auto;
  max-width: 1080px;
}
section#zonas div {
  max-width: 1080px;
  margin: 0px auto;
  margin-bottom: -2px;
  font-size: 0px;
  margin-top: 4px;
  text-align: justify;
}
section#zonas div div {
  text-align: center;
  width: 50%;
  padding: 2%;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
}
section#zonas div div h1 {
  color: #BD602A;
  font-size: 36px;
  text-align: center;
  padding: 2% 0% 2% 0%;
}
section#zonas div div h1 span {
  margin-right: 10px;
}
section#zonas div div p {
  text-align: center;
  bottom: 5px;
  width: 100%;
  padding: 1% 0% 1% 0%;
  font-size: 18px;
  color: #F1DDAE;
  cursor: default;
  font-weight: normal !important;
}
section#zonas div div a {
  font-size: 18px;
  color: white;
  background-color: #BD602A;
  padding: 5px 15px 5px 15px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
}
section#zonas div div a:hover {
  background-color: black;
}
section#zonas div div div {
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
section#zonas div div div a {
  font-size: 0px !important;
  padding: 0px;
  background-color: transparent !important;
  width: 100%;
  margin: 0px;
  margin-top: 10px;
}
section#zonas div div div img {
  max-width: 100%;
  transition: opacity,0.5s;
  border: 2px solid white;
}
section#zonas div div div:hover img {
  opacity: 0.7;
}
@media  (max-width: 459px)  {
  section#zonas div div {
    width: 100%;
  }
  section#zonas div div h1 {
    font-size: 36px;
  }
  section#zonas div div p {
    font-size: 14px;
  }
}
section#ultimas-noticias {
  max-width: 1080px;
  margin: 0px auto;
  margin-top: 4px;
  margin-bottom: 30px;
  text-align: justify;
}
section#ultimas-noticias h1 {
  text-align: center;
  color: black;
  padding: 1% 1% 1% 1%;
  font-size: 40px;
  text-transform: uppercase;
}
section#ultimas-noticias p {
  text-align: center;
  font-size: 18px;
  padding: 1%;
  /* text-align: justify;*/
  color: #666666;
}
section#ultimas-noticias span {
  text-align: center;
  color: #BD602A;
}
section#ultimas-noticias div.noticia-principal {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  padding: 0% 1% 1% 1%;
  margin-right: 1%;
}
section#ultimas-noticias div.noticia-principal article {
  display: inline-block !important;
  width: 100%;
  margin-top: 20px;
  display: table;
}
section#ultimas-noticias div.noticia-principal article time {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
section#ultimas-noticias div.noticia-principal article h1 {
  color: #daa62c;
  text-align: justify;
  font-size: 1em;
}
section#ultimas-noticias div.noticia-principal article a {
  color: #BD602A;
}
section#ultimas-noticias div.noticia-principal article a:hover {
  color: #BD602A;
}
section#ultimas-noticias div.noticia-principal article p {
  line-height: 1.4em;
  color: #666666;
  text-align: justify;
  font-size: 0.9em;
}
section#ultimas-noticias div.noticia-principal article img {
  width: 100%;
  opacity: 0.8;
  transition: opacity,0.5s;
}
section#ultimas-noticias div.noticia-principal article img:hover {
  opacity: 1;
}
@media  (max-width :959px)  {
  section#ultimas-noticias div.noticia-principal article {
    width: 100%;
  }
}
@media  (max-width: 459px)  {
  section#ultimas-noticias div.noticia-principal article img {
    float: none;
    width: 100%;
  }
}
section#ultimas-noticias div.noticias-columna {
  width: 52%;
  vertical-align: top;
  display: inline-block;
  padding: 0% 1% 1% 1%;
}
section#ultimas-noticias div.noticias-columna article {
  display: inline-block !important;
  width: 100%;
  border-bottom: 1px solid #F1DDAE;
  margin-top: 15px;
  padding-bottom: 15px;
  display: table;
}
section#ultimas-noticias div.noticias-columna article time {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}
section#ultimas-noticias div.noticias-columna article h1 {
  color: #daa62c;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
section#ultimas-noticias div.noticias-columna article a {
  color: #BD602A;
}
section#ultimas-noticias div.noticias-columna article a:hover {
  color: #BD602A;
}
section#ultimas-noticias div.noticias-columna article div.imagen_pequeña {
  width: 35%;
  height: 120px;
  float: left;
  display: block;
  overflow: hidden;
  padding-right: 5%;
}
section#ultimas-noticias div.noticias-columna article div.imagen_pequeña img {
  width: 100%;
  opacity: 0.8;
  transition: opacity,0.5s;
}
section#ultimas-noticias div.noticias-columna article div.imagen_pequeña img:hover {
  opacity: 1;
}
@media  (max-width :959px)  {
  section#ultimas-noticias div.noticias-columna article {
    width: 100%;
  }
}
@media  (max-width: 459px)  {
  section#ultimas-noticias div.noticias-columna article img {
    float: none;
    width: 100%;
  }
}
section#ultimas-noticias div.noticias-columna > article:last-of-type {
  border-bottom: none;
}
@media  (max-width: 459px)  {
  section#ultimas-noticias div.noticia-principal {
    width: 100%;
    margin-right: 0%;
  }
  section#ultimas-noticias div.noticias-columna {
    display: none;
  }
}
section#blog {
  max-width: 1080px;
  margin: 0px auto;
  margin-top: 4px;
  margin-bottom: 30px;
  font-size: 0px;
}
section#blog h1 {
  text-align: center;
  width: 50%;
  color: black;
  padding: 1% 1% 1% 1%;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 auto;
}
section#blog p {
  text-align: center;
  font-size: 18px;
  padding: 1%;
  /* text-align: justify;*/
  color: #666666;
}
section#blog span {
  text-align: center;
  color: #BD602A;
}
section#blog a {
  color: #BD602A;
}
section#blog a:hover {
  color: #BD602A;
}
section#blog article {
  display: inline-block !important;
  width: 50%;
  margin-top: 20px;
  vertical-align: top;
  padding: 2%;
}
section#blog article div {
  display: table;
}
section#blog article div div.blog-imagen {
  z-index: 1;
  overflow: hidden;
}
section#blog article div div.blog-imagen img {
  width: 100%;
  margin-top: -20%;
  opacity: 0.8;
  transition: opacity,0.5s;
}
section#blog article div div.blog-imagen img:hover {
  opacity: 1;
}
section#blog article div div.blog-contenido {
  z-index: 3;
  padding: 15px;
  margin-left: 10%;
  width: 80%;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}
section#blog article div div.blog-contenido time {
  display: block;
  padding: 5px;
  color: #BD602A;
  font-size: 12px;
  font-weight: bold;
  background-color: #BD602A;
  color: white;
  width: 50%;
}
section#blog article div div.blog-contenido h1 {
  display: block;
  background-color: white;
  color: #daa62c;
  text-align: justify;
  font-size: 18px;
  padding: 10px;
  width: 100%;
}
section#blog article div div.blog-contenido p {
  line-height: 1.4em;
  color: #666666;
  text-align: justify;
  font-size: 14px;
  background-color: white;
  padding: 10px;
}
section#blog article a {
  color: #BD602A;
}
section#blog article a:hover {
  color: #BD602A;
}
@media  (max-width :959px)  {
  section#blog article {
    width: 100%;
  }
}
@media  (max-width: 459px)  {
  section#blog article {
    width: 100%;
    margin-right: 0%;
  }
}
section.texto {
  margin: 0px auto;
  margin-bottom: 30px;
  text-align: justify;
}
section.texto span {
  text-align: center;
  color: #BD602A;
}
section.texto article {
  display: inline-block !important;
  width: 100%;
  margin-top: 0px;
  display: table;
}
section.texto article time {
  color: #BD602A;
  font-size: 14px;
  font-weight: bold;
}
section.texto article h1 {
  color: #daa62c;
  text-align: justify;
  font-size: 2em;
  margin-bottom: 4px;
  padding-bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #BD602A;
}
section.texto article a {
  color: #BD602A;
}
section.texto article a:hover {
  color: #BD602A;
}
section.texto article p {
  line-height: 1.4em;
  color: #666666;
  text-align: justify;
  font-size: 0.9em;
}
section.texto article img {
  float: left;
  width: 35%;
  display: table;
  padding-right: 5%;
}
@media  (max-width :959px)  {
  section.texto article {
    width: 100%;
  }
}
@media  (max-width: 459px)  {
  section.texto article img {
    float: none;
    width: 100%;
  }
}
section.texto > article:first-of-type {
  margin-right: 6%;
}
div#filtroDiv {
  margin-top: 5px;
}
div#filtroDiv .boton_mapa h2 {
  text-align: center;
  background-color: #F1DDAE;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  transition: all 0.5s ease;
}
div#filtroDiv .boton_mapa h2 i {
  padding: 5px;
}
div#filtroDiv .boton_mapa h2:hover {
  background-color: #BD602A;
  color: white;
}
div#filtroDiv .boton_mapa div ul > li {
  width: 100%;
  border-bottom: 1px solid #F1DDAE;
}
div#filtroDiv .boton_mapa div ul > li a {
  cursor: pointer;
  display: block;
  width: 95% !important;
  margin-bottom: 5px;
  color: #BD602A;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 5px 5px 5px !important;
  text-align: left;
}
div#filtroDiv .boton_mapa div ul > li a:hover {
  color: black;
}
div#filtroDiv .boton_mapa div ul > li a i {
  margin-right: 5px;
}
div#filtroDiv .boton_mapa div ul > li > ul li {
  border: none;
}
div#filtroDiv .boton_mapa div ul > li > ul li a {
  margin-bottom: 0px !important;
  padding: 0px !important;
  border: none;
  color: black;
  font-size: 12px;
  transition: all 0.5s ease;
}
div#filtroDiv .boton_mapa div ul > li > ul li a:hover {
  color: #BD602A;
  background-color: white;
}
div#filtroDiv .boton_mapa div ul > li > ul li a.activo {
  color: #467C00 !important;
}
div#filtroDiv select {
  /*background-color: @marron;*/
  color: black !important;
  padding: 5px;
  border: none;
  display: inline-block;
  width: 180px;
  margin-bottom: 5px;
  font-size: 12px;
}
div#filtroDiv select img {
  width: 20px;
}
div#filtroDiv p {
  width: 100%;
  background-color: white /*@beige*/;
  padding: 5px;
  text-align: center;
}
div#filtroDiv h4 {
  width: 100%;
  background-color: white /*@beige*/;
  padding: 5px;
  text-align: left;
  margin-top: 5px;
  padding-left: 5px;
}
div#filtroDiv div {
  width: 180px;
  background-color: white /*@beige*/;
}
div#filtroDiv div ul li {
  padding: 5px;
  margin-left: 5px;
  list-style-type: none;
}
div#filtroDiv div ul li i {
  margin-right: 5px;
  color: #BD602A;
}
div#filtroDiv div ul li a {
  cursor: pointer;
}
#mapa {
  height: 550px;
  width: 100%;
  border-top: 4px solid #F1DDAE;
  border-bottom: 4px solid #F1DDAE;
}
@media  (max-width :959px)  {
  #mapa {
    height: 400px;
  }
}
@media  (max-width: 459px)  {
  #mapa {
    height: 300px;
  }
}
.gm-style-iw * {
  display: block;
  /*width: 100%;*/
  text-align: justify;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #BD602A;
}
.gm-style-iw a:hover {
  color: #BD602A;
}
.contenido_mapa {
  width: 100%;
}
.contenido_mapa .imagen_mapa {
  width: 100% !important;
}
.contenido_mapa .imagen_mapa img {
  width: 150px !important;
  margin: 0 auto;
  margin-bottom: 15px;
}
.contenido_mapa a {
  display: inline-block;
}
.contenido_mapa i {
  display: inline-block;
  margin-right: 5px;
}
.contenido_mapa p {
  margin-top: 5px;
}
section#subscribete {
  background: url(../imagenes/newsletter-bg.jpg);
  margin: 0px auto;
  margin-top: 2px;
}
section#subscribete div {
  padding: 2% 2% 2% 2%;
  text-align: center;
}
section#subscribete div h1 {
  color: white;
  text-transform: uppercase;
  font-size: 2em;
  padding: 2%;
  padding-right: 5%;
  line-height: 0.8em;
  display: inline-block;
  vertical-align: middle;
}
section#subscribete div h1 > span {
  font-size: 0.8em;
}
section#subscribete div input {
  padding: 5px;
  border-radius: 5px;
  font-size: 1em;
  vertical-align: middle;
  padding-right: 4%;
  margin-right: 5%;
}
section#subscribete div a {
  font-weight: bold;
  color: white;
  text-transform: lowercase;
  background-color: #BD602A;
  padding: 5px;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  vertical-align: middle;
}
section#subscribete div a:hover {
  background-color: #F1DDAE;
}
section#galeria {
  background: url('../imagenes/pattern.jpg') repeat;
}
section#galeria div {
  max-width: 1080px;
  margin: 0px auto;
  margin-bottom: 0px;
  font-size: 0px;
  margin-top: 0px;
  text-align: justify;
}
section#galeria div h1 {
  font-size: 36px;
  padding: 25px 10px 25px 0px;
  color: #BD602A;
}
section#galeria div ul li img {
  border: 2px solid #F1DDAE;
  height: 215px;
  opacity: 1;
}
section#galeria div ul li img:hover {
  opacity: 0.8;
}
aside.tres {
  background: url('../imagenes/pattern.jpg') repeat;
  padding-bottom: 20px;
}
aside.tres div {
  max-width: 1080px;
  margin: 0px auto;
  margin-bottom: 0px;
  font-size: 0px;
  margin-top: 0px;
  text-align: center;
}
aside.tres div div {
  text-align: center;
  width: 33%;
  padding: 2%;
  display: inline-block;
  vertical-align: top;
}
aside.tres div div a {
  width: 70%;
  color: #F1DDAE;
  background-color: transparent;
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  font-size: 26px;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  padding: 5% 0% 5% 5%;
}
aside.tres div div a:hover {
  background-color: transparent;
  opacity: 0.8;
}
aside.tres div div a span {
  color: #BD602A;
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
}
aside.tres div div p {
  margin: 0px;
  font-family: 'Selima', serif !important;
  font-size: 26px !important;
}
aside.tres div div div {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
aside.tres div div div a {
  font-size: 0px !important;
  padding: 0px;
  background-color: transparent;
  width: 100%;
}
aside.tres div div div img {
  max-width: 90%;
  background-color: transparent !important;
  transition: opacity,0.5s;
  transition: max-width, 0.5s;
}
aside.tres div div div:hover img {
  max-width: 100%;
  margin-left: -5%;
  margin-top: -10%;
  opacity: 0.8;
}
aside.tres div div div:hover a {
  background-color: transparent !important;
}
@media  (max-width :659px)  {
  aside.tres div div {
    width: 50%;
  }
}
@media  (max-width: 459px)  {
  aside.tres div div {
    width: 100%;
  }
  aside.tres div div h1 {
    font-size: 16px;
  }
  aside.tres div div p {
    font-size: 12px;
  }
}
aside {
  background: url('../imagenes/pattern.jpg') repeat;
}
aside div {
  max-width: 1080px;
  margin: 0px auto;
  margin-bottom: 0px;
  font-size: 0px;
  margin-top: 0px;
  text-align: justify;
}
aside div div {
  text-align: center;
  width: 25%;
  padding: 2%;
  display: inline-block;
}
aside div div h1 {
  color: #BD602A;
  font-size: 26px;
  text-align: center;
  padding: 10% 0% 1% 0%;
}
aside div div p {
  text-align: center;
  bottom: 5px;
  width: 100%;
  padding: 2% 0% 1% 0%;
  font-size: 18px;
  color: #F1DDAE;
  cursor: default;
}
aside div div a {
  font-size: 14px;
  color: white;
  background-color: #BD602A;
  padding: 5px 10px 5px 10px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  border-radius: 5px;
  width: fit-content;
  width: moz-fit-content;
  transition: background-color, 0.5s;
}
aside div div a:hover {
  background-color: black;
}
aside div div div {
  width: 60%;
}
aside div div div a {
  font-size: 0px !important;
  padding: 0px;
  background-color: transparent;
  width: 100%;
}
aside div div div img {
  max-width: 100%;
  background-color: transparent !important;
  transition: opacity,0.5s;
}
aside div div div:hover img {
  opacity: 0.8;
}
aside div div div:hover a {
  background-color: transparent !important;
}
@media  (max-width :959px)  {
  aside div div {
    width: 50%;
  }
}
@media  (max-width: 459px)  {
  aside div div h1 {
    font-size: 16px;
  }
  aside div div p {
    font-size: 12px;
  }
}
.listado {
  margin-top: 8px;
}
.listado h2 {
  background-color: #BD602A;
  width: 100%;
  border-radius: 5px;
  color: white;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.listado span {
  margin-right: 10px;
}
.listado ul {
  padding: 2%;
}
.listado ul li {
  width: 100%;
  list-style: none;
  display: table;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #BD602A;
  text-align: justify !important;
}
.listado ul li ul {
  margin-left: 20px;
}
.listado ul li ul li {
  border-bottom: none;
}
.listado a {
  color: black;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: bold;
}
.listado a:hover {
  color: #DA1F29;
}
.listado img {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}
.iconomenu {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  transition: all 0.2s ease-in-out;
}
.iconomenu:after,
.iconomenu:before,
.iconomenu span {
  display: block;
  transition: all 0.2s ease-in-out;
  content: '';
  margin: 3px 0;
  height: 2px;
  border-radius: 3px;
  background-color: blue;
}
.iconomenu:hover:before {
  background-color: red;
  transform: translateY(5px) translateX(3px) rotate(-70deg);
}
.iconomenu:hover:after {
  background-color: red;
  transform: translateY(-5px) translateX(-3px) rotate(70deg);
}
.iconomenu:hover span {
  background-color: red;
  transform: translateY(-6px) rotate(180deg);
}
section#promo {
  background-image: url(../imagenes/recetas-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: cover;
  margin: 0px auto;
  margin-top: 2px;
  min-height: 350px;
}
section#promo div {
  margin: 0px auto;
  position: relative;
  max-width: 1080px;
}
section#promo div img {
  float: left;
  margin-left: 1%;
  height: 250px;
  margin-top: 50px;
}
section#promo div div {
  width: 250px;
  position: absolute;
  right: 1%;
  top: 5%;
  padding: 6% 2% 4% 2%;
  text-align: center;
}
section#promo div div h1 {
  line-height: 30px;
  color: white;
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 30px;
  padding: 2%;
  text-shadow: 2px 2px #40200e !important;
  font-style: italic;
  margin-bottom: 15px;
}
section#promo div div a {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background-color: black;
  transition: background-color, 0.5s;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
}
section#promo div div a:hover {
  background-color: #F1DDAE;
  color: black;
}
@media  (max-width :659px)  {
  section#promo div img {
    float: none;
    height: 150px;
    margin-top: 25px;
    margin-left: 32%;
    margin-bottom: 15px;
  }
  section#promo div div {
    width: 96%;
    left: 2%;
    bottom: 2%;
    top: 70%;
  }
}
@media  (max-width: 459px)  {
  section#promo div {
    min-height: 200px;
  }
  section#promo div img {
    height: 100px;
    margin-left: 22%;
  }
  section#promo div div {
    font-size: 15px;
    line-height: 18px;
  }
}
section#newsletter {
  background-image: url(../imagenes/suscribete.jpg);
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  margin: 0px auto;
  margin-top: 2px;
  min-height: 210px;
}
section#newsletter div {
  margin: 0px auto;
  position: relative;
  max-width: 1080px;
}
section#newsletter div img {
  float: left;
  margin-left: 1%;
  height: 150px;
  margin-top: 30px;
}
section#newsletter div div {
  width: 500px;
  position: absolute;
  right: 1%;
  top: 0px;
  padding: 30px 2% 4% 2%;
  text-align: center;
}
section#newsletter div div form fieldset {
  border: none;
}
section#newsletter div div form fieldset input {
  border-radius: 5px;
  padding: 5px;
  border: none;
  vertical-align: middle;
}
section#newsletter div div p {
  color: white;
  font-family: 'Lato';
  font-size: 18px;
  padding: 1%;
  text-shadow: 2px 2px #40200e !important;
  margin-bottom: 10px;
}
section#newsletter div div a {
  font-weight: bold;
  color: white;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: black;
  transition: background-color, 0.5s;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
section#newsletter div div a:hover {
  background-color: #F1DDAE;
  color: black;
}
@media  (max-width :959px)  {
  section#newsletter div img {
    float: none;
    width: 50%;
    margin-top: 10px;
    height: auto;
    margin-left: 25%;
    margin-bottom: 25px;
  }
  section#newsletter div p {
    display: none;
  }
  section#newsletter div div {
    width: 96%;
    left: 2%;
    bottom: 2%;
    top: 70%;
  }
}
@media  (max-width: 459px)  {
  section#newsletter div {
    min-height: 200px;
  }
  section#newsletter div img {
    height: 100px;
    margin-left: 22%;
  }
  section#newsletter div div {
    font-size: 15px;
    line-height: 18px;
  }
}
footer {
  background: url('../imagenes/pattern.jpg') repeat;
}
footer div {
  margin: 0 auto;
  max-width: 1080px;
  font-size: 0px;
}
footer div div {
  vertical-align: top;
  width: 33.3%;
  padding: 2%;
  text-align: center;
  font-size: 14px;
  color: white;
  display: inline-block;
}
footer div div p {
  display: inline-block;
}
footer div div span {
  margin-right: 5px;
}
footer div div address {
  display: inline-block;
  margin-left: 5px;
  font-style: normal;
}
footer div div a {
  display: inline-block;
  color: white;
  text-decoration: none;
}
footer div div a:hover {
  color: #BD602A;
}
footer div div img {
  max-width: 70%;
  transition: opacity,0.5s;
  opacity: 0.8;
}
footer div div img:hover {
  opacity: 1;
}
footer div div h3 {
  padding-top: 2%;
}
footer div div ul li {
  list-style-type: none;
  padding: 5px;
}
footer div div .redes-sociales li {
  display: inline-block;
  padding: 10px;
}
@media  (max-width: 459px)  {
  footer div div {
    width: 100%;
  }
}
section#video-index {
  background: url('../imagenes/pattern.jpg') repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: -2px;
}
section#video-index h1 {
  font-family: 'Selima', serif !important;
  color: #BD602A;
  padding: 1% 1% 50px 1%;
  font-size: 62px;
  text-align: center;
  font-weight: normal;
  margin: 0px auto;
  max-width: 1080px;
}
section#video-index p {
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  color: #F1DDAE;
  padding: 1% 1% 5% 1%;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin: 0px auto;
  max-width: 1080px;
}
section#video-index div {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  max-width: 1080px;
  font-size: 0px;
  vertical-align: top;
}
section#video-index div div:nth-child(1) {
  background: url('../imagenes/marco-hor.png') repeat;
  height: 68px;
  display: none;
}
section#video-index div div:nth-child(2) {
  vertical-align: top;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
section#video-index div div:nth-child(2) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#video-index div div:nth-child(3) {
  background: url('../imagenes/marco-hor.png') repeat;
  height: 68px;
  transform: scaleY(-1);
  display: none;
}
@media  (max-width :659px)  {
  section#video-index div div:nth-child(1) {
    height: 20px;
  }
  section#video-index div div:nth-child(3) {
    height: 20px;
  }
}
.ingredientes {
  color: #F1DDAE;
}
.ingredientes ul {
  font-size: 18px;
  display: block;
  width: 100%;
  vertical-align: top;
}
.ingredientes ul li {
  display: inline-block;
  width: 48%;
  padding: 1%;
  vertical-align: top;
  font-family: 'RingbearerMedium', serif;
  font-weight: normal !important;
  margin-bottom: 2px;
  font-size: 22px;
}
.ingredientes ul li ul {
  display: block;
  background-color: rgba(241, 221, 174, 0.2);
  margin-top: 8px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
.ingredientes ul li ul li {
  font-family: 'Lato', sans-serif;
  border: none;
  font-size: 18px;
}
.ingredientes ul li ul li:before {
  content: ' • ';
}
/* ------------------------------------------------------------------------------------------------------------- PAGINACION */
.paginacion {
  display: inline-block;
  margin-left: 5px;
  text-align: center;
}
.paginacion span {
  cursor: help;
  background-color: #DA1F29;
  border: 1px solid #DA1F29;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: white;
  display: inline-block;
  margin: 4px;
  padding: 4px 8px 4px 8px;
}
.paginacion a {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  margin: 4px;
  padding: 4px 8px 4px 8px;
}
.paginacion a:hover {
  color: white;
  background-color: #DA1F29;
  border: 1px solid #DA1F29;
}
.calendario {
  width: 100%;
}
.calendario form fieldset {
  border: none;
  text-align: center;
  margin-bottom: 5px;
}
.calendario form select {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}
.calendario form input {
  width: 80%;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}
.calendario form a {
  color: #DA1F29 !important;
  cursor: pointer;
}
.calendario form a:hover {
  color: black !important;
}
.calendario table {
  width: 100%;
}
.calendario table tr td {
  padding: 5px;
  border-radius: 3px;
  color: black !important;
  text-align: center;
}
.calendario table tr td a {
  color: white;
  background-color: #DA1F29;
  width: 100%;
  height: 100%;
  display: table;
  border-radius: 3px;
}
.calendario table tr:first-child {
  background-color: black;
  cursor: default;
  color: white;
}
.calendario table tr:first-child td {
  color: white !important;
}
div#contenido {
  max-width: 1080px;
  margin: 0px auto;
  padding: 2%;
  font-family: Arial;
  margin-bottom: 20px;
}
div.titulo_wrap {
  background-color: #DA1F29;
  margin-bottom: 15px;
}
div.titulo {
  margin: 0px auto;
  max-width: 1080px;
  cursor: default;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.titulo h1 {
  padding-left: 15px;
  padding-right: 50px;
  font-size: 2em;
  font-family: 'Poly', serif;
  color: white;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
div.titulo p {
  margin-left: 15px;
  font-size: 12px;
  font-family: 'Arial';
  color: #F0F0F0;
}
div.titulo a {
  font-size: 12px;
  padding: 2px;
  color: #F0F0F0 !important;
  text-decoration: none;
  border-radius: 5px;
  display: inline;
}
div.titulo a:hover {
  color: #DA1F29 !important;
  background-color: white !important;
}
@media (max-width: 600px) {
  div.titulo h1 {
    font-size: 1em;
  }
}
div#contenido_lateral {
  vertical-align: top;
  width: 24%;
  margin: 0% 2% 1% 2%;
  display: inline-block;
  margin-bottom: 10px;
}
div.imagen_principal {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}
div.imagen_principal h4 {
  font-size: 12px;
  margin-bottom: 10px;
}
div.imagen_principal img {
  border: 1px solid #DA1F29;
  border-radius: 5px;
  display: inline;
  max-width: 180px;
}
div.imagen_principal:hover {
  opacity: 0.8;
}
div.imagen_principal_grande {
  width: 100% ;
  margin-bottom: 10px;
  text-align: center;
}
div.imagen_principal_grande h4 {
  font-size: 12px;
  margin-bottom: 10px;
}
div.imagen_principal_grande img {
  border-radius: 5px;
  display: inline-block;
  max-width: 100%;
}
div#contenido_principal {
  vertical-align: top;
  width: 66%;
  display: inline-block;
  margin-bottom: 10px;
  text-align: justify;
  margin: 0% 2% 1% 2%;
}
div#contenido_principal > p.fecha {
  font-weight: bold;
}
div#contenido_principal > h1 {
  text-align: left;
  padding: 0% 2% 0% 2%;
  margin-bottom: 10px;
  font-size: 2em;
  font-family: 'Poly', serif;
  color: black;
  text-transform: lowercase;
}
div#contenido_principal > h2 {
  text-align: left;
  padding: 0%;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-family: 'Poly', serif;
  color: black;
  text-transform: lowercase;
}
div#contenido_principal p {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
}
div#contenido_principal ul {
  margin-bottom: 15px;
}
div#contenido_principal ul li {
  list-style-type: square;
  margin-left: 5%;
  margin-bottom: 6px;
  font-size: 12px;
}
div#contenido_principal p > a {
  color: #DA1F29;
  text-decoration: none;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
}
div#contenido_principal p > a:hover {
  background-color: #DA1F29;
  color: white;
}
div#contenido_lateral > h1 {
  text-align: left;
  padding: 0% 2% 0% 2%;
  margin-bottom: 10px;
  font-size: 2em;
  font-family: 'Poly', serif;
  color: black;
  text-transform: lowercase;
}
div#contenido_lateral > h2 {
  text-align: left;
  padding: 0%;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-family: 'Poly', serif;
  color: black;
  text-transform: lowercase;
}
#comEspecialidades {
  display: none;
}
#comEspecialidades {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #DA1F29;
}
@media (max-width: 600px) {
  div#contenido_lateral {
    width: 98%;
    margin-right: 0%;
  }
  div.recuadro_lateral {
    width: 90%;
  }
  div#contenido_principal {
    width: 98%;
  }
  #comEspecialidades {
    display: inline-block;
  }
  .listado_esp {
    display: none;
  }
}
.pad {
  padding: 2px;
}
div.recuadro_lateral {
  width: 95%;
  background-color: transparent;
  margin-top: 0px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0% 2% 2% 2%;
}
div.recuadro_lateral div {
  padding: 4%;
  padding-bottom: 1%;
  width: 90%;
}
div.recuadro_lateral a {
  text-decoration: none;
  width: 100%;
  display: block;
  color: black;
  padding: 2px;
  border-radius: 5px;
}
div.recuadro_lateral a:hover {
  color: white;
  background-color: black;
}
/*div.recuadro_lateral h1{font-size: 14px; margin-left: 5%; width: 89%; margin-bottom: 5px; color:black;}*/
div.recuadro_lateral ul li {
  font-size: 10px;
  margin-left: 5%;
  width: 90%;
  list-style: none;
}
div.recuadro_lateral p {
  font-size: 12px;
  margin-left: 5%;
  width: 90%;
  color: black;
  margin-bottom: 3px;
}
.tablon_lateral {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  padding-left: 1%;
}
.tablon_lateral > h1 {
  text-align: left;
  padding: 0% 0% 0% 0%;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: 'Poly', serif;
  color: black;
  text-transform: lowercase;
}
.tablon_lateral > h1 > img {
  vertical-align: middle;
  margin-right: 10px;
  width: 50px;
}
.tablon_lateral > p {
  font-size: 16px;
  padding: 0% 2% 5px 2%;
  text-align: justify !important;
}
.tablon_lateral > div {
  margin-bottom: 6px;
  margin-top: 6px;
  border-bottom: 1px dotted #DA1F29;
  vertical-align: top;
  padding: 0% 1% 0% 1%;
  text-align: left;
  /*border-right: 1px solid #D4D4D4;*/
  width: 100%;
  display: inline-block;
}
.tablon_lateral > div > a {
  color: black !important;
  font-size: 12px !important;
  text-decoration: none;
  line-height: 16px;
}
.tablon_lateral > div > a:hover {
  color: #DA1F29 !important;
}
.tablon_lateral > div h2 {
  cursor: default;
  border-radius: 0px;
  margin-bottom: 1px;
  margin-left: 0%;
  width: 100%;
  color: #DA1F29;
  background-color: transparent;
  text-align: left;
  padding: 0px;
  font-size: 14px;
}
.tablon_lateral > p > a {
  color: #DA1F29 !important;
  font-size: 12px !important;
  text-decoration: none;
}
div.documento {
  display: block;
  border-bottom: 1px solid #DA1F29;
}
div.documento p {
  text-align: justify;
}
div.documento > div:first-child {
  display: inline-block;
  width: auto;
  padding: 0px;
  vertical-align: middle;
}
div.documento > div:last-child {
  display: inline-block;
  width: 60%;
  font-size: 12px;
  vertical-align: middle;
  padding-top: 10px;
  text-align: left;
}
div.documento a {
  text-decoration: none !important;
  color: black;
}
div.documento a:hover {
  background-color: transparent;
  color: red;
}
div.documento a > img:hover {
  opacity: 0.7;
}
div.documento > div:last-child > a {
  font-weight: bold;
}
div#contenido_principal_ancho {
  vertical-align: top;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
div#contenido_principal_ancho > h1 {
  cursor: default;
  font-family: 'Poly', serif;
  font-style: italic;
  color: #DA1F29;
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 5 px;
}
div#contenido_principal_ancho > h1:first-child {
  margin-top: 0px;
}
div#contenido_principal_ancho > h1 > a {
  text-decoration: none;
  color: #DA1F29;
  vertical-align: middle;
  padding: 5px;
  border-radius: 5px;
}
div#contenido_principal_ancho > h1 > a:hover {
  background-color: #DA1F29;
  color: white;
}
div#contenido_principal_ancho p {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 14px;
}
div#contenido_principal_ancho ul {
  margin-bottom: 15px;
}
div#contenido_principal_ancho ul li {
  list-style-type: square;
  margin-left: 5%;
  margin-bottom: 6px;
  font-size: 12px;
}
div#contenido_principal_ancho p a {
  color: #DA1F29;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 2px 0px 2px;
  border-radius: 4px;
}
div#contenido_principal_ancho p a:hover {
  background-color: #DA1F29;
  color: white;
}
@media (max-width: 600px) {
  div#contenido_principal_ancho {
    width: 98%;
  }
}
.galeria {
  width: 100%;
  margin-bottom: 5px;
  text-align: justify;
  margin-top: 50px;
  display: block;
}
.galeria img {
  width: auto;
  height: auto;
}
.galeria ul {
  display: block;
  vertical-align: top;
}
.galeria li {
  vertical-align: top;
  text-align: center;
  width: 22%;
  overflow: hidden;
  background-color: #F0F0F0;
  box-shadow: 0 8px 6px -6px #575757;
  padding: 10px 2px 2px 2px;
  border: solid 1px #CCC;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  margin-left: 2% !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  transition: width 1s;
}
.galeria li a {
  background-color: transparent;
  text-decoration: none;
  color: #DA1F29;
}
.galeria li a:hover {
  opacity: 0.7;
}
@media (max-width: 900px) {
  .galeria li {
    text-align: center;
    width: 21%;
  }
}
@media (max-width: 700px) {
  .galeria li {
    text-align: center;
    width: 29%;
  }
}
@media (max-width: 400px) {
  .galeria li {
    text-align: center;
    width: 45%;
  }
}
.docs_lateral img {
  width: 100%;
}
.docs_lateral table tr td:first-child {
  width: 25%;
}
.docs_lateral table tr td:last-child a {
  margin-left: 5px;
  text-decoration: none;
  color: #458A77;
  padding: 3px;
  border-radius: 5px;
}
.docs_lateral table tr td:last-child a:hover {
  background-color: #458A77;
  color: white;
}
div.tabla_asignaturas table {
  width: 100%;
  margin-top: 20px;
}
div.tabla_asignaturas table tr th {
  background-color: #DA1F29;
  padding: 5px;
  color: white;
}
div.tabla_asignaturas table tr td {
  padding: 4px;
  font-size: 12px;
}
div.tabla_asignaturas table tr td a {
  color: black;
  text-decoration: none;
}
div.tabla_asignaturas table tr td a:hover {
  color: #DA1F29;
}
div.evento {
  border-bottom: 1px dotted #467C00;
  min-height: 110px;
  display: block;
  width: 100%;
  padding: 10px;
  padding-left: 0px;
  margin-bottom: 10px;
}
div.evento:last-child {
  border-bottom: none;
}
div.evento .fecha {
  margin-top: -5px;
  cursor: default;
  text-align: center;
  color: #03AE48;
  float: left;
  font-size: 14px;
  display: block;
  width: 35px;
  margin-right: 5px;
}
div.evento h2 {
  color: #03AE48;
  font-size: 14px !important;
  text-transform: none !important;
  text-align: justify;
  background-color: transparent !important;
  margin-top: 0px !important;
}
div.evento p {
  font-size: 12px;
  padding: 2px;
  margin-left: 10px;
  margin-top: 2px;
  text-align: justify;
}
div.evento a {
  color: #03AE48;
  text-decoration: none;
  border-radius: 5px;
  padding: 2px;
}
div.evento a:hover {
  color: white;
  background-color: #03AE48;
  text-align: justify;
}
.img-shadow {
  position: relative;
  max-width: 100%;
}
.img-shadow::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.4);
}
/*----------------------------------------------------------------------------------------------------------- PAGINACION ---*/
div.buscador form fieldset {
  border-radius: 5px;
  padding: 1%;
  width: 95%;
  border: 1px solid #CCCCCC;
  text-align: center;
}
div.buscador form fieldset i {
  color: #DA1F29;
  vertical-align: middle;
}
div.buscador form fieldset span {
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  color: white;
}
div.buscador form fieldset label {
  font-size: 12px;
  text-align: left;
  color: white;
}
div.buscador form fieldset select {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
div.buscador form fieldset input {
  padding: 5px;
}
div.buscador form fieldset input#submit {
  text-transform: uppercase;
  border-radius: 2px;
  border: 2px solid #DA1F29;
  padding: 4px 8px 4px 8px;
  background-color: #DA1F29;
  color: white;
  cursor: pointer;
}
div.buscador form fieldset input#submit:hover {
  background-color: white;
  color: #DA1F29;
  transition: background-color, 1s;
}
div.map_contenedor {
  border: 2px solid #03AE48;
  margin-bottom: 10px;
  display: inline-block;
  width: 99%;
  overflow: hidden;
  height: 370px;
  border-radius: 5px;
  /*box-shadow: 1px 2px 2px #8c8c8c;*/
}
div#map_canvas {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  min-height: 300px;
  height: calc(125%);
}
div#map_canvas_rc {
  width: 100%;
  height: calc(155%);
}
div.map_contenedor_ruta {
  border: 2px solid #03AE48;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 440px;
  border-radius: 5px;
  /*box-shadow: 1px 2px 2px #8c8c8c;*/
}
div#map_canvas_ruta {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  min-height: 370px;
  height: calc(125%);
}
div.mapa_contenido {
  text-align: center;
  padding: 10px;
}
div.mapa_contenido h1 {
  font-size: 10px;
}
div.mapa_contenido a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
  color: #03AE48;
  padding: 2px;
  border-radius: 4px;
}
div.mapa_contenido a:hover {
  background-color: #03AE48;
  color: white;
}
div.mapa_contenido img {
  border-radius: 5px;
  width: 80px;
}
div.contacto p {
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
div.contacto ul {
  margin-left: 10px !important;
}
div.contacto li span {
  color: white !important;
  font-size: 12px;
  font-weight: bold;
}
div.contacto li {
  list-style: square !important;
  color: white;
  font-size: 12px;
}
div#video_i_wrap {
  background-color: black;
  padding-bottom: 10px;
  padding-top: 10px;
}
div#videoWrapper {
  text-align: center;
  max-width: 1080px;
  margin: 0px auto;
  margin-bottom: 0px;
}
