/* ImgHint */
.imghint {
    position: relative;
    display: inline-block;
}

.imghint .box {
    visibility: hidden;
    background-color: white;
    color: #808080;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -185px;
    font-family: Arial, Helvetica, sans-serif;
}

.imghint:hover .box {
    visibility: visible;
}

.imghint .box .line {
    padding-left:33px;
    padding-right: 32px;
    border-bottom: 1px solid black;
}

.imghint .box .spc {
    padding-left:33px;
    padding-right: 32px;
    border-bottom: 5px solid white;
}

.imghint .box .title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.imghint .box .categ {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-bottom: -5px;
}

.imghint .box .name {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin-bottom: -5px;
    margin-left: 15px;
}

.imghint .box .footer {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -5px;
}

.foto{
    width: 25%;
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}

.justificado{
    text-align: justify !important;
}