.detalle img.t100 {
    /* float: left; */
    max-width: 100%;
    margin: 0 0 10px 0;
}

.detalle img.t50 {
    float: left;
    max-width: 50%;
    margin: 0 10px 0 0;
}

.detalle img.t49 {
    float: left;
    max-width: 49%;
    /* margin: 0px 5px 0 0; */
    border: 2px solid #ffffff;
}

.detalle img.t25 {
    float: left;
    width: 25%;
    /* margin: 0 0 10px 0; */
    border: 2px solid #ffffff;
}

.detalle img.t33 {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0;
    border: 2px solid #ffffff;
}

.detalle .t33 {
    float: left;
    width: 33%;
    padding: 0 10px;
}

.detalle img.t73 {
    float: left;
    max-width: 73%;
    margin: 0 5px 5px 0;
}

.detalle h1 {
    color: #800000;
    font-weight: bold;
    text-align: center;
}

.detalle section {
    clear: both;
    margin: 5px 0;
    background-color: #ffffff;
    border-radius: 5px;
    border-bottom: 1px dotted;
    overflow: auto;
}

.detalle .margind5 {
    margin-right: 5px;
}

@media screen and (max-width: 450px) {
    .detalle img.t50 {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px 0;
    }

    .actividades {
        margin: 10px 0px;
        padding: 10px;
    }
}

.table p {
    margin: 0;
}