/*Estilos especificos de proyectos.html*/
.proy > li{
    background-color: gray;
    color:white;
    text-align: center;
    font-size: large;
    font-weight: bold;
    padding-bottom: 10px;
}
.listapro{
    height: 300px;
}