.templatemo-project-box {
    background-size: red;
    position: absolute;
    overflow: hidden;
    cursor:pointer;
    height:90px;
    width: 90px;
    

}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : transparent;
    border : 3px solid #0cf;
    position: absolute;
    text-align:center;
    padding-top:50px;
    color: transparent;
    height: 87px;
    width: 75px;
    opacity: 0;
    right: 10;
    top: 0;

}

.templatemo-project-gallerycabildo li {
    margin:0px;
    background-color: red;
}
.templatemo-project-gallerycabildo li {
    margin:12px;
    background-color: white;
    border : 3px solid #c8cfc8;
    width: 108px;
    height: 124px;
}
.templatemo-project-gallerycabildo {         
    margin-left: 14px;
}

.templatemo-project-galleryfuncionarios li {
    margin:3px;
    background-color: white;
    border : 3px solid #c8cfc8;
    width: 108px;
    height: 122px;
}
.templatemo-project-galleryfuncionariossin{
    margin:3px;
    background-color: white;
    border : 3px solid white;
    width: 108px;
    height: 122px;
}
.templatemo-project-galleryfuncionarios {         
    margin-left: 23px;
    margin-top: 8px;
}
/*--------------------------------------MARGEN ENTRE LINEAS DE IMAGENES---------------------------------------*/
.templatemo-project-gallery li {     
    
    margin-bottom:10px;  
            
}
.templatemo-project-galleryfuncionarios li {     
    list-style:none;
    margin-bottom:5px;  
            
}
