
.zona_filtro{
    padding: 25px 15px;  
    margin: 10px 0;
    background: #e5f1fc;
    border: 1px solid #cce4f9;
}

.zona_filtro::before{
    content: 'Filtro';
    font-size: 1.2rem;
    font-weight: bolder;
}


p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.bocadillo-verde{
    background: url(../img/bocadillo-verde.jpg) no-repeat;
    padding: 20px 0 0 75px ;
}

#menu_proyecto{
    background: #f8f8f8;
    padding: 5px;
    border-bottom: 1px solid #eeeeee;
}

.master{
    padding: 10px;
    background: #f2dede;
    border: #cccccc 1px solid;
    margin: 10px 0;
    font-style: italic;
}

/*#logonow{
    animation-name: logo;
    animation-delay: 1s;
    animation-duration: 3s;
}

@keyframes logo {
    from {
        top: -30px;
    }

    to {
        
    }
}*/


.campos_especificos{
    padding: 5px;
    border: solid #eee 1px;
    background: #f8f8f8;
    margin: 5px 0;
    display: none;
}

legend{
    font-weight: bold;
}