body {
    background: url('proyecto.jpg') no-repeat center center fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container {
    padding: 20px;
}
.nopadding {
    padding: 0 !important;
}
.proyecto {
    background-color: transparent;
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    margin-bottom: 2em;
    margin-right: 5%;
}
.proyecto>.fecha{    
    height:100%;
    min-height:100%;
    background-color: rgb(105, 105, 105);
    color: rgb(255, 255, 255);
}
.proyecto:nth-child(4n) >.fecha, 
.proyecto:nth-child(4n+3) >.fecha {
    background-color: rgb(206, 206, 32);
}
.proyecto >.fecha>time {
    display: inline-block;
    width: 100%;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.proyecto >.fecha>time>.dia {
    display: block;
    font-size: 20pt;
    font-weight: 900;
    line-height: 1.2;
}
.proyecto >.fecha>time>.mes {
    display: block;
    font-size: 14pt;
    font-weight: 200;
    line-height: 1.5;
}
.proyecto >.fecha>time>.hora {
    display: block;
    font-size: 20pt;
    font-weight: 600;
    line-height: 1.4;
}
.proyecto .info {
    padding-top: 5px;
    text-align: center;
}
.proyecto .info>.titulo {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
}
.proyecto .info>.ciclo {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
}
.proyecto .info>ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.proyecto .info>ul>li {
    display: table-cell;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}
.proyecto .info>ul>li>a {
    display: block;
    cursor: pointer;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}
.proyecto .info>ul>li>a:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
}
/*@media (min-width: 768px) {
    .proyecto {
        position: relative;
        display: block;
        height: 100px;
        padding: 0px;
    }
    .proyecto>time, .proyecto>img {
        float: left;
        display: inline-block;
        width: 100px;
        height: 100px;
        margin: 0px;
    }
    .proyecto>time {
        padding: 4px;
    }
    .proyecto>.info {
        background-color: transparent;
        overflow: hidden;
    }
    .proyecto>.info {
        position: relative;
        height: 100px;
        text-align: left;
        padding-right: 40px;
    }
    .proyecto>.info>.titulo, .proyecto>.info>.ciclo {
        padding: 0px 10px;
    }
    .proyecto>.info>ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
}*/