*:focus {
    outline: none;
}

A:link {
    color: #000193;
}

A:visited {
    color: #000193;
}

A:active {
    color: Red;
}

A:hover {
    color: Green;
    text-decoration: underline;
}

A {
    text-decoration: none;
}

BODY {
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    color: #000193; /*
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #000193;
	scrollbar-base-color: #000193;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #C9C9C9;
	scrollbar-shadow-color: #000193; */
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center 95%;
}

TABLE {
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    color: #000193;
    width: 100%;
}

h3 {
    color: #000193;
}

table tr td hr, .panelWeb {
    width: 100%;
    color: #6781a4;
    background-color: #6781a4;
    border: inherit;
    height: 1px;
}

.tdContentTableTROculto {
    padding-left: 50px;
}

.tableTROculto {
    width: 99%;
    background-color: #e5e9ef;
    border-color: #e5e9ef;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 1px #55708e;
}

.primerTDOculto {
    padding-left: 10px;
}

.estiloFS {
    background-color: #e5e9ef;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 1px #55708e;
}

    .estiloFS.sub {
        margin-left: 4%;
    }

.tablaBorde {
    border: 1px none #AAAAAA;
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    color: #AAAAAA;
    width: 100%;
}

table.tablaBorde.azul {
    color: #000193;
}

.tablaBordeCentrada {
    border: 1px none #AAAAAA;
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    color: #AAAAAA;
    width: 100%;
    text-align: center;
}

table.tablaBordeCentrada.azul {
    color: #000193;
}

table.tablaRutinas {
    border: 1px none #AAAAAA;
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    color: #AAAAAA;
    width: 100%;
    text-align: center;
}

    table.tablaRutinas tr td {
        width: 400px;
    }

    table.tablaRutinas input {
        width: 350px;
    }

.tabla50 {
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    color: #000193;
    width: 50%;
}

.tabla80 {
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    color: #000193;
    width: 80%;
}

.botonAzul, .boton, .botonClassPadre {
    -border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #e5e8f1;
    padding: 3px;
    padding-left: 25px;
    padding-right: 25px;
    color: #0700a3;
    font-size: 8pt;
    font-style: normal;
    font-family: Verdana, Arial;
    font-weight: bold;
    border-bottom-style: none;
    border-style: solid;
    border-color: #0700a3;
}

.botonVerde {
    -border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #dcfde0;
    padding: 3px;
    padding-left: 25px;
    padding-right: 25px;
    color: #01690f;
    font-size: 8pt;
    font-style: normal;
    font-family: Verdana, Arial;
    font-weight: bold;
    border-bottom-style: none;
    border-style: solid;
    border-color: #01690f;
}

.botonRojo {
    -border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fde1e4;
    padding: 3px;
    padding-left: 25px;
    padding-right: 25px;
    color: #f20c1f;
    font-size: 8pt;
    font-style: normal;
    font-family: Verdana, Arial;
    font-weight: bold;
    border-bottom-style: none;
    border-style: solid;
    border-color: #f20c1f;
}

.botonMarginTop {
    margin-top: 25px;
}

.botonLabel {
    text-align: center;
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    color: #000193;
    border-width: inherit;
    border-bottom-style: none;
    border-style: none;
    margin-left: 0px;
    margin-right: 0px;
    background-color: Transparent;
}

    .botonLabel:hover {
        text-decoration: underline;
    }

.botonLabelMenu {
    text-align: left;
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    color: #000193;
    border-width: inherit;
    border-bottom-style: none;
    border-style: none;
    text-decoration: underline;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    text-decoration: none;
    width: 260px;
}

    .botonLabelMenu:hover {
        text-decoration: underline;
    }

.combo {
    font-size: 8pt;
    font-style: normal;
    font-family: Verdana, Arial;
    color: Blue;
    border-bottom-style: none;
    border-style: solid;
    width: 75px;
    border: solid 1px #55708e;
    padding: .2em;
}

.comboLargo {
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    -color: Blue;
    border-bottom-style: none;
    border-style: solid;
    -width: 100px;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 95%;
    border: solid 1px #55708e;
    padding: .2em;
}

.comboMedio {
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    -color: Blue;
    border-bottom-style: none;
    border-style: solid;
    -width: 100px;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 50%;
    border: solid 1px #55708e;
    padding: .2em;
}

.comboChico {
    font-size: 10pt;
    font-style: normal;
    font-family: Verdana, Arial;
    -color: Blue;
    border-bottom-style: none;
    border-style: solid;
    -width: 100px;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 75px;
    border: solid 1px #55708e;
    padding: .2em;
}


.checkbox {
    font-size: 8pt;
    font-style: normal;
    font-family: Verdana, Arial;
    -color: Blue;
    border-bottom-style: none;
    border-style: solid;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -width: 95%;
    border: solid 1px #55708e;
    padding: .2em;
}

.dg {
    width: 100%;
}

.dgCabecera {
    background-color: #6781a4;
    color: White;
    border-color: #400040;
}

.dgCabeceraCentrada {
    background-color: #6781a4;
    color: White;
    text-align: center;
    border-style: double;
}

.centrar {
    text-align: center;
}

.noCentrar {
    text-align: left;
}

.subrayar {
    text-decoration: underline;
}

.dgCuerpo {
    background-color: White;
    color: #000193;
}

.dgPie {
    background-color: #445872;
    border-color: #2d3b4c;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    color: Red;
}

.dgCuerpoSeleccionado {
    background-color: Blue;
    color: White;
}

.titulo {
    font-size: 12pt;
    font-variant: small-caps;
    color: Navy;
}

.TituloSeparadorLittle {
    font-size: 8pt;
    font-variant: small-caps;
    color: Navy;
}

.TituloSeparador {
    font-size: 10pt;
    font-variant: normal;
    font-weight: bold;
    color: Navy;
    font-variant: small-caps;
    padding-left: 15px;
    padding-right: 15px;
}

    .TituloSeparador.Pequeño {
        font-size: 8pt;
    }

.TituloSeparadorXL {
    font-size: 12pt;
    font-variant: small-caps;
    color: Navy;
    font-weight: bold;
}

.estiloTextBox {
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 95%;
    border: solid 1px #55708e;
    padding: .2em;
}

    .estiloTextBox:focus {
        outline: none;
        -box-shadow: 1px 1px 10px #55708e;
        -moz-box-shadow: 1px 1px 10px #55708e;
        -webkit-box-shadow: 1px 1px 10px #55708e;
    }

    .estiloTextBox.textoSoloLectura {
        background-color: #D3D3DC;
    }

    .estiloTextBox.textBoxMay {
        font-variant: small-caps;
    }

    .estiloTextBox.textBoxN {
        text-align: right;
    }

.textBoxTelefono {
    text-align: right;
    width: 200px;
}

.textBoxFecha {
    text-align: right;
    width: 74px;
}

.textObligario {
    color: Red;
    background-color: transparent;
    text-align: left;
}

.estiloTextBox.textoSoloLecturaN {
    background-color: #D3D3DC;
    text-align: right;
}

.estiloTextBox.textBoxUpper {
    text-transform: uppercase;
}

.textoSoloLectura {
    background-color: #D3D3DC;
}

.backgroundRojo {
    color: #B22222;
}

.backgroundVerde {
    color: #009900;
}

.botonPequeñoEnlaceTabla {
    display: inline !important;
    vertical-align: text-bottom;
    margin-top: 25px;
    height: 20px;
}


/** Formulario */

.formulario {
    margin: 0px auto;
    width: 98%;
    display: block;
}

    .formulario label {
        display: table-cell !important;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .formulario .datosFormularioIzquierda {
        width: 50%;
        float: left;
    }

    .formulario .panelCheck {
        padding-top: 5px;
    }


        .formulario .panelCheck input[type='checkbox'], input[type=checkbox][disabled], .rfdInputDisabled.rfdCheckboxUnchecked, .rfdCheckboxChecked.rfdInputDisabled {
            float: left;
        }

    .formulario .RadAjaxPanel {
        display: inline-block !important;
        width: 100%;
    }

    .formulario  .requerido {
        color: Red;
    }

.formulario .botonera {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    display: block;
    margin-top: 5px;
}
