
    .jobs_centros_educativos{
        width: 100%;
        min-height: 555px;
        background: url('../img/bg_centros_jobs.jpg') no-repeat;
        background-size: cover;
    }

/* CSS centros educativos */
    
    .titulo_centros{
        padding-top: 40px;
        font-size: 2.4em;
        font-weight: bold;
    }
    
    .centros_educativos > ul{
        text-align: center;
    }
    
    .centros_educativos > ul > li{
        display: inline-block;
        padding: 0 30px;        
        margin-top: 10px;
        vertical-align: top;
        margin-left: -22px;
    }
        
    