html {
    background: linear-gradient(white, #d5d5d5, #ffffff, #d5d5d5);
}
h1 {
    float: left;
    width: 90%;
    margin: 2%;
}
.content h1 {
    padding: 10px 10px 0 20px;
    color: #0f9582;
    font-weight: 400;
    font-size: 2.5em;
    float: left;
}
#cps {
    padding: 0 30px;
    float: left;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #585858;
}
h2 {
    color: #959595;
    font-weight: 300;
}
h3 {
    color: #7f8180;
    float: left;
    width: 100%;
}
h4 {
    float: left;
    width: 100%;
}
#cabecera {
    padding: 0 20px;
    width: 80%;
    margin: 0 auto;
    overflow: auto;
    text-align: center;
    font-family: system-ui, verdana;
}
#logo {
    float: left;
}
#lema {
    float: right;
    font-size: 1.5em;
}
#menu {
    width: 100%;
    float: left;
    background: #262626;
}
#menu li {
    margin: 0 40px;
    float: left;
    list-style: none;
    text-align: center;
    padding: 0 0 18px 0;
}
#menu li a {
    text-decoration: none;
    color: #ffffff;
}
#menu li a:hover {
    color: #afaeae;
}
.buscador, .listado {
    margin: 0 30px;
}
#content {
    width: 80%;
    margin: 0px auto 0px;
    background: white;
    font-family: system-ui, verdana;
    overflow: auto;
}
.bkcontent {
    float: left;
    padding: 10px 20px;
}
#pie {
    width: 80%;
    background: black;
    height: 100px;
    text-align: center;
    color: silver;
    font-size: 0.8em;
    margin: 0 auto;
    overflow: auto;
}
#copyright {
    margin-top: 40px;
}
.imagendefondo {
    width: 100%;
}
#buscar-pal {
    width: 100%;
    padding: 10px;
    color: #999797;
    border: 2px solid silver;
    border-radius: 10px;
}
#resultados {
    background: #a7e3db;
    max-height: 180px;
    overflow: auto;
    font-size: 0.8em;
    padding-right: 40px;
}
#resultados a {
    color: #05594e;
    text-decoration: none;
}
#resultados a:hover {
    color: white;
}
#contres {
    position: absolute;
    background: #a7e3db;
    border-radius: 10px;
    display: none;
    box-shadow: 5px 5px 10px #8b8888;
}
#circulo1 {
    background: #2da2a2;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
}
#circulo1:hover {
    background: #7ad7d7;
}
#circulo1 a {
    color: white;
}
#circulo1 a:hover {
    color: #0d7373;
}
#circulo2 {
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    overflow: auto;
}
#circulo2 span{
    float: left;
}
#modalbox {
    display: none;
    max-width: 500px;
    max-height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 15px black;
    border-radius: 10px;
    padding: 10px;
    background: white;
}
.temario {
    max-height: 500px;
    overflow: auto;
    border: 1px solid silver;
    padding: 5px;
    font-size: 0.9em;
}
#contactarcontent {
    width: 100%;
    overflow: auto;
}
li.impar {
    background: #e8fffb;
    font-size: 0.8em;
    padding: 3px 10px;
}
li.par {
    font-size: 0.8em;
    padding: 3px 10px;
}
li.impar:hover {
    font-weight: bold;
}
li.par:hover {
    font-weight: bold;
}
.listado ul{
    max-width: 780px;
    padding-left: 0px;
}
/* Cookies */
.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    color: white;
    font-family: arial;
    text-align: center;
}

.cookies__boton {
    background: initial;
    border: 2px solid white;
    padding: 1rem;
    font-size: 1rem;
    color: white;
    width: 5rem;
    text-align: center;
}
/*++++++++++*/
.bloqueresumen {
    width: 80%;
    margin: 0 10%;
    text-align: center;
    float: left;
    overflow: auto;
}
.bkresum1 {
    background: #f0f8ff;
    width: 300px;
    height: 215px;
    border-radius: 150px;
    text-align: center;
    padding-top: 75px;
    color: #20629b;
    float: left;
    margin: 2%;
}
.bkresum2 {
    background: #bffff9;
    width: 300px;
    height: 215px;
    border-radius: 150px;
    text-align: center;
    padding-top: 75px;
    color: #1d9f93;
    float: left;
    margin: 2%;
}
.bkresum3 {
    background: #cdf6ff;
    width: 300px;
    height: 215px;
    border-radius: 150px;
    text-align: center;
    padding-top: 75px;
    color: #1b778c;
    float: left;
    margin: 2%;
}
.etiqueta {
    font-size: 2em;
    font-weight: 100;
}
.numero {
    font-size: 4em;
    font-weight: 300;
}
#circulo3 span {
    font-weight: bold;
    font-size: 1.3em;
}
#listblog li {
    width: 48%;
    float: left;
    margin-right: 1%;
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
}
#listblog li span {
    font-size: 0.8em;
    color: #b3b0b0;
}
#listblog li a {
    color: #1b778c;
}
#homeleft {
    width: 96%;
    float: left;
    margin: 0 2%;
    font-size: 0.9em;
}
#homeright {
    width: 96%;
    float: right;
    margin: 0 2%;
}
#homeright ul {
    background: #f1f1f1;
    padding: 9px 15px;
    color: #146ab7;
    font-size: 0.9em;
}
#ultimoscursos {
    width: 48%;
    float: left;
}
#ultimosblog {
    width: 48%;
    float: left;
    margin-left: 3%;
}
#ultimosblog span {
    color: #a3a2a2;
    font-size: 0.8em;
}
.contareas {
    width: 30%;
    float: left;
    margin-right: 1%;
}
.temario p {
    margin: 0 10px !important;
}
@media screen and (min-width:1531px){
    .bkcontent {
        max-width: 30%;
    }
}
@media (min-width:801px) and (max-width:1530px){
    .bkcontent {
        max-width: 45%;
    }
}
@media screen and (max-width:800px){
    .bkcontent {
        max-width: 94%;
    }
    .zf-templateWidth {
        width: 100% !important;
    }
    .zf-subContWrap ul {
        padding-left: 0;
    }
    .zf-namemedium .zf-nameWrapper {
        width: 100%;
    }
    .zf-tempContDiv textarea {
        height: 75px;
        width: 100% !important;
    }
    #listblog li {
        width: 100%;
        float: left;
        margin-right: 0px;
    }
}