﻿@page {
    size: 210mm 297mm;
}
* {
    font-size: 9pt;
    color: #000 !important;
}

.col-md-3,
.col-md-4,
.col-md-9 {
    float: left;
}

.col-md-3 {
    width: 25%;
}
.col-md-9 {
    width: 75%;
}
.col-md-4 {
    width: 33.33333333333333%;
}
.boxTop {
    border: solid 1px #ff0000;
}
.agendahome {
    background-color: transparent;
    height: 525px;
    max-height: 525px;
}

.boxCom {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 5px;
    background-color: #ccc;
}


