﻿body {
    font-family: Arial;
}

.contenido_campo {
    font-size: 12px;
    font-weight: normal;
}

.etiqueta_campo {
    font-size: 14px;
    font-weight: bold;
}


.instrucciones_campo {
    color: #888888;
    font-size: 12px;
}

.mensaje_error {
    color: #FF6A2B;
    font-weight: bold;
    font-size: 13px;
}

.mensaje_proceso_correcto {
    color: #336633;
    font-weight: bold;
    font-size: 13px;
}

.tabla_principal {
    border-spacing: 0;
    border-collapse: collapse;
    width: 1200px;
    margin: auto;
}

.titulo_pantalla {
    font-size: 25px;
    font-weight: bold;
    color: #003087;
    margin-top: 15px;
    margin-bottom: 15px;
}

.titulo_seccion {
    font-size: 17px;
    font-weight: bold;
    color: #003087;
}
