h1 {
    float: left;
    width: 100%;
    margin: 2% 0;
    background: #bdeaeb;
    font-weight: 100;
    text-align: center;
    min-height: 60px;
}
.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;
    line-height: 1.7em;
}
a:hover {
    color: #5f9ea0;
}
#pie a {
    text-decoration: none;
    color: #f5f5f5;
}
h2 {
    color: #414141;
    font-weight: 300;
}
h3 {
    color: #575757;
    float: left;
    width: 100%;
    padding: 5px 13px;
    border-bottom: 1px solid silver;
}
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 {

}
#content {
    width: 80%;
    margin: 0px auto 0px;
    background: white;
    font-family: system-ui, verdana;
    overflow: auto;
}
.bkcontent {
    float: left;
    padding: 10px 10px;
}
#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: #4b4b4b;
    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: hidden;
}
#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: 1050px;
    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;
}
h2.cookies__titulo {
    color: #e3e3e3;
}
.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: #dcfcf8;
    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: 100%;
    float: left;
    font-size: 0.9em;
}
#homeright {
    width: 100%;
    float: right;
    margin: 20px 0;
    background-color: #f9f9f9;
}
#homeright ul {
    background: #f9f9f9;
    padding: 9px 15px;
    color: #5f9ea0;
    font-size: 0.9em;
}
#homeright h4 {
    font-size: 1.1em;
    margin-bottom: 0;
}
#ultimoscursos {
    width: 48%;
    float: left;
}
#ultimoscursos span {
    font-size: 0.8em;
    color: black;
}
#ultimosblog {
    width: 48%;
    float: right;
}
#ultimosblog span {
    color: #464646;
    font-size: 0.8em;
}
.contareas {
    width: 30%;
    float: left;
    margin-right: 1%;
}
.contareas a {
    text-decoration: underline;
}
.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;
    }
}

#homeleft .col-4 {
    float: left;
}

#navbarmenuprincipal .nav-item, footer li {
    margin: 0 20px;
}
nav.navbar.navbar-expand-lg {
    float: right;
}
header {
    padding: 10px 20px;
    height: 75px;
    border-bottom: 4px solid;
}
footer {
    background: #f1f1f1;
    font-size: 0.8em;
}
div#myCarousel {
    height: 265px;
    background: #5f9ea0;
    margin-top: 85px;
}
span.numerostat {
    font-size: 4em;
}
.carousel-caption {
    bottom: 0.25rem;
    padding-top: 2.25rem;
    padding-bottom: 0rem;
}
.imagenportada img {
    height: auto;
}