﻿html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

Body
{
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    margin-top:0;
}
.Boton
{
    border: 1px solid #C0C0C0;
    background-color: #0971B2;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    width: 82px;
    height: 24px;
    cursor:pointer;
     text-align: center;
}
.Boton2
{
    border: 1px solid #C0C0C0;
    background-color: #0971B2;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
     height: 30px;
     cursor:pointer;
      text-align: center;
}
.Botonselect
{
    border: 1px solid #C0C0C0;
    /*background-color: #FFE7CE;*/
    background-color: #27A8F9;
    color: #f5f5f5;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    width: 82px;
     height: 30px;
     cursor:pointer;
      text-align: center;
}
.Botonselect2
{
    border: 1px solid #C0C0C0;
    background-color: #27A8F9;
    color: #f5f5f5;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
     height: 30px;
     cursor:pointer;
    
}

.NombreUsuario 
{
    background-color: #ADD8E6;
    color: #0971B2;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.TituloTabla
{
    background-color: #ADD8E6;
    color: #0971B2;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.LogoTabla
{
    background-color: #ADD8E6;
    color: #0971B2;
    font-family: Arial;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}

.texto
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.textoAzul
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0000CC;
}
.textoNegro
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: .7;
    }

.tabla
{
    border: 1px solid #ADD8E6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.textoCeldaDer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: right;
    background-color: #ADD8E6;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
.textoCeldaIzq
{
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    background-color: #ADD8E6;
    color: #000000;
    font-weight: bold;
}
.CustomComboBoxStyle .ajax__combobox_textboxcontainer input {
    background-color: #ADD8E6;
    border: solid 1px Blue;
    border-right: 0px none;
}
.CustomComboBoxStyle .ajax__combobox_buttoncontainer button {
    background-color: #ADD8E6;
    border: solid 1px Blue;
}
.input
{
    border: 1px solid #000000;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.radiobuttom
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.Nota
{
    border-style: none;
    border-width: inherit;
    border-color: #FF0000;
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
    text-align: inherit;
    font-weight: bold;
}
.Imgerror
{
    border: 1px double #FF0000;
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-style: oblique;
    text-align: center;
}
.Msgerror
{
    border: 1px double #FF0000;
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-style: oblique;
    text-align: center;
}
.Msg
{
    border: 1px double #000099;
    color: #000099;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-style: oblique;
    text-align: center;
}
.mnu
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    position: absolute;
    z-index: 1000px;
    background-color: #187E18;
    text-decoration: underline;

}
.mnuitems
{
    border: 1px solid #187E18;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    position: absolute;
    z-index: 1000px;
    background-color: #25C525;
    text-decoration: underline;
    Width : 200px;
    }