.container-fluid {
    margin-top: 20px;
    margin-bottom: 20px
}

#readmoreId{
    border: 2px solid rgb(135,113,88);
    border-radius: 20px;
    color: rgb(135,113,88);
    font-size: 15px;
    font-weight: bold;
    position: relative;
    float: right;
    top: 0px;
    margin-bottom: 8px;
}

#block-proyectosblock {
    background: #333;
    background-image: url(../../coralsa/images/Imagen%20de%20fondo%20negro.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 305px;
}

#titleblock {
    color: white;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.borderproyect {
    border-top: 1px solid #fff;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}

.borderproyect:before {
    background-color: #fff;
    border: 1px ridge #fff;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}

.titleproyect {
    color: white;
}
#proyectid p{
    text-align: justify;
    color: white;
    white-space: pre-line;
    margin-top: -46px;
    font-size: 14px;
}


.thumb {
    margin-bottom: 40px;
    margin-top: -19px;
}

@media (min-width: 1000px) {
   /* #block-proyectosblock {
    margin-top: -112px
;
}*/

}
