/*
Theme Name: Anipedia
Theme URI: https://www.anipedia.net/
Version: 1.0
Author: Anipedia
Author URI: https://www.anipedia.net/
*/
/********************************************************************/
/* CSS reset */
/********************************************************************/
@import url("https://fonts.googleapis.com/css?family=Open Sans:400,500,700");
@import url("https://fonts.googleapis.com/css?family=PT Sans:400,700");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizeing: border-box;
    box-sizing: border-box;
    text-align: left;
}
/********************************************************************/
/* LESS variables */
/********************************************************************/
/********************************************************************/
/* LESS Mixins */
/********************************************************************/
/********************************************************************/
/* 0. Imports */
/********************************************************************/
/********************************************************************/
/* 1. Estilos generales */
/********************************************************************/
html {
    overflow-x: hidden;
}
body {
    font: 14px "Open Sans";
    color: #0b121a;
    background-color: #ece8e5;
}
div.columnaCentral {
    max-width: 1150px;
    margin: 0 auto;
}
h1 {
    font: 36px "PT Sans";
    color: #f08000;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #914a0d;
    font-weight: bold;
}
h1.nomargin {
    margin-bottom: 0
}
h2,
.tituloNoSem {
    font: 30px "PT Sans";
    color: #f08000;
    margin: 40px 0px 30px;
    position: relative;
    z-index: 0;
    clear: both;
    width: 100%;
    font-weight: bold;
}
h2:after,
.tituloNoSem:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    right: 0;
    bottom: -3px;
    z-index: -1;
    border-bottom: 1px solid #E7E5E5;
}
h3,
h4 {
    font-family: "PT Sans";
}
p {
    margin: 10px 0;
    text-align: justify;
    line-height: 150%;
}
p.textoIzquierda {
    text-align: right;
}
p.textoDerecha {
    text-align: right;
}
p.textoCentrado {
    text-align: center;
}
a {
    color: #f08000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.videoResponsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    text-align: center;
    max-width: 100%;
    margin: 30px 5%;
}
.videoResponsive iframe,
.videoResponsive object,
.videoResponsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.enlaceCentrado {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
/********************************************************************/
/* 2. Header */
/********************************************************************/
header.mainHeader {
    position: relative;
    margin-bottom: -38px;
    height: 183px;
    float: left;
    width: 100%;
    z-index: 20;
}
header.mainHeader:before {
    height: 162px;
    width: 522px;
    content: " ";
    position: absolute;
    top: 16px;
    left: 0;
    z-index: -1;
    background: url("/wp-content/themes/anipedia/./assets/st/header-left-img.png") 0 0 no-repeat;
}
header.mainHeader:after {
    height: 172px;
    width: 739px;
    content: " ";
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 999;
    background: url("/wp-content/themes/anipedia/./assets/st/header-right-img.png") 0 0 no-repeat;
}
header.mainHeader a.logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: transparent url("/wp-content/themes/anipedia/./assets/st/logo.png") left center no-repeat;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='st/logo.gif',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='st/logo.gif',sizingMethod='scale');
    height: 68px;
    width: 100%;
    max-width: 326px;
    float: left;
    margin: 38px 0px 0px 8%;
}
@media only screen and (max-width: 1170px) {
    header.mainHeader:after {
        content: none;
    }
}
@media only screen and (max-width: 870px) {
    header.mainHeader {
        margin-bottom: 10px;
        height: auto;
    }
    header.mainHeader:before {
        content: none;
    }
    header.mainHeader a.logo {
        max-width: none;
        background-position: center center;
        margin: 18px 0px 11px 0px;
    }
}
/********************************************************************/
/* 3. Footer */
/********************************************************************/
footer {
    background-image: url("/wp-content/themes/anipedia/./assets/st/footer-left-img.png"), url("/wp-content/themes/anipedia/./assets/st/footer-right-img.png");
    background-position: left -6px, right -8px;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    height: 176px;
    position: relative;
    margin-top: 20px;
}
footer * {
    color: #ffffff;
    font-size: 12px;
}
footer:before {
    bottom: 56px;
    border-bottom: 1px dashed #ffffff;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: -2;
}
footer:after {
    background-color: #f18000;
    bottom: 0px;
    content: "";
    height: 60px;
    left: 0px;
    position: absolute;
    right: 0px;
    z-index: -10;
}
footer .textoFooter {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
}
footer .textoFooter p {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
}
footer .textoFooter p.copyright span.linkFooter,
footer .textoFooter p.copyright a.linkFooter {
    border-bottom: 1px solid white;
    cursor: pointer;
}
footer .textoFooter p.copyright span.linkFooter:after,
footer .textoFooter p.copyright a.linkFooter:after {
    content: '\00a0|\00a0';
    border-bottom: 1px solid #f18000;
    display: inline;
}
footer .textoFooter p.copyright span.linkFooter:hover,
footer .textoFooter p.copyright a.linkFooter:hover {
    text-decoration: none;
}
@media only screen and (max-width: 870px) {
    footer .textoFooter p {
        line-height: 1em;
    }
}
footer .textoFooter > a.mediaIcon {
    position: absolute;
}
footer .textoFooter > a.mediaIcon.fbIcon {
    right: 30px;
}
footer .textoFooter > a.mediaIcon.twIcon {
    right: 75px;
}
@media only screen and (max-width: 870px) {
    footer .textoFooter > a.mediaIcon {
        bottom: 30px;
    }
}
@media only screen and (max-width: 945px) {
    footer {
        background: transparent url("/wp-content/themes/anipedia/./assets/st/footer-left-img-m.png") left 11px no-repeat;
    }
}
@media only screen and (max-width: 870px) {
    footer {
        height: 292px;
        background: transparent url("/wp-content/themes/anipedia/./assets/st/footer-left-img-m.png") left 61px no-repeat;
    }
    footer:before {
        bottom: 172px;
        border-bottom: 1px dashed #ffffff;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
    }
    footer:after {
        height: 126px;
    }
    footer .textoFooter p.defSitio {
        display: none;
    }
    footer .textoFooter p.copyright > * {
        clear: both;
        float: left;
        text-align: left;
        margin: 7px 3%;
    }
    footer .textoFooter p.copyright > *:after {
        content: none!important;
    }
}
/********************************************************************/
/* 4. Menu */
/********************************************************************/
#sidebarMenus {
    width: 250px;
    float: left
}

@media only screen and (max-width: 870px) {
    #sidebarMenus {
        display:none;
        width: 50%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        z-index: 100;
        min-width: 250px;
        overflow: hidden;
        height: 100%;
        position: fixed;
        overflow-y: scroll
    }
}

@media only screen and (min-width: 871px) {
    #sidebarMenus.menuHome {
        display:none !important
    }
}

@media only screen and (min-width: 871px) {
    #sidebarMenus.menuSeccion {
        display:block !important
    }
}

#sidebarMenus>nav{
    border: 1px solid #e7e5e5;
    border-top: 0;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box
}

#sidebarMenus>nav .tituloMenu {
    width: 100%;
    float: left;
    text-decoration: none;
    margin: 0;
    font-family: "PT Sans";
    background-color: #f18000;
    height: 30px;
    line-height: 32px;
    color: white;
    padding: 0 10px;
    font-size: 21px;
    margin-bottom: 9px;
    -moz-border-radius: 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-clip: padding-box
}

@media only screen and (max-width: 870px) {
    #sidebarMenus>nav .tituloMenu {
        float:left;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

#sidebarMenus>nav .tituloMenu.principal {
    background-color: #914a0d
}

#sidebarMenus>nav>a.enlaceMenu,#sidebarMenus .menu-destacados-sidebar-container a {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #0b121a;
    text-decoration: none;
    border-bottom: 1px dashed #e7e5e5;
    padding: 6px;
}

#sidebarMenus>nav>a.enlaceMenu{
    padding-left: 3%;
    padding-right: 3%;
}


#sidebarMenus>nav>a.enlaceMenu:hover,#sidebarMenus .menu-destacados-sidebar-container a:hover{
    color: #914a0d
}

#sidebarMenus>nav>a.enlaceMenu:last-child {
    border: 0
}

#sidebarMenus>nav>a.enlaceMenu:before,#sidebarMenus .menu-destacados-sidebar-container a:before{
    content: "";
    display: block;
    background: url("/wp-content/themes/anipedia/./assets/st/list-arrow.png") no-repeat;
    width: 11px;
    height: 16px;
    float: left;
    margin: 4px 3% 0 0
}

#sidebarMenus>nav>a.enlaceMenu.itemActual,#sidebarMenus .menu-destacados-sidebar-container a.enlaceMenu.itemActual{
    background-color: #ededed
}

@media only screen and (max-width: 870px) {
    #sidebarMenus>nav,#sidebarMenus .menu-destacados-sidebar-container {
        -webkit-border-radius:0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0
    }
}

.botonMenu {
    width: 100%;
    height: 50px;
    padding: 3px 3.3% 0;
    line-height: 50px;
    font: 32px "PT Sans";
    color: #fff;
    float: left;
    display: none
}

.botonMenu.mostrar {
    background: #f18000;
    margin: -40px -3.3%;
    width: 106.4%
}

.botonMenu.mostrar:before {
    content: "";
    display: block;
    background: url("/wp-content/themes/anipedia/./assets/st/m-menu-ico.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 8px 25px 0 0
}

@media only screen and (max-width: 870px) {
    .botonMenu.mostrar {
        display:block
    }
}

@media only screen and (max-width: 870px) {
    .botonMenu {
        display:block
    }
}

.botonMenu.ocultar {
    background: #f18000 url("/wp-content/themes/anipedia/./assets/st/m-back-ico.png") right center no-repeat;
    border-right: 1px solid #e7e5e5
}
/********************************************************************/
/* 5. Documento */
/********************************************************************/
.contenedor {
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    background: #fff;
    position: relative;
    padding: 50px 3% 38px;
    -webkit-box-shadow: 0 10px 32px -8px #a5a5a5;
    -moz-box-shadow: 0 10px 32px -8px #a5a5a5;
    box-shadow: 0 10px 32px -8px #a5a5a5;
    width: 100%
}
.contenedor:before {
    content: "";
    background-color: #f18000;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
@media only screen and (max-width: 870px) {
    .contenedor:before {
        background-color: #914a0d ;
    }
}

.contenedor > .contenedorInterior.seccion {
    overflow: hidden;
    padding-left: 3%
}

@media only screen and (max-width: 870px) {
    .contenedor>.contenedorInterior.seccion {
        width:100%;
        padding-left: 0
    }
}

.contenedor > .contenedorInterior .contenido {
    text-align: justify;
}
.contenedor > .contenedorInterior .contenido:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.contenedor > .contenedorInterior .contenido ul {
    list-style: square;
    margin: 20px 5%;
}
.contenedor > .contenedorInterior .contenido ul.conEnlaces > li {
    color: #F18000;
    font-weight: bold;
    margin: 5px 0;
}
.contenedor > .contenedorInterior .contenido ul.conEnlaces > li > a {
    text-decoration: none;
    color: inherit;
}
.contenedor > .contenedorInterior .contenido ul.conEnlaces > li:hover {
    color: #0b121a;
}
.contenedor > .contenedorInterior .contenido img.imagenCentrada,
.contenedor > .contenedorInterior .contenido img.imagenDerecha,
.contenedor > .contenedorInterior .contenido img.imagenIzquierda {
    border: 10px solid #ece8e5;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
    -moz-box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
    box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
}
.contenedor > .contenedorInterior .contenido img.imagenCentrada.imagenCentrada,
.contenedor > .contenedorInterior .contenido img.imagenDerecha.imagenCentrada,
.contenedor > .contenedorInterior .contenido img.imagenIzquierda.imagenCentrada {
    display: block;
    margin: 20px auto;
}
.contenedor > .contenedorInterior .contenido img.imagenCentrada.imagenDerecha,
.contenedor > .contenedorInterior .contenido img.imagenDerecha.imagenDerecha,
.contenedor > .contenedorInterior .contenido img.imagenIzquierda.imagenDerecha {
    display: block;
    float: right;
    margin: 0px 0px 20px 20px;
}
.contenedor > .contenedorInterior .contenido img.imagenCentrada.imagenIzquierda,
.contenedor > .contenedorInterior .contenido img.imagenDerecha.imagenIzquierda,
.contenedor > .contenedorInterior .contenido img.imagenIzquierda.imagenIzquierda {
    display: block;
    float: left;
    margin: 0px 20px 20px 0;
}
.contenedor > .contenedorInterior .contenido img.imagenCentrada.imagenAmp,
.contenedor > .contenedorInterior .contenido img.imagenDerecha.imagenAmp,
.contenedor > .contenedorInterior .contenido img.imagenIzquierda.imagenAmp {
    width: 450px;
    height: auto;
}
@media only screen and (max-width: 800px) {
    .contenedor > .contenedorInterior .contenido img.imagenCentrada.imagenGrande,
    .contenedor > .contenedorInterior .contenido img.imagenDerecha.imagenGrande,
    .contenedor > .contenedorInterior .contenido img.imagenIzquierda.imagenGrande {
        float: none!important;
        margin: 20px auto!important;
    }
}
@media only screen and (max-width: 620px) {
    .contenedor > .contenedorInterior .contenido img.imagenCentrada,
    .contenedor > .contenedorInterior .contenido img.imagenDerecha,
    .contenedor > .contenedorInterior .contenido img.imagenIzquierda {
        float: none!important;
        margin: 20px auto!important;
    }
}
@media only screen and (max-width: 870px) {
    .contenedor > .contenedorInterior {
        width: 100%;
        padding-top: 30px;
    }
}
.contenedor .despuesContenido {
    margin-top: 10px;
    padding: 30px 0px;
    border-top: 2px solid #914a0d;
}
@media only screen and (max-width: 870px) {
    .contenedor {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: inherit;
    }
    .contenedor:before {
        border-radius: 0;
        position: inherit;
        float: left;
        margin-left: -3.13%;
        margin-top: -50px;
        width: 106.12%;
    }
}
/********************************************************************/
/* 6. Anuncios */
/********************************************************************/
.ads_1,
.ads_2 {
    width: 250px;
    height: 250px;
}
@media only screen and (min-width: 335px) {
    .ads_1,
    .ads_2 {
        width: 300px;
        height: 250px;
    }
}
@media only screen and (min-width: 371px) {
    .ads_1,
    .ads_2 {
        width: 336px;
        height: 280px;
    }
}
@media only screen and (min-width: 768px) {
    .ads_1,
    .ads_2 {
        width: 728px;
        height: 90px;
    }
}

.adsCuadrados{
    width: 250px;
    height: 250px;
}
@media only screen and (min-width: 335px) {
    .adsCuadrados{
        width: 300px;
        height: 250px;
    }
}
@media only screen and (min-width: 371px) {
    .adsCuadrados{
        width: 336px;
        height: 280px;
    }
}



ins.adsbygoogle{
    margin: 0 auto;
}

/********************************************************************/
/* 7. Secciones home y portadas */
/********************************************************************/
.contTodaSeccion {
    text-align: center;
}
div.resSecContainer {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
    overflow: hidden;
}
div.resSecContainer > .resSec {
    max-width: 255px;
    display: inline-block;
    padding: 10px;
    margin: 0 .5% 23px;
    text-align: center;
    position: relative;
    width: 100%;
    background-color: #ece8e5;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(89, 89, 89, 0.53);
    -moz-box-shadow: 1px 1px 8px 0px rgba(89, 89, 89, 0.53);
    box-shadow: 1px 1px 8px 0px rgba(89, 89, 89, 0.53);
    /* Bloque sprite */
    /* Enlace de texto */
}
div.resSecContainer > .resSec > a.imgSec {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 235px;
    height: 141px;
    text-align: center;
}
div.resSecContainer>.resSec>a.imgSec>img {
    max-width: 100%;
    height: auto
}
div.resSecContainer > .resSec{
    cursor:pointer;
}
div.resSecContainer > .resSec > a.imgSec > img.imgSecHome {
    position: absolute;
    width: 1270px;
    height: 1232px;
    max-width: none;
}
div.resSecContainer > .resSec > a.imgSec:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 5px 5px 8px -3px rgba(51, 51, 51, 0.87);
    -moz-box-shadow: inset 5px 5px 8px -3px rgba(51, 51, 51, 0.87);
    box-shadow: inset 5px 5px 8px -3px rgba(51, 51, 51, 0.87);
}
div.resSecContainer > .resSec > a:first-child + a {
    margin-top: 5px;
    display: inline-block;
    color: #f18000;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
div.resSecContainer > .resSec.sinImagen {
    padding: 40px 20px;
    height: 120px;
}
div.resSecContainer > .resSec.sinImagen > a {
    margin-top: 5px;
    display: inline-block;
    color: #99541b;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
}
div.resSecContainer > .resSec.secSinBg {
    background: none;
}
div.resSecContainer > .resSec.resCuestionario {
    padding: 20px;
    height: 205px;
}
div.resSecContainer > .resSec.resCuestionario h2:after {
    border-bottom: 1px solid #F18000;
}
div.resSecContainer > .resSec.resCuestionario > ul {
    list-style: none;
    margin: 0;
}
div.resSecContainer > .resSec.resCuestionario > ul > li {
    margin-bottom: 5px;
}
div.resSecContainer > .resSec.resCuestionario > ul > li > a {
    font-weight: bold;
    color: #99541b;
}
div.resSecContainer > .resSec.resCuestionario > h2 {
    margin: 0px 0px 5px;
}
div.resSecContainer.resJuegosFlash {
    width: 24%;
}
div.resSecContainer.resJuegosFlash > .resSec {
    max-width: 190px;
}
div.resSecContainer.resJuegosFlash > .resSec > a.imgSec {
    width: 150px;
    height: 105px;
}
@media only screen and (max-width: 1000px) {
    div.resSecContainer.resJuegosFlash {
        width: 32%;
    }
}
@media only screen and (max-width: 820px) {
    div.resSecContainer.resJuegosFlash {
        width: 49%;
    }
}
@media only screen and (max-width: 400px) {
    div.resSecContainer.resJuegosFlash {
        width: 100%;
    }
}
@media only screen and (max-width: 1150px) {
    div.resSecContainer {
        width: 49.68%;
    }
}
@media only screen and (max-width: 820px) {
    div.resSecContainer {
        width: 100%;
    }
}
.contenidoHome .resSecContainer {
    width: 25%;
}
.contenidoHome .resSecContainer > .resSec {
    /* Personalizaciones individuales de seccion */
}
.contenidoHome .resSecContainer > .resSec.sec-aguilas > a.imgSec > img {
    left: -2px;
    top: -2px;
}
.contenidoHome .resSecContainer > .resSec.sec-animales-famosos > a.imgSec > img {
    left: -256px;
    top: -2px;
}
.contenidoHome .resSecContainer > .resSec.sec-actividades > a.imgSec > img {
    left: -2px;
    top: -2px;
}
.contenidoHome .resSecContainer > .resSec.sec-mundo-animal > a.imgSec > img {
    left: -510px;
    top: -2px;
}
.contenidoHome .resSecContainer > .resSec.sec-ardillas > a.imgSec > img {
    left: -764px;
    top: -2px;
}
.contenidoHome .resSecContainer > .resSec.sec-ballenas > a.imgSec > img {
    left: -2px;
    top: -156px;
}
.contenidoHome .resSecContainer > .resSec.sec-caballos > a.imgSec > img {
    left: -256px;
    top: -156px;
}
.contenidoHome .resSecContainer > .resSec.sec-cocodrilos > a.imgSec > img {
    left: -510px;
    top: -156px;
}
.contenidoHome .resSecContainer > .resSec.sec-colorea-online > a.imgSec > img {
    left: -764px;
    top: -156px;
}
.contenidoHome .resSecContainer > .resSec.sec-conejos > a.imgSec > img {
    left: -2px;
    top: -310px;
}
.contenidoHome .resSecContainer > .resSec.sec-delfines > a.imgSec > img {
    left: -256px;
    top: -310px;
}
.contenidoHome .resSecContainer > .resSec.sec-elefantes > a.imgSec > img {
    left: -510px;
    top: -310px;
}
.contenidoHome .resSecContainer > .resSec.sec-fondos > a.imgSec > img {
    left: -764px;
    top: -310px;
}
.contenidoHome .resSecContainer > .resSec.sec-fotos-graciosas > a.imgSec > img {
    left: -2px;
    top: -464px;
}
.contenidoHome .resSecContainer > .resSec.sec-gatos > a.imgSec > img {
    left: -256px;
    top: -464px;
}
.contenidoHome .resSecContainer > .resSec.sec-gifs > a.imgSec > img {
    left: -510px;
    top: -464px;
}
.contenidoHome .resSecContainer > .resSec.sec-hamsters > a.imgSec > img {
    left: -764px;
    top: -464px;
}
.contenidoHome .resSecContainer > .resSec.sec-hormigas > a.imgSec > img {
    left: -2px;
    top: -618px;
}
.contenidoHome .resSecContainer > .resSec.sec-iguanas > a.imgSec > img {
    left: -256px;
    top: -618px;
}
.contenidoHome .resSecContainer > .resSec.sec-juegos > a.imgSec > img {
    left: -510px;
    top: -618px;
}
.contenidoHome .resSecContainer > .resSec.sec-leones > a.imgSec > img {
    left: -764px;
    top: -618px;
}
.contenidoHome .resSecContainer > .resSec.sec-leopardos > a.imgSec > img {
    left: -2px;
    top: -772px;
}
.contenidoHome .resSecContainer > .resSec.sec-linces > a.imgSec > img {
    left: -256px;
    top: -772px;
}
.contenidoHome .resSecContainer > .resSec.sec-lobos > a.imgSec > img {
    left: -510px;
    top: -772px;
}
.contenidoHome .resSecContainer > .resSec.sec-mariposas > a.imgSec > img {
    left: -764px;
    top: -772px;
}
.contenidoHome .resSecContainer > .resSec.sec-monos > a.imgSec > img {
    left: -2px;
    top: -926px;
}
.contenidoHome .resSecContainer > .resSec.sec-murcielagos > a.imgSec > img {
    left: -256px;
    top: -926px;
}
.contenidoHome .resSecContainer > .resSec.sec-osos > a.imgSec > img {
    left: -510px;
    top: -926px;
}
.contenidoHome .resSecContainer > .resSec.sec-pajaros > a.imgSec > img {
    left: -764px;
    top: -926px;
}
.contenidoHome .resSecContainer > .resSec.sec-peces > a.imgSec > img {
    left: -1018px;
    top: -2px;
}
.contenidoHome .resSecContainer > .resSec.sec-perros > a.imgSec > img {
    left: -1018px;
    top: -156px;
}
.contenidoHome .resSecContainer > .resSec.sec-pinguinos > a.imgSec > img {
    left: -1018px;
    top: -310px;
}
.contenidoHome .resSecContainer > .resSec.sec-serpientes > a.imgSec > img {
    left: -1018px;
    top: -464px;
}
.contenidoHome .resSecContainer > .resSec.sec-tiburones > a.imgSec > img {
    left: -1018px;
    top: -618px;
}
.contenidoHome .resSecContainer > .resSec.sec-tigres > a.imgSec > img {
    left: -1018px;
    top: -772px;
}
.contenidoHome .resSecContainer > .resSec.sec-tortugas > a.imgSec > img {
    left: -1018px;
    top: -926px;
}
.contenidoHome .resSecContainer > .resSec.sec-veterinarios > a.imgSec > img {
    left: -2px;
    top: -1080px;
}
@media only screen and (max-width: 1180px) {
    .contenidoHome .resSecContainer {
        width: 33%;
    }
}
@media only screen and (max-width: 900px) {
    .contenidoHome .resSecContainer {
        width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .contenidoHome .resSecContainer {
        width: 100%;
    }
}
/********************************************************************/
/* 8. Sección por columnas */
/********************************************************************/
.secColContainer {
    display: inline-block;
    width: 48%;
    margin-bottom: 30px;
    border: 1px solid #e7e5e5;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    text-align: justify;
}
.secColContainer:last-of-type {
    float: right;
}
.secColContainer.secUnicaCol {
    float: left;
}
.secColContainer.secUnicaCol p {
    text-align: center;
}
.secColContainer > .secColContenido {
    padding: 20px;
    color: black;
    font-weight: 500;
}
.secColContainer > .secColContenido.adivinanza {
    min-height: 155px;
}
@media only screen and (max-width: 900px) {
    .secColContainer {
        width: 100%;
    }
}
.alertaAdivinanza {
    position: absolute;
    background: #f8bf7f url("/wp-content/themes/anipedia/./assets/st/close-ico.png");
    background-repeat: no-repeat;
    background-position: right 0px;
    left: 20px;
    right: 20px;
    top: 15px;
    bottom: 0;
    color: #f18000;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
#secColContainerAl2 {
    float: left;
    width: 100%;
}
#secColContainerAl1 {
    float: left;
    width: 100%;
    text-align: justify;
}
/********************************************************************/
/* 9. Sección por lineas */
/********************************************************************/
.seccionHorizontal {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    float: left;
    border-bottom: 2px solid #914a0d;
}
/********************************************************************/
/* 10. Sección cuestionarios */
/********************************************************************/
form.cuestionarioSec table {
    width: 100%!important;
    border: none!important;
}
form.cuestionarioSec table td {
    width: auto!important;
    display: inline-block;
    margin: 3px 3px;
}
/********************************************************************/
/* 11. Sección colorear y juegos */
/********************************************************************/
#dibujoColorear,
#juegoid {
    margin-top: 20px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
#dibujoColorear embed,
#juegoid embed {
    width: 100%;
}
/********************************************************************/
/* 12. Blog */
/********************************************************************/
.socialWPcontainer {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}
.SocialWP {
    float: right;
    margin: 0 5px;
}
div.navigation * {
    color: #f08000;
}
.contenidoBlog img {
    max-width: 100%;
    height: auto;
    border: 10px solid #ece8e5;
    display: block;
    margin: 20px auto;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
    -moz-box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
    box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
}
/********************************************************************/
/* 13. Veterinarios */
/********************************************************************/
@media only screen and (max-width: 900px) {
    table.tablaVeterinarios tr,
    table.tablaVeterinarios td {
        width: 100%!important;
        float: left!important;
    }
}
@media only screen and (max-width: 900px) {
    table.tablaVeterinarios > tbody > tr:nth-child(1) {
        display: none!important;
    }
}

/********************************************************************/
/* 13. Otros */
/********************************************************************/
.shareContainer {
    max-width: 513px;
    margin: 35px auto;
}

.shareContainer > span.titleShare {
    font-family: "Open sans", "sans-serif";
    color: #f08000;
    font-size: 21px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 6px;
}

.shareContainer .essb_message_above_share{
    font-family: "Open sans", "sans-serif";
    color: #f08000;
    font-size: 21px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 14px;
}

.relatedPostsContainer{
    text-align: center;
}

.relatedPostsContainer h2 {
    font-family: "Open sans", "sans-serif";
    font-size: 21px;
    color: #914A0D;
}

.relatedPostsContainer h2::after {
    bottom: -6px;
}

.relatedPostsContainer h2 > a {
    color: #f08000;
    font-weight: bold;
}

/********************************************************************/
/* 14. Sidebar widgets */
/********************************************************************/
aside.widget {
    display: block;
    border: 1px solid #e7e5e5;
    border-top: none;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
}

aside.widget.widget_noborder_text{
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}


aside.widget p.widget-title {
    width: 100%;
    float: left;
    text-decoration: none;
    margin: 0;
    font-family: "PT Sans";
    background-color: #914a0d;
    height: 30px;
    color: white;
    padding: 0 10px;
    font-size: 21px;
    margin-bottom: 9px;
    line-height: 31px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    background-clip: padding-box;
}

aside.widget:nth-child(1n) p.widget-title{
    background-color: #f18000;
}

aside.widget p.widget-title.principal{
    background-color: #914a0d;
}

aside.widget div.widget-inner {
    padding: 6px 3.3%;
}

aside.widget.widget_nav_menu .menu li{
    width: 100%;
    float: left;
    border-bottom: 1px dashed #e7e5e5;
}

aside.widget.widget_nav_menu .menu li a::before{
    content: "";
    display: block;
    background: url("./assets/st/list-arrow.png") no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3% 0 0;
}

aside.widget.widget_nav_menu .menu li a{
    font-size: 13px;
    color: #0b121a;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 6px 0;

    display: inline-block;
}

aside.widget.widget_nav_menu .menu li a:hover{
    color: #914a0d;
}

aside.widget.widget_nav_menu .menu li:last-child{
    border-bottom: none;
}

/********************************************************************/
/* 15. Categories */
/********************************************************************/
.archiveDescription{
    font-size: 13px;
}
.archiveDescription ul{
    list-style: initial;
    margin-left: 37px;
    text-align: justify;
}

/********************************************************************/
/* 16. Post comments */
/********************************************************************/
#comments.h2 {
    margin: 0 0 20px;
    font: 22px "PT Sans";
    color: #f08000;
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
}

ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
    width: 100%;
    display: inline-block;
}

ol.commentlist li {
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor {
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment {
    border-bottom: 1px dotted #E7E5E5;
    padding: 1em;
}

ol.commentlist li.comment div.comment-author {
    display: inline-block;
}

ol.commentlist li.comment div.vcard {
    font-weight: bold;
}

ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal;
}

ol.commentlist li.comment div.vcard cite.fn a.url {
}

ol.commentlist li.comment div.vcard img.avatar {
    border: 5px solid #ccc;
    float: right;
    margin: 0 0 1em 1em;
}

ol.commentlist li.comment div.vcard img.avatar-32 {
}

ol.commentlist li.comment div.vcard img.photo {
}

ol.commentlist li.comment div.vcard span.says {
}

ol.commentlist li.comment div.commentmetadata {
    display: inline-block;
}

ol.commentlist li.comment div.comment-meta {
    font-size: 11px;
}

ol.commentlist li.comment div.comment-meta a {
    color: #ccc;
}

ol.commentlist li.comment p {
    font-size: 13px;
    margin: 0 0 1em;
}

ol.commentlist li.comment ul {
    font-size: 11px;
    list-style: square;
    margin: 0 0 1em 2em;
}

ol.commentlist li.comment div.reply {
    font-size: 11px;
}

ol.commentlist li.comment div.reply a {
    font-weight: bold;
}

ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}

ol.commentlist li.comment ul.children li {
}

ol.commentlist li.comment ul.children li.alt {
}

ol.commentlist li.comment ul.children li.bypostauthor {
}

ol.commentlist li.comment ul.children li.byuser {
}

ol.commentlist li.comment ul.children li.comment {
}

ol.commentlist li.comment ul.children li.comment-author-admin {
}

ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 3px solid #b0670d;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 3px solid #cf850d;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 3px solid #e5950d;
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-5 {
}

ol.commentlist li.comment ul.children li.odd {
}

ol.commentlist li.even {
    background: #fff;
}

ol.commentlist li.odd {
    background: #f6f6f6;
}

ol.commentlist li.parent {
    border-left: 3px solid #914A0D;
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

ol.commentlist .comment-reply-link {
    float: right;
}

#respond {
    background: #F6F6F6;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#respond .h2 {
    margin: 0 0 20px;
    font: 22px "PT Sans";
    color: #f08000;
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
}

#respond textarea {
    width: 100%;
    max-width: 100%;
    margin-left: 1%;
    font-size: 16px;
    padding: 10px;
    height: 136px;
    border: 1px solid #DFDFDF;
    outline: none;
    font: 16px "Open Sans";
}

#respond input[type="text"] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 1%;
    height: 39px;
    font-size: 16px;
    padding: 2px 10px;
    outline: none;
    font: 16px "Open Sans";
}

#respond .row {
    width: 100%;
}

#respond .row2 {
    text-align: right;
}

#respond .row .col {
    display: inline-block;
    vertical-align: top;
}

#respond .row .colInputs {
    width: 30%;
}

#respond .row .colText {
    width: 69%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 1000px) {
    #respond .row .colInputs, #respond .row .colText {
        width: 100%;
    }

    #respond input[type="text"], #respond textarea {
        margin: 5px 0;
    }
}

#respond input[type="submit"] {
    position: relative;
    padding: 6px 24px;
    font-size: 16px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #f08000;
    border: 0;
    border-bottom: 2px solid #f07223;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #f07223;
    box-shadow: inset 0 -2px #f07223;
}

#respond input[type="submit"]:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#respond input[type="submit"]:focus, #respond input[type="text"]:focus, #respond textarea:focus {
    outline: none;
}

#menuBgOverlay{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.68);
    z-index: 99;
}
.wpProQuiz_button, .wpProQuiz_button:hover{
    position: relative!important;
    padding: 16px 45px!important;
    font-size: 16px!important;
    color: white!important;
    text-align: center!important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25)!important;
    background: #f08000!important;
    border: 0!important;
    border-bottom: 2px solid #f07223!important;
    cursor: pointer!important;
    -webkit-box-shadow: inset 0 -2px #f07223!important;
    box-shadow: inset 0 -2px #f07223!important;
    margin-top: 16px!important;
    text-transform: uppercase!important;
    width: 100%!important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.wpProQuiz_button.wpProQuiz_QuestionButton, .wpProQuiz_button.wpProQuiz_QuestionButton:hover{
    width: 45%!important;
}

.wpProQuiz_header{
    font-family: "Open sans", "sans-serif";
    color: #914A0D;
    font-size: 21px;
    text-transform: uppercase;
    width: 100%;
}

.wpProQuiz_question_text {
    margin-bottom: 10px!important;
    font-weight: bold;
}

body #upprev_box{
    border-top: 2px solid #F08000;
}

body #upprev_box .upprev_excerpt p {
    text-align: left;
}

#endSticky{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-top: -25px;
}

@media screen and (max-width: 870px) {
    #endSticky{
       display: none;
   }
}

.sidebarDinamica{
    width: 100%;
    float: left;
}

@media screen and (max-width: 870px) {
    .sidebarDinamica{
        margin: 0 auto;
        float: none;
        max-width: 380px;
    }
}

.fbSidebarContainer{
    text-align: center;
    max-width: 100%;
}

iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.fbSidebarContainer .fb_iframe_widget {
    display: block;
    position: relative
}

.fbSidebarContainer .fb_iframe_widget iframe {
    max-width: initial;
    margin: initial;
    display: initial
}

#breadcrumbs{
    color: #7d7d7d;
    margin-top: 0;
    text-align: left;
    font-size: 100%;
    margin-bottom: 15px;
}

#breadcrumbs a {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#breadcrumbs a::after {
  content: "\00bb";
  display: inline-block;
  vertical-align: top;
  margin: 0 1px 0 5px;
  color: #7d7d7d;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 580px) {
  #breadcrumbs.toHide .breadcrumb_last{
    display: none;
}
#breadcrumbs.toHide > span > span > span > a:first-child::after{
    content: none;
} 
}


.yasr-visitor-votes{
    text-align: center;
    margin-bottom: 35px;
}

.yasr-visitor-votes p{
    text-align: center;
}

.yasr-visitor-votes .yasr_visitor_votes_stars_div{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.yasr-small-block-bold {
    text-align: center;
}

#loader-visitor-rating{
    text-align: center;
}

.jslghtbx {
    z-index: 99999!important;
}
.contTodaSeccion {
    text-align: center;
    font-size: 15px;
}
img[data-jslghtbx=""] {
    cursor: pointer;
    max-width: 100%;
    height: auto;
}

#CapaAdsenseFijo{
    display:none;
    z-index: 99999;
}
.anunciofijo {
    width: 120px;
    height: 600px;
}

@media (min-width: 1314px) {
    .anunciofijo {
        width: 120px;
        height: 600px;
    }
    #CapaCentradora{
        position:relative;
        left:-60px;
    }
    #CapaAdsenseFijo{
        display:block;
        position:fixed;
        top:10px; 
        left:0px;
    }
}
@media (min-width: 1364px) {
    .anunciofijo {
        width: 160px;
        height: 600px;
    }
    #CapaCentradora{
        position:relative;
        left:-80px;
    }
}

@media (min-width: 1504px) {
    .anunciofijo {
        width: 300px;
        height: 600px;
    }
    #CapaCentradora{
        position:relative;
        left:-150px;
    }
}

img.size-full{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 10px solid #ece8e5;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
    -moz-box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
    box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 10px solid #ece8e5;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
    -moz-box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
    box-shadow: 3px 3px 9px 0px rgba(89, 89, 89, 0.53);
}

blockquote, q {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 500px;
    margin: 0.25em 0;
    padding: 0em 20px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    margin: 25px auto;
    max-width: 500px;
    width: 100%;
    padding-left: 42px;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 55px;
    position: absolute;
    left: 0px;
    top: -17px;
    content: "\201C";
    font-family: Georgia, serif;
    font-weight: bold;
}

/* Barra de cookies */


/* Barra de cookies */
#cookie-bar {
    height: auto;
    line-height: 24px;
    text-align: center;
    z-index: 999999;
    background: #111;
    color: #ccc;
    opacity: 0.95;
}
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
#cookie-bar p {
    margin: 0;
    padding: 0;
    color: #ccc;
    font-size: 13px;
    margin-top: 14px;
    margin-bottom: 14px;
}
#cookie-bar a {
    color: #69757B;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    vertical-align: middle;
}
#cookie-bar .cb-enable {
    background-color: #E1FF00;
    color: #000;
    display: inline-block;
    text-align: center;
    width: 86px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    overflow: hidden;
    vertical-align: bottom;
    white-space: normal;
    font-size: 16px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    cursor: pointer;
    margin-left: 15px;
    float: right;
    margin-top: 9px;
    vertical-align: middle;
}
#cookie-bar .cb-policy {
    color: #69757B;
}
#cookie-bar .cookies-bar-inner {
    max-width: 95%;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 1765px) {
    #cookie-bar .cb-enable{
        margin-top:18px;
    }
}
@media screen and (max-width: 770px) {
    #cookie-bar p {
        font-size: 12px;
    }
}
@media screen and (max-width: 470px) {
    #cookie-bar p {
        font-size: 11px;
    }
    #cookie-bar .cb-enable {
        width: 75px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    #cookie-bar a {
        font-size: 11px;
    }
}
span.cb-enable:hover {
    background-color: #464646!important;
    color: #FFF!important;
}
h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #F08000;
}

.animalTaxonomy tr {
    border: 1px solid #E6DED9;
}

.animalTaxonomy tr:nth-child(odd) {
    background-color: #F1F1F1;
}

.animalTaxonomy tr > td:first-child {
    border: 1px solid #FFF;
    background-color: #914A0D;
    color: #FFF;
    display: table-cell;
    padding: 1em;
    margin: .5em 1em;
}

.animalTaxonomy{
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #4E1E00;
    border-radius: 10px;
    border: 1px solid #924B16;
}

.animalTaxonomy tr > td:nth-child(2n) {
    margin: .5em 1em;
    border: 1px solid #E6DED9;
    display: table-cell;
    padding: 1em;
    word-wrap: break-word;
}
.animalTaxonomy tr > td {
    width: 50%;
}
.animalTaxonomy tbody > tr:first-child > td:first-child {
    background: white;
    color: #914A0D;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}
.animalTaxonomy tbody > tr:nth-child(2) > td:first-child {
    border-top-left-radius: 10px;
}
.animalTaxonomy tbody > tr:nth-child(2) > td:nth-child(2) {
    border-top-right-radius: 10px;
}
.animalTaxonomy tr:first-child > td:nth-child(2n) {
    background: #ffffff;
}
.animalTaxonomy tr:first-child > td:nth-child(2n) > img {
 max-height: 200px;
 width: auto;
}

.animalInfoBoxOuterContainer{
    float: right;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width: 570px) {
    .animalInfoBoxOuterContainer{
        width:100%;
    }
}


.animalInfoBoxContainer{
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
}


.animalInfoBox{
    background-color: white;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    background-color: #ECE8E5;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    padding: 10px 30px;
}

.animalInfoBox:before, .animalInfoBox:after{
    position: absolute;
    content: "";
    top: 14px;
    bottom: 14px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 25px 3px #AFACA9;
    -moz-box-shadow: 0 0 25px 3px #AFACA9;
    box-shadow: 0 0 25px 3px #AFACA9;
    -webkit-border-radius:100px/10px;
    -moz-border-radius:100px/10px;
    border-radius: 100px/10px;
    z-index: -1;
}

.animalInfoBox li{
    text-align: left!important;
    margin-bottom: 6px;
}

#toc_container p.toc_title{
    text-align: left;
    color: #914A0D;
}
#toc_container p.toc_title a{
    color: #914A0D;
}
div#toc_container{
    padding: 20px;
    box-sizing:border-box;
    font-size:100%;
    margin-top: 20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
}
div#toc_container ul li{
    margin-bottom:6px;
}

.fbx-rounded .fbx-caption {
    display: none!important;
}

.essb-mobile-sharebottom .essb_width_columns_2 li a, .essb-mobile-sharebottom .essb_width_columns_3 li a, .essb-mobile-sharebottom .essb_width_columns_4 li a, .essb-mobile-sharebottom .essb_width_columns_5 li a, .essb-mobile-sharebottom .essb_width_columns_6 li a {
    width: 100%;
    text-align: center;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin: 0!important;
}

#toc_container.no_bullets ul {
    margin-top: 5px;
}

.categoryContainer .archiveDescription{
   font-size: inherit;
}

body.home #CapaCentradora > div > div.adsb30 > .anuncio{
    padding: 0;
}

.archiveDescription ul li, body.single .contenedorInterior ul li {
    margin-bottom: 10px;
}

.essb_links ul.essb_links_list{
    text-align: center;
}


body.post-type-archive-blog_post .more-link{
   display: inline-block;
   border: none;
   color: #FFFFFF;
   border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   font-family: Arial;
   width: auto;
   height: auto;
   font-size: 16px;
   padding: 8px 39px;
   background-color: #F08000;
    clear: both;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 190px;
    margin-top: 20px;
}
body.post-type-archive-blog_post .more-link:hover, body.post-type-archive-blog_post .more-link:active{
   border: none;
   color: #FFFFFF;
   background-color: #D67200;
}
a.easyazon-link {
    margin: 0 auto;
    display: block;
    background: #f08000;
    width: 100%;
    max-width: 300px;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    padding: 16px 45px!important;
    font-size: 115%;
    color: white!important;
    text-align: center!important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25)!important;
    border: 0!important;
    border-bottom: 2px solid #f07223!important;
    cursor: pointer!important;
    -webkit-box-shadow: inset 0 -2px #f07223!important;
    box-shadow: inset 0 -2px #f07223!important;
    margin-top: 16px!important;
    text-transform: uppercase!important;
    width: 100%!important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: bold;
	clear:both;
}