.notas_impresion {
    font-family: Verdana,arial,helvetica,sans-serif;
    font-size:10px;
    color:black;
}

.notas_logotipo {
    border-bottom: 1px solid green
}
.notas_primer_periodo  {
    font-weight : bold;
    border-left: 2px solid green;
    border-top: 2px solid green;
    border-bottom: 1px solid green
}
.notas_promedio_general {
    font-weight : bold;
    border-left: 1px solid green;
    border-right: 2px solid green;
    border-top: 2px solid green;
    border-bottom: 1px solid green
}
.notas_periodos  {
    font-weight : bold;
    border-left: 1px solid green;
    border-top: 2px solid green;
    border-bottom: 1px solid green
}
.notas_blank_cell {
    border-left: 2px solid green;
    border-right: 1px solid green
}
.notas_subjects_title {
    font-weight : bold;
    border-left: 2px solid green;
    border-top: 1px solid green;
    border-bottom: 1px solid green
}
.notas_blank_row {
    border-left: 1px solid green;
    border-top: 1px solid green;
    border-bottom: 1px solid green
}
.notas_grado_row {
    color : black;
    background : #A8E7A8;
    font-weight : bold;
    
    border-left: 1px solid green;
    border-top: 1px solid green;
    border-bottom: 1px solid green
}
.notas_materia {
    border-left: 2px solid green;
}
.notas_nota{
    border-left: 1px solid green;
}
.notas_average_title {
    font-weight : bold;
    border-left: 2px solid green;
    border-top: 1px solid green;
    border-bottom: 2px solid green
}
.notas_average {
    font-weight : bold;
    border-left: 1px solid green;
    border-top: 1px solid green;
    border-bottom: 2px solid green
}