/* GLOBAL */
root { 
    display: block;
}

body {
    background-color: #F9F9F9;
    margin: auto;
    font: 14px Arial;
}

#titulogo {
    font-size: 35px;
    font-weight: bold;
    color: #666666;
    margin: 15px;
}

/* FORMATO DE CAJAS */
.caja {
    background: url(images/fondo_caja.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 5px;
    margin-right: 5px;
    border-left: 1px solid #D9DFEA;
    border-right: 1px solid #D9DFEA;
    border-bottom: 1px solid #D9DFEA;
    margin-bottom: 50px;
    padding: 15px;
}
.caja_titulo {
    color: white;
    font-weight: bold;
    font-size: 1em;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #d93033;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #d93033;
}

/* REPORTES */
.divPDF {
    border: 2px solid black;
    width: 92%;
    height: 465px;
}

.divPlanoPDF {
    border: 2px solid black;
    width: 92%;
    height: 600px;
}


