/* Reset ---------------------------------- */

* {
    margin: 0;
    padding: 0;
}
html {
    overflow: auto;
    font-size: 62.5%;
}
body {
    font-size: 10px; /*1em = 62.5% = 10px*/
    line-height: 1.3;
}
ol,
ul {
    list-style: none;
    list-style-type: none;
}
img {
    border: none;
    text-decoration: none;
    background-repeat: no-repeat;
    vertical-align: top;
}
img:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset {
    border: 0;
}
textarea {
    resize: vertical;
}
label,
button {
    cursor: pointer;
}

iframe[name="google_conversion_frame"] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* -------------------Fin Reset ------------------ */

/* ------------------------------------------------*/

/* GENERALES */

body {
    font-family: "Cairo", sans-serif;
}
a {
    text-decoration: none;
    color: #d79a00; /* #fbb914 */
}
a:hover {
    text-decoration: none;
    color: #000;
}
p {
    overflow: hidden;
    line-height: 1.3;
    margin-bottom: 1rem;
}

#paginaExterior {
    width: 100%; /*min-width: 1100px*/
}

/* Estilos para el pie de página */

.CookieDeclaration,
.CookieDeclarationLastUpdated,
.CookieDeclarationType {
    display: none !important;
}

/* Fin de los estilos para el pie de página */

@media only screen and (max-width: 520px) {
    img {
        max-width: 100%;
    }
}

/***************************/

/* Estilos para contenido proveniente de editor avanzado */

.textoEditor {
    font-size: 1.9rem;
    text-align: left;
}
.textoEditor p {
    margin-bottom: 1.6rem;
}
.textoEditor ul {
    margin: 0 0 25px 20px; /*list-style-position:outside;*/
}
.textoEditor ul li {
    margin: 0 0 8px 0;
    list-style-type: disc;
    line-height: 1.3;
    list-style: none;
    padding-left: 25px;
    background: url(/img/interface/flechaListado.gif) no-repeat left 5px;
}
.textoEditor ol {
    margin: 0 0 25px 35px;
}
.textoEditor ol li {
    margin: 0 0 15px 0;
    list-style-type: decimal;
}
.textoEditor li li {
    font-size: 1em;
}
.textoEditor h2 {
    margin-bottom: 20px;
    font-size: 3.8rem;
    line-height: 1.1;
    text-transform: uppercase;
}
.textoEditor h3 {
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 8px;
    font-size: 2.3rem;
    line-height: 1;
    color: #fff;
    background: #fbb914;
}
.textoEditor p + h3 {
    margin-top: 15px;
}
.textoEditor h4 {
    font-size: 1.4em;
}
.textoEditor p + h4 {
    margin-top: 15px;
}
.textoEditor h5 {
    font-size: 1.3em;
}

.textoEditor table {
    width: 100%;
    margin-bottom: 4%;
}
.textoEditor table tr {
    border-bottom: 1px solid #ccc;
}
.textoEditor table th {
    padding: 5px 10px;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.textoEditor table td {
    padding: 5px 10px;
    font-size: 1.7rem;
}
.textoEditor table td a {
}
.textoEditor .amarillo {
    color: #d79a00;
}

/* Estilos para contenido proveniente de editor avanzado SOLO en pagina editable */

.contenidoPagina.textoEditor {
}
.contenidoPagina.textoEditor p {
}
.contenidoPagina.textoEditor li {
}

@media only screen and (max-width: 980px) {
    .contenidoPagina.textoEditor {
        width: 96%;
        margin: auto;
    }
}

@media only screen and (max-width: 520px) {
    .contenidoPagina.textoEditor {
        width: 96%;
        margin: auto;
    }
}
