/* Minification failed. Returning unminified contents.
(616,30): run-time error CSS1019: Unexpected token, found ':'
(616,30): run-time error CSS1042: Expected function, found ':'
(616,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 13px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    opacity: 0;
    height: 100%;
}

/********************************************************************************
****************** Elementos generales de HTML **********************************
*********************************************************************************/
a.link:link, a.link:visited, a.link:hover, a.link:active {
    color: #444;
}

a.link:hover {
    font-weight: 400;
}

h1, h2, h3,
h4, h5, h6 {
    color: #444;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    margin-top: 5px;
    margin-bottom: 5px;
}

h3 {
    font-size: 1.2em;
    font-weight: 400;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


header, footer, hgroup,
nav, section {
    display: block;
}

header {
    padding: 0px !important;
    border: none !important;
}

p {
    margin: 0px;
}

label.checkbox {
    display: inline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
    border: 0 none;
}

th {
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

td {
    border: 0 none;
    padding-bottom: 0px;
}

/*********************************************************************************
*********************** Estilos para el LAYOUT del sitio *************************
**********************************************************************************/
.panel-header-bold {
    background-color: rgba(36, 195, 163, 0.22);
}

    .panel-header-bold .panel-title {
        font-weight: 500;
    }

.panel-header-grid-bold {
    background-color: rgb(245,245,245);
}

    .panel-header-grid-bold .panel-title {
        font-weight: 700;
    }

.panel-title {
    font-size: 15px;
    font-weight: normal;
    color: #042463 !important;
}

.calendar-title {
    background-color: rgb(245,245,245);
    border-color: #ddd;
    font-weight: 500;
    color: #777;
}

.l-btn {
    color: #ffffff;
    background: linear-gradient(to bottom,#01487A 0,#01487A 100%);
    padding: 0px;
    min-width: 55px;
}

    .l-btn:hover {
        color: #ffffff;
        background: rgba(4, 36, 99, 0.43);
        color: white;
        padding: 0px;
    }

.l-btn-plain {
    font-weight: 400;
    background: #01487A;
    padding: 0px;
}

    .l-btn-plain:hover {
        background: rgba(4, 36, 99, 0.43);
        color: white;
        padding: 0px !important;
    }

.datagrid-header-row, .datagrid-row {
    height:25px;
}

.combobox-item {
    padding: 3px 4px;
}

.tree-node {
    height:21px;
}

.tabs-header-left .tabs li{
    margin: 0px 0px 1px 0px;
}

.content-wrapper {
    margin: 0 auto;
}

header .content-wrapper {
    height: 45px;
    background: #042363;
    /* IE10+ */
    background-image: -ms-linear-gradient(top, #042363 0%, #24C4A3 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #042363 0%, #24C4A3 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #042363 0%, #24C4A3 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #042363), color-stop(100, #24C4A3));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #042363 0%, #24C4A3 100%);
    /* W3C Markup */
    background-image: linear-gradient(to bottom, #042363 0%, #24C4A3 100%);
}

.header-body {
    height: 38px;
}

    .header-body .panel-title {
        font-size: x-large;
    }

.menu-button .l-btn-icon {
    margin-top: -10px;
    left: 4px;
}
/********************************************************************************
********************** Estilos generales del sitio ******************************
*********************************************************************************/
.textbox {
    min-height: 27px;
    height: 27px;
}

.float-left {    
    float:left;
}

.float-right {    
    float:right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.field {
    margin-bottom: 5px;
}

.fieldDetails {
    margin-bottom: 10px;
}

.tabDescription {
    height: 75px;
}

.help {
    background:transparent;
    border-color:transparent;
}

/*********************************************************************************
************************* Botón para ir al inicio ********************************
**********************************************************************************/
.site-title {
    color: #fff;
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    vertical-align: baseline;
    padding-left: 7px;
    text-transform: none;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #fff;
        outline: none;
        text-decoration: none;
        font-weight: bold;
    }

    .site-title img {
        vertical-align: baseline;
    }

/**********************************************************************************
************************* Menú principal del sitio ********************************
**********************************************************************************/
.menu-header {
    font-size: 15px;
    margin: 12px;
    margin-left: 50px;
}

    .menu-header ul {
        margin: 0;
        padding: 0;
    }

        .menu-header ul li {
            display: inline;
            list-style: none;
            padding-left: 10px;
        }

            .menu-header ul li a {
                background: none;
                text-decoration: none;
                color: #fff;
            }

                .menu-header ul li a:hover {
                    text-decoration: underline;
                }

/**********************************************************************************
************************* Información del usuario *********************************
**********************************************************************************/
.user-info {
    color: white;
}

    .user-info img {
        width: 35px;
        height: 35px;
        margin-top: 5px;
        vertical-align: middle;
    }

/**********************************************************************************
********************** Botón de configuración del sitio ***************************
**********************************************************************************/
#settings {
    text-align: left;
    position: relative;
    list-style-type: none;
    margin: 0;
}
    #settings > li {
        float: left;
        padding: 0;
        position: relative;
        width: 45px;
    }

        #settings > li > a {
            color: #042363; /* AZUL */
            display: block;
        }

            #settings > li > a:hover {
                background-color: #e4ecf4; /* GRIS */
                border-color: #999;
            }
            #settings > li > a:hover .barBotonContenedorImagen img, #settings > li.selected > a .barBotonContenedorImagen img {
                background: url(images/matriz.png) -208px -357px;
            }


        #settings > li.selected > a {
            z-index: 2;
            background-color: #e4ecf4; /* GRIS */
        }


    #settings li div {
        position: fixed;
    }

        #settings li div div {
            background-color: #FFFFFF;
            border: 1px solid #999999;
            padding: 12px 0;
            display: none;
            margin: 0;
            position: absolute;
            top: -1px;
            z-index: 100;
            width: 160px;
            left: -110px;
        }

        #settings li div ul {
            padding-left: 10px;
            padding-right: 10px;
            position: relative;
            width: 137px;
            float: left;
            list-style-type: none;
        }

            #settings li div ul li h3 {
                border-bottom: 1px solid #E3E3E3;
                color: #042363; /* AZUL */
                font-weight: bold;
                margin: 0 5px 4px;
                padding-bottom: 3px;
                padding-top: 3px;
            }

    #settings li ul ul {
        padding: 0 0 8px;
    }

        #settings li ul ul li a {
            color: #042363; /* AZUL */
            display: block;
            margin-bottom: 1px;
            padding: 3px 5px;
            text-decoration: none;
        }

            #settings li ul ul li a:hover {
                background-color: rgba(36, 195, 163, 0.5); /* VERDE TITULOS*/
                color: #042363;
            }

.barBotonAyuda, .barBotonAyuda a, .barBotonAyuda a:visited, .barBotonAyuda a:link {
    color: white;
    border: 0;
    background-color: transparent;
    height: 45px;
    display: inline;
    float: left;
    margin: 0;
    padding-left: 8px;
}

.barBotonContenedorImagen {
    display: table-cell;
    height: 45px;
    width:45px;
    padding-left: 13px;
    vertical-align: middle;
    border: none;
}

    .barBotonContenedorImagen img {
        background: url(images/matriz.png) -166px -356px;
        width: 18px;
        height: 18px;
    }


/**********************************************************************************
********************** Estilos de la Ayuda ****************************************
**********************************************************************************/
.ayudaMayusculaAzul {
    text-transform:uppercase;
    color: #042363; /* AZUL */
}
.ayudaVerde {
    color: #21b49d; /* VERDE OSCURO */
}
.ayudaAzul {
    color: #042363; /* AZUL */
}
.ayudaBold {
    font-weight: bold;
}
.textoJustificado{
    text-align:justify;
}



/**********************************************************************************
************************ Errores de la aplicación *********************************
**********************************************************************************/
.titulo {
    margin-left: 10px;
}

/**********************************************************************************
************************ Pie de página del sitio **********************************
**********************************************************************************/
.footer {
    position: absolute;
    bottom: 0px;
    background-color: #e2e2e2;
    font-size: 1em;
    height: 20px;
    width: 100%;
}

    .footer .float-right {
        padding-right: 10px;
    }

    .footer .float-left {
        padding-left: 10px;
    }

    .footer ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .footer ul li {
            display: inline;
            list-style: none;
            padding-left: 15px;
        }

            .footer ul li a {
                color: #007280;
                text-decoration: none;
            }

                .footer ul li a:hover {
                    color: #24c4a3; /* VERDE */
                    text-decoration: none;
                }


/**********************************************************************************/
/*********************** Estilos para el LOGIN y REGISTRO *************************/
/**********************************************************************************/
.login, .formRegistro, .form-confirmarRegistro {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    min-width: 430px;
    width: 30%;
}

.formRegistro {
    width: 32%;
    margin-right: 33%;
}

.form-confirmarRegistro {
    width: 40%;
    margin-right: 30%;
}

.login .legend {
    font-size: 18px;
}

/********************************************************************************/
/********** Estilos para los formularios de ingreso de información **************/
/********************************************************************************/
.form-base {
    overflow-y: auto;
    overflow-x: auto;
    padding: 0px 10px 10px 10px;
    min-width: 330px;
}

.form-section {
    float: left;
    width: 49%;
}

.form-section-header {
    background-color: rgba(36, 195, 163, 0.22);
    margin-top:0px;
}

    .form-section-header .panel-title {
        font-weight: 500 !important;
        font-size: 15px;
    }

.form-section-separator {
    float: left;
    width: 2%;
}

.form-section-3 {
    float: left;
    width: 31%;
}

.form-section-4 {
    float: left;
    width: 23.5%;
    padding: 0px 0px 0px 1%;
}

.form-section-5 {
    float: left;
    width: 19%;
    padding: 0px 0px 0px 1%;
}

.form-section-6 {
    float: left;
    width: 15%;
    padding: 0px 0px 0px 1%;
}

.form-base .textbox {
    margin-top: 3px;
    margin-bottom: 7px;
}

/**********************************************************************************
************************ Barras de herramientas ***********************************
**********************************************************************************/
#toolbar > div {
    overflow: hidden;
}

#toolbar .float-left {
    margin-top: 1px;
}

.toolbar-edit {
    height: 30px;
}

/**********************************************************************************
************************ Imagenes y fileUpdate ************************************
**********************************************************************************/
.fileUpdate {
    width: 200px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .fileUpdate input[type=file] {
        font-size: 80px;
        opacity: 0;
        filter: alpha(opacity: 0);
        position: relative;
        top: -40px;
        left: -20px;
    }

/*********************************************************************************
/*************************** ESTILOS SIN CLASIFICAR ******************************
/********************************************************************************/
#col-nombre {
    height: 30px;
    width: 10%;
    min-width: 105px;
}

#col-campo {
    width: 75%;
    min-width: 200px;
}

.col-group2 > div {
    padding: 0em;
    margin-bottom: 0em;
}

.col-group2 h2 {
    visibility: visible;
    font-size: 1.25em;
    margin-top: 10px;
    width: inherit;
    height: inherit;
}

.col-group2 h2 {
    display: block;
    visibility: hidden;
    margin-top: 0px;
    width: 0px;
    height: 0px;
}

.col-group2 table {
    margin-top: initial;
}

.col-group2 td {
    padding-right: 10px;
}

.col-group2 #tdcorto {
    width: 2em;
}

.col-group2 #ocultar {
    display: none;
}

.col-group2 #espacio {
    display: none;
}

.col-group2 #label2 {
    width: 25%;
}

.col-group2 #texto2 {
    width: 65%;
}

/************************************************************************************/
/***********************************General styles***********************************/
/************************************************************************************/
.backgroundTitle {
    background-color: whitesmoke;
}

.divBody {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}

.bodyGeneral {
    position: absolute;
    bottom: 0;
    top: 35px;
    width: 100%;
    overflow: auto;
}

.generalTitle {
    vertical-align: middle;
    font-weight: 500 !important;
}

.title {
    border-bottom: 1pt solid #ddd;
    font-size: 15px;
    font-weight: normal;
    color: #042463;
}


/*********************************************************************************
*****************************   Agenda Styles   **********************************
*********************************************************************************/
#dlgEstado {
    width: 250px;
    padding: 10px;
}


/********************************************************************************
*********************   Historia clinica Styles   *******************************
********************************************************************************/

#formhistoria {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.rxUsoLO .contenedor {
    display: inline-block;
    width: 100%;
}

    .rxUsoLO .contenedor .float-left,
    .rxUsoLO .contenedor .float-right {
        width: 49%;
        height: 114px;
    }


.marginL-3 {
    margin-left: 3px;
}

.marginL-5 {
    margin-left: 5px;
}

.marginL-10 {
    margin-left: 10px;
}
.marginR-10 {
    margin-right: 10px;
}

.marginB-3 {
    margin-bottom: 3px;
}

.paddingT-5 {
    padding-top: 2px;
}

.paddingT-10 {
    padding-top: 10px;
}

.paddingT-20 {
    padding-top: 20px;
}

.historia-encabezado .table {
    margin: 5px;
}

    .historia-encabezado .table div {
        display: inline-table;
    }

.eyeTitle {
    border-bottom: 1pt solid #ddd;
    font-size: 15px;
    font-weight: normal;
    color: #042463;
}

.historiaTitles {
    vertical-align: middle;
    font-weight: 500 !important;
}

.backgroundHistoria {
    background-color: whitesmoke;
}

.divHistoria, divBody {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}

.bodyHistoria {
    position: absolute;
    bottom: 0;
    top: 35px;
    width: 100%;
    overflow: auto;
}

/**********************Pacientes ************************************************/
.bodyPaciente {
    position: absolute;
    bottom: 0;
    top: 0px;
    width: 100%;
    overflow: auto;
}

.divPaciente {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}

/********************************************************************************
/************************** Iconos de la aplicación *****************************
/*******************************************************************************/
.icono {
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin: 0px 0px -3px 0px;
}
.icono30 {
    height: 30px;
    width: 30px;
    overflow: hidden;
    margin: 0px 0px -4px 0px;
}
.icono70 {
    height: 70px;
    width: 70px;
    overflow: hidden;
}
.icono-seleccionar {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
    height: 30px;
    width: 30px;
}
.icono-cerrar {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
    height: 30px;
    width: 10px;
}

.icono-home {
    background: url(images/matriz.png) -18px 0px;
    height: 18px;
    width: 18px;
}
.icono-letrasSivitConnect {
    background: url(images/matriz.png) -46px 0px;
    height: 18px;
    width: 119px;
}
.icono-siguiente {
    background: url(images/matriz.png) -222px -387px;
    height: 35px;
    width: 42px;
}
.icono-anterior {
    background: url(images/matriz.png) -168px -388px;
    height: 35px;
    width: 42px;
}
.icono-finalizar {
    background: url(images/matriz.png) 0px -137px;
    height: 35px;
    width: 42px;
}
.icono-respaldo {
    background: url(images/matriz.png) -295px -63px;
}
.icono-usuario {
    background: url(images/matriz.png) -183px -104px;
}
.icono-usuarioBarra {
    background: url(images/matriz.png) -242px -344px;
    background-color:white;
}
.icono-perfil {
    background: url(images/matriz.png) -182px -100px;
    background-color:white;
}
.icono-cambiarPass {
    background: url(images/matriz.png) -269px -139px;
    background-color: white;
}
.icono-contactenos {
    background: url(images/matriz.png) -271px -228px;
    background-color: white;
}
.icono-logoInstitucion {
    background: url(images/logoSC.png);
    background-color: white;
}
.icono-cambiarContrasena {
    background: url(images/iconoCambiarContrasena.png);
    background-color: white;
}
.icono-contactanos {
    background: url(images/iconoContactanos.png);
    background-color: white;
}
.icono-paciente {
    background: url(images/matriz.png) -181px -24px;
    width: 72px;
    height: 72px;
}
.icono-cerrarSesion {
    background: url(images/cerrarSesion.png);
    width: 20px;
    height: 20px;
}
.icono-configuracion {
    background: url(images/matriz.png) -166px -356px;
    width: 20px;
    height: 20px;
}
.icono-ayuda {
    background: url(images/help.png) no-repeat;
    width: 20px;
    height: 20px;    
}
.icono-utilidades {
    background: url(images/assessment.png) no-repeat;
    width: 20px;
    height: 20px;    
}
.icono-verificarPopUp {
    background: url(images/matriz.png) -372px -177px;
}

.icono-resp {
    background-image: url('images/respaldo.png');
}
.icono-nuevo {
    background: url(images/matriz.png) -70px -90px;
}
.icono-nuevoAtencion {
    background: url(images/matriz.png) -90px -70px;
}
.icono-nuevoHC {
    background: url(images/matriz.png) -110px -130px;
}
.icono-nuevoEvolucion {
    background: url(images/matriz.png) -150px -150px;
}
.icono-nuevoPruebaLC {
    background: url(images/matriz.png) -110px -150px;
}

.icono-guardar {
    background: url(images/matriz.png) -90px -50px;
}
.icono-guardarNuevo {
    background: url(images/matriz.png) -110px -50px;
}
.icono-guardarirAtencion {
    background: url(images/matriz.png) -70px -111px;
}
.icono-guardarirPerfil {
    background: url(images/matriz.png) -50px -131px;
}
.icono-guardarirHC {
    background: url(images/matriz.png) -70px -131px;
}

.icono-imprimir {
    background: url(images/matriz.png) -50px -50px;
}
.icono-imprimirHC {
    background: url(images/matriz.png) -130px -90px;
}
.icono-imprimirRxLO {
    background: url(images/matriz.png) -130px -70px;
}
.icono-imprimirRxLC {
    background: url(images/matriz.png) -130px -30px;
}
.icono-imprimirRxMedicamento {
    background: url(images/matriz.png) -130px -50px;
}

.icono-antecedentes {
    background: url(images/matriz.png) -130px -130px;
}
.icono-cerrarHC {
    background: url(images/matriz.png) -110px -110px;
}
.icono-editarPruebaLC {
    background: url(images/matriz.png) -70px -150px;
}
.icono-verHC {
    background: url(images/matriz.png) -130px -110px;
}

.icono-activar {
    background: url(images/matriz.png) -70px -50px;
}
.icono-activarAtencion {
    background: url(images/matriz.png) -90px -90px;
}
.icono-activarPaciente {
    background: url(images/matriz.png) -110px -90px;
}

.icono-desactivar {
    background: url(images/matriz.png) -70px -70px;
}
.icono-desactivarAtencion {
    background: url(images/matriz.png) -90px -110px;
}
.icono-desactivarPaciente {
    background: url(images/matriz.png) -110px -70px;
}

.icono-bloquear {
    background: url(images/matriz.png) -50px -90px;
}
.icono-cambiarClave {
    background: url(images/matriz.png) -90px -150px;
}
.icono-cambiarCorreo {
    background: url(images/matriz.png) -11px -101px;
}
.icono-seleccionarPaciente {
    background: url(images/matriz.png) -274px 39px;
}
.icono-cerrarPagina {
    background: url(images/matriz.png) -70px -30px;
}
.icono-eliminar {
    background: url(images/matriz.png) -50px -30px;
}
.icono-exportarExel {
    background: url(images/matriz.png) -110px -30px;
}
.icono-filtar {
    background: url(images/matriz.png) -50px -70px;
}
.icono-buscar {
    background: url(images/matriz.png) -150px -130px;
}
.icono-importar {
    background: url(images/matriz.png) -91px -31px;
}

.cita-asistida-boton {
    background: url(images/matriz.png) -150px -110px
}
.cita-asistida {
    background: url(images/matriz.png) -150px -106px
}
.cita-cancelada-boton {
    background: url(images/matriz.png) -150px -50px;
}
.cita-cancelada {
    background: url(images/matriz.png) -150px -46px;
}
.cita-confirmada-boton {
    background: url(images/matriz.png) -150px -90px;
}
.cita-confirmada {
    background: url(images/matriz.png) -150px -86px;
}
.cita-sinconfirmar {
    background: url(images/matriz.png) -150px -66px
}
.cita-sinconfirmar-list {
    background: url(images/matriz.png) -150px -69px
}
.icono-citasDisponibles {
    background: url(images/matriz.png) -150px -30px;
}

.icono-disponible {
    background: url(images/matriz.png) -11px -65px;
}
.icono-nodisponible {
    background: url(images/matriz.png) -11px -35px;
}

.icono-aseguradora {
    background: url(images/matriz.png) -183px -183px;
}
.icono-consultorio {
    background: url(images/matriz.png) -183px -268px;
}
.icono-estadistica {
    background: url(images/matriz.png) -1px -267px;
}
.icono-formulacionLentesMedicamentos {
    background: url(images/matriz.png) -89px -182px;
}
.icono-lenteTipo {
    background: url(images/matriz.png) -1px -182px;
}
.icono-medicamento {
    background: url(images/matriz.png) -89px -269px;
}
.icono-rips {
    background: url(images/matriz.png) -6px -356px;
}
.icono-rips-plano {
    background: url(images/matriz.png) -275px -62px;
}
.icono-rips-json {
    background: url(images/matriz.png) -297px -62px;
}
.icono-reporteHistoria {
    background: url(images/matriz.png) -91px -352px;
}

#footer {
    position: relative;
    margin-top: -50px; /* altura en px del footer con valor negativo */
    height: 50px; /* Altura del Footer en px*/
    clear: both;
    background: #286af0;
    text-align: center;
    color: #FFFFFF;
}

/***************************Estilo de grid titulo******************************/
.datagrid-header-row {
    background-color: rgb(245,245,245);
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 4px;
    border: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    width: auto;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

    #cssmenu > ul > li {
        float: left;
    }

        #cssmenu > ul > li > a {
            padding: 5px 5px 5px 5px;
            font-size: 15px;
            text-decoration: none;
            color: #fcfefb;
        }

        #cssmenu > ul > li:hover > a,
        #cssmenu > ul > li.active > a {
            color: aquamarine;
            text-decoration: underline;
        }

        #cssmenu > ul > li:hover > a,
        #cssmenu > ul > li > a:hover {
            /*background: #24c4a3*/
        }

        #cssmenu > ul > li:before {
            /*content: '';
  position: absolute;
  top: 10px;
  right: -1px;
  display: block;
  height: 10px;
  width: 1px;
  opacity: .35;*/
            /*background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));*/
        }

    #cssmenu.align-right > ul > li:before {
        /*right: auto;*/
        left: 0px;
    }

    #cssmenu > ul > li:last-child:after,
    #cssmenu > ul > li:last-child:before {
        display: none;
    }

    #cssmenu.small-screen {
        width: 100%;
    }

        #cssmenu.small-screen > ul,
        #cssmenu.small-screen.align-center > ul {
            width: 100%;
            text-align: left;
        }

            #cssmenu.small-screen > ul > li,
            #cssmenu.small-screen.align-center {
                float: none;
                display: block;
                border-top: 1px solid rgba(100, 100, 100, 0.1);
            }

                #cssmenu.small-screen > ul > li > a {
                    padding: 18px 25px;
                }

                #cssmenu.small-screen > ul > li:after,
                #cssmenu.small-screen > ul > li:before {
                    display: none;
                }

        #cssmenu.small-screen #menu-button {
            display: block;
            padding: 10px 25px 0px 50px;
            cursor: pointer;
            font-size: 15px;
            text-decoration: none;
            color: #fcfefb;
        }

            #cssmenu.small-screen #menu-button.menu-opened {
                color: #fcfefb;
            }

            #cssmenu.small-screen #menu-button:after {
                content: "";
                position: absolute;
                right: 10px;
                top: 15px;
                /*display: block;*/
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                border-top: 2px solid #fcfefb;
                border-bottom: 2px solid #fcfefb;
                width: 18px;
                height: 3px;
            }

            #cssmenu.small-screen #menu-button.menu-opened:after {
                border-top: 2px solid #444444;
                border-bottom: 2px solid #444444;
            }

            #cssmenu.small-screen #menu-button:before {
                content: "";
                position: absolute;
                right: 10px;
                top: 10px;
                /*display: block;*/
                width: 18px;
                height: 2px;
                background: #fcfefb;
            }

            #cssmenu.small-screen #menu-button.menu-opened:before {
                background: -webkit-linear-gradient(bottom, #24c4a3, #042363);
                /*background: #000;*/
            }

.botonBack {
    position: absolute;
    bottom: 2%;
    left: 2%;
    float: left;
}

.divSubrayado {
    display: inline-table;
    border-bottom: 1pt solid lightgray;
    width: 90%;
}
