﻿/*
    Hoja de estilos de fuentes
     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    */

body {
    font-family: 'Open Sans','Segoe UI';
}

.LabelErrorDefault {
    font-size: 1em;
    font-weight: 700;
    color: #EE0404;
}

.LabelInfoDefault {
    font-size: 1em;
    font-weight: 700;
    color: #0032A0;
    font-style: italic;
}

.LabelCheckDefault {
    font-size: 1em;
    font-weight: 700;
    color: #008000;
    font-style: italic;
}

.DataGrid {
    font-family: Verdana, sans-serif;
    font-size: 0.7em;
    text-align: left;
    color: #333;
}

.font_bold {
    font-weight: 500;
}

.hyperlink {
    color: #104E8B;
    text-decoration: underline;
}

.note {
    font-size: x-small;
}