.espacios {
    margin-top: 10px;
    margin-bottom: 70px;
}

.carousel-control-next-icon {
    background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    color: black;
}

.carousel-control-prev-icon {
    color: black;
    background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.pie {
    position: relative;
    width: 100%;
    background-color: gray;
    color: #FFFFFF;
    padding: 40px;
}

.pietexto {
    color: #FFFFFF;
    font-size: 23px;
}

.sgeia {
    text-align: center;
    width: 100%;
    background-color: #5FA097;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    color: white;
    font-size: 14px;
}

h1.titulos {
    color: #5FA097;
}

h2.directorio, h3.directorio {
    color: #5FA097;
    text-align: center;
}

p.directorio {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

a.convocatorias, a.convocatorias:visited {
    color: #337ab7;
    text-decoration: none;
    font-size: 30px;
}

a.convocatorias:hover {
    color: #FFFFFF;
}

ul.convocatorias {
    margin-top: 50px;
    margin-bottom: 50px;
}

li.convocatorias {
    margin-top: 30px;
    margin-bottom: 30px;
}

li.convocatorias:hover {
    background-color: gray;
    color: #FFFFFF;
}

.tit_sec {
    padding: 10px 16px 10px 50px;
    cursor:pointer;
    font-size:36px;
}

#cea_lists, #iniciacion_lists, #teatro_lists, #musica_lists, #danza_lists, #apv_lists, #doc_lists {
    border: 10px solid lightgray;
}

.caja_list {
    background-color: whitesmoke;
    padding: 10px 10px 0px 50px;
    border-bottom: 10px solid lightgray;
  }

.cedart {
    background-color:#006fb4; 
    border-bottom:4px solid lightgray; 
    border-top:4px solid lightgray;
}

.eia {
    background-color:#00a8ae; 
    border-bottom:4px solid lightgray;
}

.teatro {
    background-color:#00a917; 
    border-bottom:4px solid lightgray;
}

.musica {
    background-color:#d40a07; 
    border-bottom:4px solid lightgray;
}

.danza {
    background-color:#7309d5; 
    border-bottom:4px solid lightgray;
}

.artesplasticas {
    background-color:#ee7523; 
    border-bottom:4px solid lightgray;
}

.tit_escs {
    font-size: 20px;
}

.cuadros {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.infogeneral {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.boxverde {
    color: #757575;
    background-color: #e3fee0;
    grid-row: 1 / 3;
    grid-column-start: 2;
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
}

.imagegeneral {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .cuadros {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .infogeneral {
        width: 100%;
    }
    
    .boxverde {
        color: #757575;
        background-color: #e3fee0;
        padding-left: 40px;
        padding-top: 40px;
        padding-right: 40px;
    }

    .imagegeneral {
        display: none;
    }
}