﻿@font-face {
    font-family: FuentesMundial;
    src: url(Fuentes/Ubuntu-R.ttf);
}

body, textarea {
    font-family: FuentesMundial, Verdana, Arial, Helvetica, sans-serif;
}

.encabezado {
    width: 1024px;
    height: 160px;
    text-align: right;
    margin: auto;
    background-image: url(../Img/banner_top.png);
    background-repeat: repeat-x;
    vertical-align: top;
}

.piepagina {
    width: 1024px;
    height: 105px;
    text-align: center;
    margin: auto;
    background-image: url(../Img/banner_bottom.png);
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.loading {
    font-size: 15px;
    color: #0091FF;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.tabla-sm {
    width: 999px;
    margin: auto;
}

.tabla-gris {
    width: 999px;
    margin: auto;
    background-image: url(../Img/menu.gif);
}

.td-left {
    width: 999px;
    text-align: left;
    margin: auto;
}

.td-right {
    width: 999px;
    text-align: right;
    margin: auto;
}

.td-justify {
    width: 999px;
    text-align: justify;
    margin: auto;
}

.boton {    
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #0091FF;
    border-style: solid;
    border-radius: 6px;
}

.boton-danger {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #dc3545;
    border-style: solid;
    border-radius: 6px;
}

.boton-warning {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #ffc107;
    border-style: solid;
    border-radius: 6px;
}

.boton-max {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    width: 180px;
    background-color: #0091FF;
    border-style: solid;
    border-radius: 6px;
}

.boton-max-2 {    
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    width: 140px;
    background-color: #0091FF;
    border-style: solid;
    border-radius: 6px;
}

.label-class-1 {
    font-size: 12px;
    color: #0091FF;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.label-h2 {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
}

.label-h5 {    
    font-size: 11px;
    color: #0091FF;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight:bold;
}

.label-h6 {
    font-size: 10px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.label-titulo {
    background-color: #0091FF;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    Height: 1px;
}

.label-validadores {
    font-size: 10px;
    color: #FF0000;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.label-mensajes {    
    font-size: 12px;
    color: #FF0000;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.label-mensajes-green {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: green;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.label-f1 {    
    font-size: 11px;
    color: #0091FF;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.txt-listas {
    font-size: 12px;
    color: #000000;
    margin-left: 3px;
    border-radius: 6px;
}

.txt-campo {
    font-size: 12px;
    color: #000000;
    border-radius: 6px;
}

.txt-campo-mayor {
    border-radius: 6px;
    color: #000000;
    font-size: 12px;
    height: 30px;
    text-align: right;
    width: 200px;
}

.menu-smx {
    background-color: #FFFFFF;
    border-style: none;
    border-width: 1px;
    border-color: #CCCCCC;
    color: #0091FF;
    font-size: 11px;
    width: 200px;
    text-align: center;
    margin: left;
}

.menu-row-sm {
    background-color: #FFFFFF;
    color: #0091FF;
}

.menu-alternate {
    background-color: #FFFFFF;
    color: #0091FF;
    background-image: url(../Img/menu.gif);
}

.grid {
    background-color: #FFFFFF;
    border-style: none;
    border-width: 1px;
    border-color: #CCCCCC;
    color: #0091FF;
    font-size: 10px;
    width: 100%;
    margin: left;
}

.grid-header {
    background-color: #0091FF;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
}

.grid-header-2 {
    background-color: #0353A2;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
}

.grid-select {
    background-color: #CCCCCC;    
    color: #0091FF;
    font-size: 10px;
}

.grid-row {
    background-color: #FFFFFF;    
    color: #0091FF;
    font-size: 10px;
}

.grid-empty {
    background-color: #FFFFFF;    
    color: #0091FF;
    font-size: 12px;
    text-align: center;
}

.grid-pager {
    background-color: #FFFFFF;    
    color: #0091FF;
    font-size: 10px;
    text-align: left;
}
