#contendor{
    overflow: hidden; 
    margin-bottom: 15px;
    float:left;
    width: 300px;
    max-width: 100%;
    margin-left: -15px;
    padding: 5px 19px 10px;
    height: 140px;
}

a{
    text-decoration: none !important;
}

.conteTexto{
    margin-bottom: 30px;
    margin-top:-30px; 
    postion:absolute;
    z-index: 1;
    font-weight: bold; 
    display: block;
    text-align: center;
    opacity: 0.8;
    max-width: 100%;
   
}

.descrip{
    font-family: "Raleway", "sans-serif";
    font-size: 16px;
    color:#424242;
    margin-top: -90px;
    margin-left: 0px;
    background-color: #f0f0f0;
    width: 95%;
    max-width: 95%;
    height: auto;
    text-align: center;
    display: block;
    opacity: 0.8;
    padding: 10px;
    text-overflow: ellipsis; 
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.descrip:hover{
    opacity: 1;
    color:#434343;

}

#titulo{
    text-align:center;
}