@font-face {
    font-family: 'Asap';
    font-weight: 400;
    font-display: swap;
    src: url("https://rweb.apuntmedia.es/style/fonts/Asap-Regular.ttf");
}

@font-face {
    font-family: 'Asap';
    font-weight: 500;
    font-display: swap;
    src: url("https://rweb.apuntmedia.es/style/fonts/Asap-Medium.ttf");
}

@font-face {
    font-family: 'Asap';
    font-weight: 600;
    font-display: swap;
    src: url("https://rweb.apuntmedia.es/style/fonts/Asap-SemiBold.ttf");
}

@font-face {
    font-family: 'Asap';
    font-weight: 700;
    font-display: swap;
    src: url("https://rweb.apuntmedia.es/style/fonts/Asap-Bold.ttf");
}

body {
    font: 13px 'Asap', sans-serif;
    padding-top: 15px;
}

a {
    text-decoration: none;
    color: #7c5131;
}

a:hover {
    text-decoration: underline;
}

h1 {
    text-transform: inherit;
    text-align: left;
    color: #7c5131;
    font-size: 35px;
    margin-top: 0;
    font-weight: normal;
}

h2 {
    color: #7c5131;
    margin-bottom: 10px;
    text-align: center;
    margin: 0 0 15px 0;
}

p {
    margin: 5px 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    color: #666;
    margin-bottom: 15px;
}

th {
    font-size: 16px;
    background-color: #FFAC36;
    color: #7c5131;
    padding: 6px;
    font-weight: bold;
}

td {
    vertical-align: top;
    padding: 6px 4px;
}

td td {
    padding: 8px 6px;
    font-size: 15px;
    border-left: 1px solid #f1f1f1;
    text-align: center;
}

td tr {
    background-color: #faf6f3;
}

td tr:nth-child(odd) {
    background-color: #f0ede7;
}

td b {
    font-size: 1.5em;
    color: #7c5131;
}

.n {
    color: #7c5131;
    font-weight: 600;
}

.p {
    text-align: center;
    color: #FF6F2E;
    font-weight: 600;
}

.p1 td,
.p2 td,
.p3 td,
.p4 td,
.p5 td {
    font-weight: bold;
    font-size: 1.2em;
    color: #e69727;
    border: 2px dotted #FFAC36;
}

.p1 .n {
    font-size: 1.6em;
}

.p1 .p {
    font-size: 1.7em;
}

.pie {
    text-align: center;
    margin-top: 15px;
}

.pie p {
    color: #7b868f;
    font-size: 13px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.enlaces_pie {
    margin-bottom: 15px;
}

.enlaces_pie a {
    display: inline-block;
    background-color: #e7e4ce;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #7c5131;
    font-size: 15px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    padding: 0 10px;
}

.enlaces_pie a:hover {
    background-color: #FFAC36;
    color: #7c5131;
}

.enlaces_pie a.activo {
    background-color: #FFAC36;
    color: #7c5131;
}

.box-caption {
    text-align: center;
    margin: 20px auto;
}

.leyenda .h1 {
    color: #7c5131;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    border-radius: 3px;
    background: #fff;
    padding: 20px 30px;
    border: 1px solid rgba(0, 0, 0, .125);
    font-style: italic;
}

.leyenda-lista {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.leyenda-lista li {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-right: 30px;
}

.leyenda-lista .icon-letra {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #7c5131;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
}

.logo-ep {
    color: #7c5131;
    font-style: normal;
}

.logo-ep-rojo {
    color: #F72424;
    font-style: normal;
}