@charset "utf-8";
.list_alumnos{
    height:31em;
    background:#FFF;
    /*overflow-x: hidden;/* -- OCULTAR BARRA DESPLAZAMIENTO EN X -- */
    overflow:scroll;
}

#tbl_economico_wrapper,#tbl_deuda_anterior_wrapper{
    font-size: 11px;
}
#tbl_economico_filter,#tbl_economico_info,
#tbl_deuda_anterior_filter,#tbl_deuda_anterior_info,
#pa_tbldeuda_filter,#pa_tbldeuda_info{
    display: none;
}

.column_codigo{
    display:none;/* -- OCULTAR CÓDIGO -- */
}

.column_alumno{
    font-size:0.9em;
}
.div-pago{
    height: 116px;
}
.content-reporte{
    height: 510px;
    overflow-x: auto;
}
.rowGrp0{
    background-color: #eff9ff;
}
#tblboleta, #tblresumen{
    font-family: Aller_Lt;
    border-collapse: collapse;
    font-size: 9px;
    padding: 0px;
    border: 1px #999999 solid;
}
#tblboleta td{
    padding: 0.3em;
}
.sombra{
    font-weight: bold;
    background: #EEEEEE;
}
#logo {
    width: 5em;
    height: 5em;
    position: absolute;
    background-image: url(../img/logo_colegio.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -0.5em;
    margin-left: 1em;
}

#cuerpo {
    width: 21cm;
    margin: auto;
}
#divleft {
    float: left;
    width: 15cm;
}
#tblNotasPrim{
    width:550px;
    border-collapse:collapse;
    font-size:11px;
    padding:0px;
    border:1px #999999 solid;
    margin-left: 0px;
    margin-top: 30px;
}
#tblNotasPrim td {
    padding: 0.2em;    
}
.area {
    padding-left: 1em;
    font-weight: bold;
    background: #EEEEEE;
}
.resumen {
    border-collapse: collapse;
    margin-bottom: 1em;
    font-size: 13px;
    border: 1px solid #CCCCCC;
    margin-top: 22px;
}
#cuerpoBoleta {
    page-break-before: always;
    width: 21cm;
    height: 28.7cm;
    border: 1px solid transparent;
    margin: auto;
}
#Pie {
    clear: both;
    margin-top: -2em;
}
#Tutor {
    float: left;
}
#Fecha {
    float: right;
}
#tblNotas {
    width: 550px;
    border-collapse: collapse;
    font-size: 13px;
    padding: 0px;
    border: 1px #999999 solid;
}
.asignaturasec {
    padding-left: 2em;
    width: 17em;
}