/*
BASE (MOBILE) SIZE
------------ MAP ------------
01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. FOOTER STYLES
09. CUSTOM STYLES
******************************************************************/
/* 01. GENERAL STYLES */
html {
    height: 100%;
    width: 100%;
}

body {
  position: relative;
  font-family: 'Droid Serif', Times, serif;
  height: 100%;
  width: 100%;
  color: #FFF;
  background-color: #FFF;
}

/* 02. WORDPRESS BODY CLASSES */

/* 03. LAYOUT & GRID STYLES */
.wrap {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

/* 04. LINK STYLES */
a {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color: #AAA;
}
a:link,
a:visited:link {
  /* this highlights links on iPhones/iPads.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p a {
    text-decoration: underline;
}

/* 05. H1, H2, H3, H4, H5 STYLES */
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 100%;
    text-rendering: optimizelegibility;
}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a {
    text-decoration: none;
}
h1,.h1 {
    font-size: 26px;
}
h2,.h2 {
    font-size: 22px;
    font-weight: 700;
}
h3,.h3 {
    font-size: 44px;
}
h4,.h4 {
    font-size: 14px;
}
h5,.h5 {
    font-size: 12px;
}
p {
  text-rendering: optimizelegibility;
  font-size: 14px;
  text-align: left;
  line-height: 140%;
}
strong {
    text-rendering: optimizelegibility;
    font-weight: bold;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}

/* 06. HEADER SYTLES */
/* Cabecero */
#container {
    position: relative;
}
#scroll-top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 10px;
    color: #FFF;
    background: url(../images/shd75.png) left top;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.header {
    padding: 10px 0;
    width: 100%;
    background: #000; 
}
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header-solid {
    background-color: #000 !important;
}

/* 07. NAVIGATION STYLES */
.menu-wrap {
    display: none;
    text-align: right;
}
.nav-pull {
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    text-align: right;
    color: #FFF;
    cursor: pointer;
}
.nav {
    padding: 0;
    vertical-align: top;
}
.nav>li { 
    display: block;
    position: relative;
    margin: 0 0 0 15px;
    padding: 7px 0;
    text-align: right;
    line-height: 90%;
    text-decoration: none;
    white-space: nowrap;
    border-top: #777 1px solid;
    width: 220px;
    float: right;
    clear: both;
}
.nav>li:first-child {
    border: none;
}
.nav>li>a { 
    display: block;
    font-size: 18px;
    line-height: 90%;
    text-decoration: none;
    white-space: nowrap;
}
.nav li.current-menu-parent>a, .nav li.current_page_item, .nav li.current_page_item>a {
    color: #98b20b;
}
.nav li:hover, .nav li>a:hover {
    color: #eafa91 !important;
}
.nav li>a[href="#"]:hover {
    color: #FFF !important;
}
.nav>li .sub-menu {
    padding: 0;
}

.nav>li:last-child {
    margin-top: -2px;
    padding: 5px 7px;
    background-color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.nav>li:last-child a {
    color: #000;
}
.nav>li:last-child a:hover {
    color: #777 !important;
}

.header-trans .sub-menu {
    background: url(../images/shd75.png) center 13px !important;
}
.header-solid .sub-menu {
    background-color: #000 !important;
}
.nav>li .sub-menu li { 
    display: block;
    padding: 5px 0 0;
    font-size: 14px;
}

#lang_sel_list {
    display: inline-block;
    margin-left: 20px;
    height: auto;
}
#lang_sel_list li {
    display: inline-block;
    margin: 6px 3px 0;
}
#lang_sel_list a {
    font-size: 15px;
}
.icl-es {
    border-right: #CCC 1px solid;
}
.icl-es a {
    margin: 0 5px 0 0;
}
.lang_sel_sel {
    color: #98B20B;
}
.icl_lang_sel_translated {
    display: none;
}

/* 08. FOOTER STYLES */
.footer {
    padding: 10px 0;
    width: 100%;
    clear: both;
    margin: 0;
    background: url(../images/bg_footer.jpg) center top no-repeat;
    background-size: cover;
}
.footer img {
    display: block;
    margin: 10px auto;
}
.footer .btn-opinion {
    display: block;
    margin: 10px auto;
    padding: 10px;
    max-width: 200px;
    font-size: 14px;
    color: #677153 !important;
    text-transform: uppercase;
    background-color: #FFF;
}
.footer .shopbox {
    clear: both;
    margin: 20px 0 0;
    padding-top: 20px;
    display: block;
    text-align: center;
    border-top: #CCC 1px solid;
}
.footer .shopbox span {
    display: block;
}
.footer .shopbox a {
    display: inline-block;
}
.footer .shopbox a img {
    display: inline-block;
}
.footer .last {
    clear: both;
    text-align: right;
}

.footer .last p {
    display: block;
    margin: 0;
    padding-top: 25px;
    font-size: 12px;
    text-align: center;
}

/* Form elements */
.wpcf7 {
    padding: 20px 4% !important;
    color: #333;
    background: url(../images/bg_noise.jpg) center top repeat;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=date], .wpcf7 input[type=tel], .content-page .wpcf7 select, .wpcf7 textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 10px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    border: #AAA 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.wpcf7 textarea {
    height: 150px;
}
.wpcf7 form br {
    display: none;
}
.wpcf7 p {
    color: #333;
    font-size: 12px;
}
.wpcf7 input[type=submit] {
    display: block;
    margin: 15px 0 0;
    padding: 10px 50px;
    width: auto;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #333;
    border: transparent 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.content-page .wpcf7 {
    padding: 20px;
    background: #EEE;
    border: #AAA 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.content-page .wpcf7 input[type=text], .content-page .wpcf7 input[type=date], .content-page .wpcf7 input[type=email], .content-page .wpcf7 input[type=tel], .content-page .wpcf7 select, .content-page .wpcf7 textarea {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
}
.content-page .wpcf7 input[type=radio] {
    
}
.content-page .wpcf7 span.wpcf7-list-item {
    margin: 0 25px 0 0;
}
.content-page .wpcf7 .even-cols span.wpcf7-list-item {
    width: 100%;
}
.content-page .wpcf7 .wpcf7-list-item.last {
    float: none !important;
}
.content-page .wpcf7 form br {
    display: block;
}
.content-page .wpcf7 p {
    font-size: 14px;
}
.content-page .wpcf7 p strong {
    display: block;
    padding: 0 0 10px;
    margin: 20px 0 10px;
    border-bottom: #777 1px solid;
}

/* 09. CUSTOM STYLES */
/* Backgrounds */
section {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
}

.btn-padded {
    display: inline-block;
    margin: 15px 0 0;
    padding: 20px 25px;
    text-align: center;
    font-family: 'Droid Serif', Times, serif;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #FFF !important;
    background-color: #768168;
    border: #768168 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Frontpage */

/* Secciones *************************************************************************/
.block-entrada {
    padding: 80px 0 30px;
    background-image: url(../images/bg_home.jpg);
    background-size: cover;
}
.block-entrada div {
    text-align: center;
}
.block-entrada .h1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 409px;
}
.block-entrada .h2 {
    font-size: 18px;
}
.block-entrada p {
    padding: 30px 0;
    margin: 30px 0;
    text-align: center;
    font-size: 16px;
    border-top: #bec4b1 1px solid;
    border-bottom: #bec4b1 1px solid;
}
.block-entrada .h3 {
    font-size: 24px; 
}
.block-entrada .h3 i {
    display: block;
    margin: 0 auto 10px;
}
.block-entrada a {
    display: inline-block;
    margin: 20px;
    font-size: 20px;
    text-align: center;
}
.block-entrada p a {
    margin: 0;
}
.block-entrada a img {
    display: block;
    margin: 0 auto 20px;
}
.block-entrada .smartphone {
    display: block;
}
.block-entrada .smartphone img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 437px;
    height: auto;
}
.block-entrada a.shoplink img {
    display: block;
    margin: -70px auto 20px;
    width: 100%;
    height: auto;
}

.block-detalle {
    padding: 50px 0;
    text-align: center;
    background-color: #282827;
}
.block-detalle img {
    display: block;
    margin: 0 auto 20px;
}
.block-detalle span {
    display: inline-block;
    margin: 20px 20px;
    width: 150px;
    font-size: 21px;
    vertical-align: top;
}
.block-detalle p {
    margin: 20px auto;
    display: block;
    text-align: center;
    font-size: 16px;
}
.block-detalle p.top-text {
    width: 80%;
    color: #AAA;
    font-size: 16px;
}

.block-novedades {
    padding: 75px 0 30px;
    background: url(../images/bg_noise.jpg) center top repeat;
}
.block-novedades img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 431px;
    height: auto;
}
.block-novedades .h2 {
    padding: 30px 0 10px;
    font-weight: 400;
    font-size: 24px;
    color: #666633;
}
.block-novedades li {
    position: relative;
    padding: 10px;
    margin: 0;
    color: #535353;
    cursor: pointer;
    border: transparent 1px solid;
}
.block-novedades li:hover {
    background-color: #FFF;
    border-top: #663 1px solid;
    border-bottom: #663 1px solid;
}

/* Busquedas */
.title-bar {
    display: block;
    height: 130px;
    padding: 70px 0 10px;
    background: url(../images/bg_footer.jpg);
    background-size: cover;
}
.title-bar span.count-especies {
    display: block;
    font-size: 20px;
}
.content-page {
    padding: 35px 0;
    background: url(../images/bg_noise.jpg) center top repeat;
}
.content-page .h2 {
    font-size: 22px;
    color: #333;
    font-weight: 400;
    line-height: 170%;
}
.content-page .h2 img {
    float: left;
    margin-right: 10px;
}
.common-page h1, .common-page h2, .common-page h3, .common-page p, .common-page ol, .common-page ul {
    color: #333;
    font-weight: 400;
    line-height: 140%;
}
.common-page a {
    color: #333;
}
.common-page ol, .common-page ul {
    font-size: 14px;
    list-style-type: upper-latin;
    list-style-position: inside;
}
.common-page ol li, .common-page ul li {
    margin-bottom: 0.5em;
}
.common-page ul {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 14px;
}

.btn-atras {
    display: inline-block;
    padding: 20px 15px 0px 0;
    color: #333;
    border: none;
}
.title-seleccion {
    margin-top: 20px;
    padding-bottom: 10px;
    max-width: 600px;
    font-size: 18px;
    color: #626E50;
    border-bottom: #626E50 1px solid;
}
.title-seleccion .btn-padded{
    padding: 3px 10px;
    margin: 0;
    float: right;
    font-size: 12px;
}
.seleccion-subtitle {
    margin: 8px 0 0;
    padding: 8px 0 5px;
    max-width: 600px;
    font-size: 14px;
    font-weight: bold;
    color: #626E50;
    border-top: #626E50 1px solid;
}
.seleccion-subtitle:first-child {
    margin: 0;
    border: none;
}
.txt-seleccion {
    margin: 0 0 5px;
    color: #333;
}
.box {
    position: relative;
    margin: 20px auto 0;
    padding: 0;
    background-color: #FFF;
}
.box .h3 {
    position: relative;
    padding: 7px 55px 7px 15px;
    font-size: 14px;
    background: url(../images/shd_title.png);
}
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}
.preloader .icon {
    width: 100%;
    height: 100%;
    background: url(../images/ajax-loader.gif) center center no-repeat;
}
span.glosario {
    position: relative;
    color: #626e50;
    cursor: pointer;
}
span.glosario div {
    display: none;
    position: fixed;
    bottom: 5px;
    left: 2px;
    z-index: 5;
    padding: 10px;
    min-width: 200px;
    background-color: #FFF;
    border: #CCC 1px solid;
    box-shadow: #777 0 2px 3px;
}
span.glosario div strong {
    white-space: nowrap;
    font-size: 14px;
}
span.glosario div p {
    font-size: 12px;
    margin: 0;
}
.btn-abierta-multiple span.glosario {
    color: #CCC;
}
.box .h3 .btn-si {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
    height: 100%;
    font-family: 'Droid Serif' , Times, serif;
    font-weight: 700;
    color: #FFF;
    background-color: #626e50;
    border: none;
    border-left: #FFF 1px solid;
    cursor: pointer;
}
.box img {
    display: block;
    float: left;
    margin: 10px 10px 10px 0;
    width: 100%;
    height: auto;
    max-width: 58px;/*80px*/
}
.box p {
    display: block;
    margin: 0 15px 30px;
    padding: 10px 0;
    color: #333;
    border-top: #CCC 1px solid;
}
.ver-especies .btn-padded {
    margin-top: 50px;
    font-size: 19px;
}
.ventana-title {
    padding-left: 60px;
    margin-top: -10px;
    color: #a2aa6d;
    display: block;
    font-size: 16px;
}
.btn-atras-abierta {
    padding-top: 20px;
    color: #333;
    display: inline;
    margin-right: 30px;
}
.btn-atras-abierta input[type=submit] {
    display: inline-block;
    padding: 0px;
    font-family: 'Droid Serif' , Times, serif;
    font-size: 16px;
    color: #333;
    background: none;
    border: none;
}
.abierta .box {
    float: left;
    margin: 30px 0.5% 0 0;
    width: 100%;
    min-height: 315px;/*340px*/
    background-color: #FFF;/*#f6f6ee*/
    border: #CCC 1px solid;
    vertical-align: top;
}
.abierta-main .box, .box-multiple {
    min-height: 230px !important;
}
.abierta .box .h3 {
    display: table;
    padding-right: 55px;
    font-size: 14px;
    line-height: 120%;
    height: 90px;
}
.abierta-main .box .h3 {
    padding: 0;
    height: auto;
}
.btn-abierta-multiple {
    position: relative;
    display: block;
    padding: 7px 15px;
    width: 100%;
    height: 45px;
    font-family: "Droid Serif",serif;
    font-weight: 700;
    color: #FFF;
    white-space: normal;
    background-color: #626E50;
    border: none;
}
.abierta .box .h3>div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.abierta .box img {
    float: none;
    margin: 10px auto;
    width: auto;
    max-width: 200px;
}
.abierta .mapa-wrapper {
    position: relative;
    margin-top: 20px;
    padding: 50px 10px 20px;
    max-width: 600px;
    border: #CCC 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #E0E0E0;
}
.abierta .mapa-wrapper .provincia-text {
    position: absolute;
    right: 20px;
    top: 0;
    display: inline-block;
    width: auto;
    padding: 3px 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 7px #333;
    font-size: 16px;
    color: #333;
    background-color: #FFF;
}
.abierta .especie-mapa {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 530px;
    height: 260px;
}
.abierta .especie-mapa path, .abierta .especie-mapa polygon {
    cursor: pointer;
}
.abierta .especie-mapa path:hover, .abierta .especie-mapa polygon:hover {
    fill: #768168;
}
.abierta .centrador {
    display: table;
    width: 100%;
    text-align: center;
}
.abierta .centrador>div {
    display: table-cell;
    height: 180px;
    text-align: center;
    vertical-align: middle;
}

/* Listado de especies */
.search-form {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
    max-width: 600px;
    height: 45px;
}
.search-form input {
    display: block;
    float: left;
    padding: 7px 10px;
    width: 85%;
    font-family: "Droid Serif",serif;
    font-size: 13px;
    color: #555;
    height: 45px;
    border: #CCC 1px solid;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search-form button.btn-padded {
    display: block;
    float: right;
    margin: 0;
    padding: 5px 10px;
    height: 45px;
    width: 15%;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.alfabetica {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}
.alfabetica a {
    display: inline-block;
    margin: 0 2px 4px;
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 24px;
    color: #888;
    background-color: #FFF;
    border: #c7c7c7 1px solid;
}
.alfab-familias a {
    padding: 2px 7px;
    width: auto;
    height: auto;
    font-size: 16px;
    text-transform: capitalize;
}
.alfabetica a:hover, .alfabetica a.active {
    color: #FFF;
    background-color: #b0b6a7;
}

.clasificacion {
    display: block;
    margin: 0 0 30px;
    width: 100%;
    text-align: center;
}
.clasificacion li {
    display: inline-block;
    padding: 0 35px;
}
.clasificacion li:first-child {
    border: none;
}
.clasificacion li a {
    font-size: 18px;
    color: #777;
}
.clasificacion li a:hover, .clasificacion li a.active {
    color: #869471;
}
.title-especies {
    margin: 0 0 20px;
    padding: 5px 20px;
    font-size: 26px;
    text-transform: capitalize;
    background: url(../images/shd_title.png);
}
.box-especie {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    background-color: #FFF;
    border: #c7c7c7 1px solid;
}
.box-especie:hover {
    box-shadow: #555 0 2px 7px;
}
.box-especie img {
    display: block;
    width: 100%;
    height: auto;
    float: left;
}
.box-especie .contenido {
    float: left;
    padding: 0 10px;
}
.box-especie .h3 {
    padding-top: 10px;
    font-size: 18px;
    color: #616a4f;
}
.box-especie .h4 {
    padding-top: 5px;
    font-size: 15px;
    color: #333;
}
.box-especie .ncientifico {
    font-style: italic;
}
.box-especie .h5 {
    margin: 10px 0;
    padding-top: 10px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #cd0101;
    border-top: #c7c7c7 1px solid;
}
.box-especie .autoc {
    color: #cd9a01;
}

/* Especie */
.especie-page {
    padding: 40px 0 80px;
}
.especie-page .volver {
    display: block;
    padding: 0 0 30px;
    font-size: 16px;
    color: #869471;
}
.especie-page .slide-wrapper, .especie-page .slide {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.especie-page .slide-wrapper .btn-left, .especie-page .slide-wrapper .btn-right {
    display: block;
    position: absolute;
    z-index: 100;
    top: 155px;
    left: 2%;
    width: 32px;
    height: 32px;
    background: url(../images/bg_btn.png) left top no-repeat;
}
.especie-page .slide-wrapper #btnRight {
    left: auto;
    right: 2%;
    background-position: right top;
}
.especie-page .slide-item {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
}
.especie-page .slide-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 3px 7px;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    color: #FFF;
    background-color: rgba(0,0,0,0.4);
}
.slider-pag {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.slider-pag a {
    display: inline-block;
    margin: 0 2px;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background: url(../images/bg_slider_pag.png) center bottom no-repeat;
}
.slider-pag a.selected {
    background-position: center top;
}
.especie-page .h2 {
    font-size: 22px;
    font-style: italic;
    color: #616a4f;
}
.especie-page .h3 {
    font-size: 18px;
    color: #333;
}
.especie-page .comun {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px;
    color: #333;
    border-top: #CCC 1px solid;
}
.especie-page .h4 {
    margin: 15px 0 30px;
    padding: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #CD0101;
    border-top: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
}
.especie-page  .autoc {
    color: #cd9a01;
}
.especie-page .especie-texto, .especie-page .especie-texto p {
    font-size: 16px;
    line-height: 130%;
    color: #333;
}
.especie-page .curiosidad, .especie-page .curiosidad p {
    font-size: 18px;
    line-height: 130%;
    font-style: italic;
    text-align: center;
    color: #000;
}
.especie-page .h5 {
    margin: 50px 0 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #000;
    border-bottom: #CCC 1px solid;
}
.especie-page .mapa-esp-list {
    margin: 55px 0 20px;
}
.especie-page .mapa-esp-list li {
    float: left;
    padding: 5px 10px 3px 5px;
    width: 50%;
    border-bottom: #CCC 1px solid;
    font-size: 14px;
    color: #616A4F;
    cursor: pointer;
}
.especie-page .mapa-esp-list li.active {
    color: #FFF;
    background: url(../images/shd_title.png);
}
.especie-page .mapa-esp-list li:hover {
    background-color: #d6dcd3;
}
.especie-page .mapa-wrapper {
    margin-top: 50px;
    padding: 10px;
    width: 100%;
    border: #CCC 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #E0E0E0;
}
.especie-page .especie-mapa {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 530px;
    height: 230px;
    background: url(../images/bg_leyenda.png) right bottom no-repeat;
    background-size: 112px 60px;
}
.especie-page .mapa-esp-wrapper {
    display: none;
}
.especie-page #mapa-0.mapa-esp-wrapper {
    display: block;
}
.especie-page span.glosario {
    position: relative;
    color: #626e50;
    text-decoration: underline;
    cursor: pointer;
}
.especie-page span.glosario div {
    min-width: 250px;
}

.especie-page span.glosario strong {
    display: block;
    border-bottom: #CCC 1px solid;
}
.especie-page span.glosario div p {
    font-size: 11px;
}

/* Glosario */
#scroll-up {
    float: right;
}
#scroll-up:hover {
    color: #DDD;
}
.box-glosario {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 25px;
    background-color: #FFF;
    border: #c7c7c7 1px solid;
}
.box-glosario img {
    display: block;
    float: right;
    padding: 10px 0 10px 20px;
    background-color: #FFF;
}
.box-glosario .h3 {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    border-bottom: #c7c7c7 1px solid;
}
.box-glosario p {
    color: #333;
}

/* Arboles y bosques */
.arboles-top {
    padding: 80px 0 30px;
    background-image: url(../images/bg_arboles.jpg);
}
.arboles-top h2 {
    padding-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
.arboles-top h3 {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.arboles-top ul {
    display: block;
    margin-top: 30px;
}
.arboles-top ul li {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    font-size: 14px;
    vertical-align: top;
}
.arboles-top ul li strong {
    display: block;
    float: left;
    margin-right: 15px;
    font-size: 60px;
    line-height: 100%;
    font-weight: 400;
}
.arboles-middle {
    background-color: #282827;
}
.arboles-middle-section {
    padding-top: 20px;
}
.arboles-middle-section .h2 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
}
.arboles-middle-section img {
    display: block;
    width: 100%;
    height: auto;
    border: #777 4px solid;
}
.arboles-middle .treeline {
    display: block;
    width: 100%;
    height: auto;
}
.arboles-bottom {
    padding: 30px 0;
    background: url(../images/bg_noise.jpg) center top repeat;
}
.arboles-bottom .h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.arboles-bottom p {
    color: #000;
}

/* Sobre Arbolapp */
.arbolapp-top {
    padding: 80px 0 30px;
    background-image: url(../images/bg_arboles.jpg);
    background-size: cover;
}
.arbolapp-top h2 {
    padding-top: 50px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.arbolapp-top h3 {
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}

.equipo {
    display: block;
    width: 100%;
    margin: 30px 0 0;
}
.equipo-box {
    display: inline-block;
    margin: 0 0 20px 0;
    width: 100%;
    vertical-align: top;
    background: url(../images/shd50.png);
}
.equipo-box img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 100%;
    max-width: 90px;
    height: auto;
}
.equipo-box .h3 {
    padding: 10px 0 5px;
    margin: 0;
    font-size: 16px;
}
.equipo-box .h4 {
    margin: 0 0 5px;
    font-size: 12px;
    font-style: italic;
}
.equipo-box p {
    margin: 0;
    font-size: 12px;
}

.arbolapp-middle {
    padding: 30px 0;
    background: url(../images/bg_noise.jpg) center top repeat;
}
.arbolapp-middle h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #666633;
}
.arbolapp-middle .columnas {
    color: #000;
}
.arbolapp-middle p.extracto {
    color: #666633;
}

.arbolapp-bottom .treeline {
    display: block;
    margin-top: 50px;
    width: 100%;
    height: auto;
}
.arbolapp-bottom {
    padding: 30px 0 0;
    color: #000;
    background-color: #FFF;
}
.arbolapp-bottom .h2 {
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}
.arbolapp-bottom p, .arbolapp-bottom li {
    color: #000;
}

.arbolapp-middle a, .arbolapp-bottom a {
    color: #000;
    text-decoration: underline;
}

.arbolapp-faqs {
    padding: 50px 0;
    background-color: #282827;
}
.arbolapp-faqs .h2 {
    font-size: 20px;
}
.arbolapp-faqs .preguntas {
    margin: 30px 0;
}
.arbolapp-faqs .preguntas dt {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.arbolapp-faqs .preguntas dd {
    font-size: 14px;
    color: #CCC;
}

/* Blog */
.blog-list {
    position: relative;
    padding: 30px 0 20px;
    background: url(../images/bg_noise.jpg);
}
.post-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 50px 0;
    padding: 20px 10px;
    width: 97%;
    background-color: #FFF;
    box-shadow: #AAA 0 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.post-item:hover {
    box-shadow: #555 0 2px 7px;
}
.post-item .h2 {
    font-size: 24px;
    font-weight: 400;
    color: #666633;
}
.post-item .h4 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
}
.post-item .thumb img {
    display: block;
    margin: 20px 0;
    width: 100%;
    height: auto;
}
.post-item p {
    font-size: 14px;
    color: #555;
}

/* Share */
.lst-share {
    display: block;
    padding: 20px 0;
}
.lst-share li {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #888;
}
.lst-share li:first-child {
    padding-right: 5px;
}
.lst-share li a {
    display: block;
    font-size: 14px;
    color: #888;
}
.lst-share li a i {
    display: block;
    padding: 0 5px;
}
.lst-share li a.twitter:hover {
    color: #0dc3f3;
}
.lst-share li a.facebook:hover {
    color: #2d609b;
}
.lst-share li a.whatsapp:hover {
    color: #35AA47;
}
.lst-share li a.email:hover {
    color: #737373;
}

/* Paginacion */
.page-navigation {
    display: block;
    margin: 15px 0 35px;
}
.page-navigation ol {
    text-align: left;
}
.page-navigation li {
    display: inline-block;
    text-align: center;
    margin: 5px 7px;
}
.page-navigation li.bpn-current, .page-navigation a {
    padding: 8px 10px;
    text-align: center;
    color: #333;
    border: #9e9e9e 1px solid;
    background-color: #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-navigation a {
    display: block;
    color: #FFF;
    border: #9e9e9e 1px solid;
    background-color: #9a9a9a;
}
.page-navigation li, .page-navigation a {
    text-transform: uppercase;
    font-size: 14px;
}
.page-navigation .bpn-prev-link a, .bpn-next-link a {
    padding: 8px 10px;
}

/* Detalle ****************************************************************************************************************************/
/* Paginas */

/* Posts */
.post-detalle .h2 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 400;
    color: #666633;
}
.post-detalle .h4 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}
.post-detalle .thumb img {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: auto;
}
.post-detalle p {
    margin: 0 0 15px;
    line-height: 150%;
    font-size: 14px;
    color: #555;
}
.post-detalle .lst-share {
    margin: 40px 0 20px;
    border-top: #AAA 1px solid;
    border-bottom: #AAA 1px solid;
}
.post-detalle .btn-volver {
    padding: 12px 36px;
    font-size: 16px;
}

/* Galeria */
.gallery {
    display: block;
    margin: 10px 0 0;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.gallery br {
    display: none;
}
.gallery dl {
    display: inline-block;
    margin: 8px 8px 0 0;
    width: 100px;
    border: #CCC 1px solid;
}
.gallery img {
    display: block;
    width: 100%;
    max-width: 100px;
    height: auto;
}

/* 10. COMMENT STYLES */
/* h3 comment title */
#comments {
  /* number of comments span */
}
.commentlist {
  
}
.commentlist li {
    position: relative;
    clear: both;
    margin-bottom: 25px;
    overflow: hidden;
    list-style-type: none;
  /* end .commentlist li ul.children */
}
.commentlist li>div {
    padding: 15px 10px;
    background: #f7f6f5;
}
.commentlist li.bypostauthor>div {
    background: #efeeeb;
    border: #d7d6d3 2px solid;
}
.commentlist li ul.children {
    margin: 25px 0 0 35px;
}
.commentlist li[class*=depth-] {
  
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  
}
.commentlist .even {
  
}
.commentlist .comment-author {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.commentlist .comment_content {
  margin-bottom: 15px;
  border-bottom: #d7d6d3 1px solid;
}
.commentlist .comment_content p {
    font-size: 14px;
    color: #777;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  padding: 0;
  font-size: 14px;
  color: #000;
}
.commentlist .comment-reply-link:before {
    margin-right: 5px;
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

/* 11. COMMENT FORM STYLES */
.respond-form {
    margin: 40px 0 20px;
    padding: 40px 0 20px;
    border-top: #DDD 1px solid;
    background: none;
}
.respond-form .h4 {
    font-size: 18px;
    font-weight: 400;
    color: #777;
}
.respond-form form {
  
}
.respond-form .comments-logged-in-as {
    margin: 20px 0 40px;
}
.respond-form .register-box {
    margin: 30px 0 40px;
    text-align: center;
}
.respond-form .register-box a {
    margin: 0 10px;
}
.respond-form form li {
  
}
.respond-form form li label,
.respond-form form li small {
    display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 5px;
    font-family: 'Droid Serif' , Times, serif;
    font-size: 14px;
    background-color: #FFF;
    border: #CCC 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.5em;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  float: left;
  width: 32%;
  margin-right: 1%;
}
.respond-form form textarea {
  resize: none;
  width: 98%;
  height: 150px;
}
.respond-form .btn-padded {
    float: right;
    margin: 0;
    padding: 7px 35px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    text-align: center;
}

/* Helpers */
.mobile-hide {
    display: none;
}

/* Cookies btn */
.cn-button.bootstrap {
    color: #040404;
    background: #fffce3;
}
#cn-refuse-cookie.cn-button.bootstrap {
    color: #fffce3;
    background: none;
}
#cn-notice-text a {
    color: #9fb391;
    text-decoration: underline;
}