/** TEMPLATE: HALF-WIDTH, LEFT, RIGHT COLUMNS (i.e. multimedia, horarios, membresía ) **/
/* left half */
.panel-2col-bricks .panel-col-first, .panel-2col-bricks .panel-col-last {
    float: none;
    width: 100%;
}

.left.half {
}

.node-type-two-column-bottom .left.half {
}

.visita .left.half,
#grid-yes .left.half { /* channel 1 (visita) border color */
    border-color: #a00233;
}

.arte .left.half { /* channel 2 (arte) border color */
    border-color: #00498e;
}

/* right half */
.right.half {
}

.node-type-two-column-bottom .right.half {
}

.half ul {
    padding: 0 0 20px 0;
}

/* horarios, admisión tables */
.half table {
    width: 100%;
    margin-bottom: 20px;
}

.half table thead th {
    text-align: left;
}

.half table.border-bottom thead {
    border-bottom: 1px #febc2f solid;
}

.half table.border-left th, .half table.border-left td {
    /*padding-left: 7px;*/
}

.visita table tr td {
    width: 215px;
    padding-top: 8px;
}

.visita table tr td strong {
    font-size: 14px;
}

.visita table > tbody > tr > td:nth-child(1) {
    padding-right: 14px;
}

@media screen and (min-width: 1024px) {
    .panel-2col-bricks .panel-col-first, .panel-2col-bricks .panel-col-last {
        float: left;
        width: 50%;
    }

    .left.half {
        width: 436px;
        padding-right: 54px;
        border-right: 1px solid #febc2f;
    }

    .node-type-two-column-bottom .left.half {
        width: 474px;
        padding-right: 30px;
        border-right: 1px solid #febc2f;
    }

    .node-type-two-column-bottom .left.half.no-border,
    .node-type-top-two-column .left.half.no-border,
    .left.half.no-border {
        border: 0 !important;
    }

    .right.half {
        width: 436px;
    }

    .node-type-two-column-bottom .right.half {
        width: 480px;
    }
}

@media (min-width: 1024px) {
    .panel-2col-bricks {
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .visita table tr td,
    .visita table tr td strong {
        font-size: 13px;
    }
}