/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #012a5c;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    height: 97%;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

html {
    height: 100%;
}

form {
    height: 99%;
}

.page {
    width: 100%;
    height: auto;
	min-height: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: none;
    border-radius: 0px 0px 0px 0px;
}

.page_filtro {
	
}

.matriz {
    width: 940px;
    height: 420px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #223039;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    height: -moz-calc(100% - 164px);
    height: -webkit-calc(100% - 164px);
    height: -o-calc(100% - 164px);
    height: -ms-calc(100% - 164px);
    height: calc(100% - 164px);
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

div.Fondo_Titulo {
    padding: 0px;
    margin: 0px;
    background-color: #000066;
    height: 71px;
    background-repeat: repeat-x;
    border-radius: 0px 0px 0px 0px;
}

.tabla_titulo {
    padding: 0px;
    margin: 0px;
    text-align: right;
    width: 100%;
    height: 68px;
    border-radius: 0px 0px 0px 0px;
}

.tab_footer {
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0px;
    background-color: #000066;
    width: 1000px;
    color: #FFFFFF;
    text-align: center;
    line-height: normal;
    border: 1px solid #000066;
}

.tab_menu {
    padding: 0;
    width: 100%;
    border-width: 0px;
    margin: 0px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title_col1 {
    width: 15%;
}

.title_col2 {
    width: 75%;
    vertical-align: middle;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    width: 10%;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/* Menu
------------------------------------------------------*/

div.menu ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

.caja {
    background-color: #fff;
    /*border-radius: 8px;*/
    vertical-align: middle;
    font-size: 18px !important;
    border-radius: 10px !important;
    padding: 2px !important;
}

.caja_focus {
    background-color: #eef801;
    padding: 0px;
    margin: 0px;
    /*border-radius: 8px;*/
    vertical-align: middle;
}

.listado {
    padding: 0px;
    margin: 0px;
    /*border-radius: 8px;*/
    vertical-align: middle;
    border: solid;
    border-width: 0px;
    border-color: #8e8e8e;
}

.listado_focus {
    padding: 0px;
    margin: 0px;
    /*border-radius: 8px;*/
    vertical-align: middle;
    border: solid;
    border-width: 0px;
    border-color: #8e8e8e;
}

.pt {
    background-color: #666666;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 15px 15px 0px 0px;
    padding-left: 5px;
}

.lista {
    border-width: 0px;
    width: 100%;
}

tbody {
    border-width: 0px;
    min-width: 360px;
}

.cont_lista {
    float: left;
    overflow: auto;
    width: 100%;
    height: auto;
    border: none;
    border-width: 1px;
    border-radius: 15px 15px 0px 0px;
    padding: 0px;
    margin: 35px 0px 15px 0px;
    box-shadow: 10px 10px 5px #e9eaea;
    font-size: 18px;
}

.opciones {
    float: left;
    padding: 0px;
    margin: 0px;
    empty-cells: hide;
}

.opcion {
    float: left;
    padding: 0px;
    margin: 0px;
    height: 60px;
    empty-cells: hide;
}

.opcion_der {
    float: right;
    padding: 0px;
    margin: 0px;
    height: 60px;
}

.opcion_chico {
    float: left;
    padding: 0px;
    margin: 0px;
    height: 25px;
    vertical-align: central;
}

span {
    font-size: 18px !important;
}

input[type="text"], select {
    background-color: #fff;
    /*border-radius: 8px;*/
    vertical-align: middle;
    font-size: 18px !important;
    border-radius: 10px !important;
    padding: 2px !important;
}

#MainContent_FInicio_txt, #MainContent_FFinal_txt {
    width: 105px !important;
}

@media (max-width: 369px) {
    input[type="radio"] + label {
        font-size: 16px;
    }
}

@media (min-width: 370px) {
    input[type="radio"] + label {
        font-size: 18px;
    }
}

#Version {
    font-size: 10px !important;
}


/* HEADINGS   
----------------------------------------------------------*/

.Fondo_Paciente
{

}

.Fondo_Login
{
    text-align: center;
    width: 100%;
}

/* TAB MENU   
----------------------------------------------------------*/

div.fondo_menu
{
    background: #012a5c; /* Old browsers */

    width: 100%;
}

div.footer {
    position: fixed;
    bottom: 0px;
    color: #FFFFFF !important;
    padding: 0px 0px 10px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    line-height: normal;
    background: #012a5c;
    background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
    background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
    background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
    width: 100%;
    height: 24px;
    font-size: 18px !important;
    font-weight: bold !important;
}

.version {
    font-size: 8px;
    color: #C0C0C0;
    width: 100%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .version span {
        font-size: 12px !important;
        text-align: center;
        width: 100%;
        margin: 0px;
        padding: 10px;
    }

/* Logo del cliente
---------------------------------------------------------*/

@media (max-width: 369px) {
    .logo {
        display: none !important;
    }

    .title {
        display: none !important;
    }

    .subtitle {
        display: none !important;
    }
}

@media (min-width: 370px) and (max-width:699px) {
    .titulo_vacio {
        padding: 0px;
        margin: 0px 5px;
        width: 370px;
        background-image: url('../CHS/Imagenes/chs.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 60px;
        border-radius: 0px 0px 0px 0px;
    }

    .logo {
        display: none !important;
    }

    /*.logo {
        background-position: center center;
        background-image: url('../valher/Imagenes/PasNet Azul.png');
        background-repeat: no-repeat;
        background-size: 250px auto;
        background-position: center;
        width: 280px;
    }*/

    .title {
        display: none !important;
    }

    .subtitle {
        display: none !important;
    }
}

@media (min-width: 700px)  {
    .titulo_vacio {
        padding: 0px;
        margin: 0px 5px;
        width: 370px;
        background-image: url('../CHS/Imagenes/chs.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 60px;
        border-radius: 0px 0px 0px 0px;
    }

    .logo {
        background-position: center center;
        background-image: url('../CHS/Imagenes/PasNet Azul.png');
        background-repeat: no-repeat;
        background-size: 250px auto;
        background-position: center;
        width: 280px;
    }

    /*.logo {
        background-position: center center;
        background-image: url('../valher/Imagenes/PasNet Azul.png');
        background-repeat: no-repeat;
        background-size: 250px auto;
        background-position: center;
        width: 280px;
    }*/

    .title {
        display: none !important;
    }

    .subtitle {
        display: none !important;
    }
}

@media (max-width:529px) {
	#MainContent_Label10{
		display: none;
		empty-cells: hidden;
	}
}

@media (min-width:530px) {
	#MainContent_Label10{
		display: inline;
		empty-cells: hidden;
	}
}

.error {
    color: #FF0000;
    font-size: medium;
    text-align: center;
    font-weight: bold;
    display: none !important;
}

.captura {
    padding: 0px;
    margin: 0px;
}

.caption {
    padding: 0px;
    margin: 0px;
    empty-cells: hide;
}

div.Fondo_Titulo {
    padding: 0px;
    margin-top: 10px !important;
    margin: 0px;
    background: #ffffff;
    /*background: #012a5c;
    background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
    background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
    background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );*/
    height: 71px;
    background-repeat: repeat-x;
    border-radius: 0px 0px 0px 0px;
}

.tabla_titulo
{
    padding: 0px;
    margin: 0px;
    text-align: right;
    width: 100%;
    height: 68px;
    border-radius: 0px 0px 0px 0px;
}

.barra_titulo {
    padding: 0px;
    margin: 0px;
    text-align: center;
    /*vertical-align:top;*/
}

.panel_titulo {
    background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
font-weight: bold;
    color: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    padding:2px 0px;
    margin:0px;
    width:100%;
    text-align:center;
   font-size: 18px;
}

th {
    background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
font-weight: bold;
    color: #FFFFFF;
    /*border-radius: 0px 0px 0px 0px;*/

}

    th:first-of-type {
        border-radius: 10px 0px 0px 0px;
    }

    th:last-of-type {
        border-radius: 0px 10px 0px 0px;
    }

.calendario_header {
    color: #FFFFFF;
    font-weight: bold;
}

.rad_header {
     background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
font-weight: bold;
    color: #FFFFFF;
    /*border-radius: 0px 0px 0px 0px;*/

}

.panel {
    float:left;
    width:100%;
    background-color: #CCCCCC;
    border-radius: 15px;
    color: #223039;
    padding:0px;
    margin:0px;
    box-shadow:10px 10px 5px #e9eaea;
    
}

.panel_sin_fondo {
    float: left;
    width: 100%;
    color: #000000;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    /*background-color:#ffffff;
    z-index:1;*/
}

.panel_login {
    background-color: #CCCCCC;
    border-radius: 15px;
    color: #223039;
    padding:0px;
    margin:0px;
    box-shadow:10px 10px 5px #e9eaea;
}

.fila {
    background-color: #F2F2F2;
    color: #000000;
    border-left: solid 1px #012a5c;
    border-right: solid 1px #012a5c;
}

.fila_alternativa {
    background-color: #FFFFFF;
    color: #000000;
    border-left: solid 1px #012a5c;
    border-right: solid 1px #012a5c;
}

#div_unidad {
    empty-cells: hide;
    display: inline;
}

#div_externo {
    empty-cells: hide;
    display: inline;
}

#div_medico {
    empty-cells: hide;
    display: inline;
}

#div_ordinario {
    empty-cells: hide;
    display: inline;
}

#div_servicio {
    empty-cells: hide;
    display: inline;
}

#div_afiliacion {
    empty-cells: hide;
    display: inline;
}

#div_solicitud {
    empty-cells: hide;
    display: none;
}

#div_estudios {
    empty-cells: hide;
    display: inline;
}

#div_empresa {
    empty-cells: hide;
    display: inline;
}

.boton_login {
    background-image: url('/Imagenes/Inicio2.png');
    Width:86px; 
    Height: 29px;
    background-repeat: no-repeat;
}

    .boton_login:hover {
    background-image: url('/Imagenes/Inicio3.png');
    Width:86px; 
    Height: 29px;
    background-repeat: no-repeat;
}

#Background, #Background1 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: RGBA(255,255,255,0.9);
    filter: alpha(opacity=40);
    /* opacity: 0.8; */
    z-index: 9800;
}

#Progress, #Progress1 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: fixed;
    left: 44%;
    width: 15%;
    top: 40%;
    overflow: auto;
    /*text-align:center;
    vertical-align:central;*/
    z-index: 9800;
}

#loader {
    padding: 0px;
    margin: 0px;
}

.Menu
{  
    background: #012a5c;
}

.Menu ul
{  
    background: #012a5c;
    border-radius:10px;
}

.Menu ul li {
    background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
    text-align: center; /* set width if needed.*/
    width: auto;
    border-radius:10px;
}

.Menu ul li a
{
    color: #FFFFFF;
    padding: 4px 2px 4px;
    padding-left:8px !important;
    border:1px solid #648ABD;
    /*border-bottom: 0;*/
    border-radius:10px;
    opacity: 0.5;
}

.Menu ul li a:hover
{
    background-image: none;
    color: White;
    opacity: 1;
}

.estudios {
    width:100%;
}

.tabContainer li{
    /* This will arrange the LI-s next to each other */
    display:inline;
    
}

.tabContainer li a{
    /* Styling the hyperlinks of the tabs as colorful buttons */

    float:left;
    font-size:18px;

    /* display:block allows for additinal CSS rules to take effect, such as paddings: */
    display:block;

    padding:5px 16px 1px 16px;
    margin:0px 1px 0px 0px;
    height:29px;

    /* Giving positioning */
    position:relative;

    /* CSS3 text-shadow */
    text-shadow:1px 1px 1px #CCCCCC;
    
    background: #1f319b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMzE5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5MzhkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDA2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAyYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #1f319b 0%, #2938db 50%, #000066 51%, #0002aa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f319b), color-stop(50%,#2938db), color-stop(51%,#000066), color-stop(100%,#0002aa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1f319b 0%,#2938db 50%,#000066 51%,#0002aa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1f319b 0%,#2938db 50%,#000066 51%,#0002aa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1f319b 0%,#2938db 50%,#000066 51%,#0002aa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1f319b 0%,#2938db 50%,#000066 51%,#0002aa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f319b', endColorstr='#0002aa',GradientType=0 ); /* IE6-8 */

    color: #F7F7F7;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
    opacity: 0.5;
}

    .tabContainer li a:visited {
    padding: 1px 2px 3px 4px;
    color: #F7F7F7;
    font-weight: normal;
    
}

.boton {
    /*background-color: #000080;*/
    /*color: #FFFFFF;*/
}

ul .left{
    /* The left span in the hyperlink */

    height:37px;
    left:0;
    position:absolute;
    top:0;
    width:10px;
}

ul .right{
    /* The right span in the hyperlink */

    height:37px;
    right:0;
    position:absolute;
    top:0;
    width:10px;
}

.opcion_der{
    empty-cells: hide;
}

.opcion_der a {
    color:#FFFFFF;
}

.btn_buscar {
    background: rgb(70,160,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YTBmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBkMDA2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmEwZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(70,160,244,1) 0%, rgba(36,43,229,1) 30%, rgba(13,0,102,1) 50%, rgba(36,43,229,1) 70%, rgba(70,160,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,160,244,1)), color-stop(30%,rgba(36,43,229,1)), color-stop(50%,rgba(13,0,102,1)), color-stop(70%,rgba(36,43,229,1)), color-stop(100%,rgba(70,160,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a0f4', endColorstr='#46a0f4',GradientType=0 ); /* IE6-8 */

    padding: 3px 30px 3px 30px;
    color: #FFFFFF;
    text-align: center; /* set width if needed.*/
    border-radius: 15px;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    border:1px solid #648ABD;
    margin-right:5px;
}

    .btn_buscar a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .btn_buscar:hover {
        background: rgb(130,242,167); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyZjJhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzBiNDQxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA5MzMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzc3MjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(130,242,167,1) 0%, rgba(11,68,27,1) 49%, rgba(9,51,28,1) 50%, rgba(23,119,33,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,242,167,1)), color-stop(49%,rgba(11,68,27,1)), color-stop(50%,rgba(9,51,28,1)), color-stop(100%,rgba(23,119,33,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82f2a7', endColorstr='#177721',GradientType=0 ); /* IE6-8 */
        color: #FFFFFF;
        /*padding: 3px 20px 3px 20px;*/
        /*padding-left:8px !important;*/
        border: 1px solid #648ABD;
        /*border-bottom: 0;*/
        border-radius: 15px;
        /*opacity: 0.5;*/
        font-size: 22px;
        text-decoration: none;
        font-weight: bold;
    }

    .btn_buscar:disabled {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+50,cec7ec+51,c1bfea+100;Purple+3D+%231 */
        background: #ebe9f9; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZTlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZDBlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2NlYzdlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWJmZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebe9f9), color-stop(50%,#d8d0ef), color-stop(51%,#cec7ec), color-stop(100%,#c1bfea)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 ); /* IE6-8 */
        color: #4c4c4c;
    }

.btn_limpiar {
    background: rgb(169,3,41); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
padding: 6px 15px 6px 15px;
    color: #FFFFFF;
    text-align: center; /* set width if needed.*/
    border-radius: 15px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    border:1px solid rgb(169,3,41);
    margin-right:5px;
    
}

.btn_limpiar:hover {
    background: rgb(248,80,50); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4NTAzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxNmY1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y2MjkwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2YwMmYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzM4MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-8 */

}

.panel_login a {
    color:#FFFFFF;
}

#Resultados a {
    color: #FFFFFF;
}

.btn_flecha {
    background: rgb(70,160,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YTBmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBkMDA2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmEwZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(70,160,244,1) 0%, rgba(36,43,229,1) 30%, rgba(13,0,102,1) 50%, rgba(36,43,229,1) 70%, rgba(70,160,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,160,244,1)), color-stop(30%,rgba(36,43,229,1)), color-stop(50%,rgba(13,0,102,1)), color-stop(70%,rgba(36,43,229,1)), color-stop(100%,rgba(70,160,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a0f4', endColorstr='#46a0f4',GradientType=0 ); /* IE6-8 */

    padding: 0px 5px 0px 5px;
    color: #FFFFFF;
    text-align: center; /* set width if needed.*/
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    border:1px solid #648ABD;
    z-index:50;
}

    .btn_flecha a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .btn_flecha:hover {
       background: rgb(130,242,167); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyZjJhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzBiNDQxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA5MzMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzc3MjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(130,242,167,1) 0%, rgba(11,68,27,1) 49%, rgba(9,51,28,1) 50%, rgba(23,119,33,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,242,167,1)), color-stop(49%,rgba(11,68,27,1)), color-stop(50%,rgba(9,51,28,1)), color-stop(100%,rgba(23,119,33,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82f2a7', endColorstr='#177721',GradientType=0 ); /* IE6-8 */



        color: #FFFFFF;
    /*padding: 3px 20px 3px 20px;*/
    /*padding-left:8px !important;*/
    border:1px solid #648ABD;
    /*border-bottom: 0;*/
    
    /*opacity: 0.5;*/
    
    text-decoration: none;
    font-weight: bold;
    }

a.tooltip {
  position: relative;
  display: inline;
  text-decoration: none;
}
a.tooltip span {
  position: absolute;
  padding:5px;
  color: #FFFFFF;
  background: #012a5c;
  text-wrap:none;
  line-height: 20px;
  text-align:left;
  visibility: hidden;
  border-radius: 6px;
  /*width:300px;*/
}
a.tooltip span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #012a5c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltip span {
  visibility: visible;
  opacity: 0.8;
  top: 10px;
  left: -100px;
  margin-left: -76px;
  z-index: 999;
}

.ayuda {
    background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
font-weight: bold;
    color: #FFFFFF;
    border-radius: 10px;
    margin:0px;
    width:20px;
    height:20px;
    text-align:center;
    text-decoration: none;
}

a.tooltip_grande {
  position: relative;
  display: inline;
  text-decoration: none;
}
a.tooltip_grande span {
  position: absolute;
  padding:5px;
  color: #FFFFFF;
  background: #012a5c;
  text-wrap:none;
  line-height: 20px;
  text-align:left;
  visibility: hidden;
  border-radius: 6px;
  /*width:300px;*/
}
a.tooltip_grande span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #012a5c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltip_grande span {
  visibility: visible;
  opacity: 0.8;
  top: 10px;
  left: -170px;
  margin-left: -76px;
  z-index: 999;
}

.cfecha {
    padding: 0px; 
    margin: 0px;
    /*width: 300px;*/
    empty-cells:hide;
    text-align: right;
}

.fecha {
    padding: 0px 10px;
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    empty-cells:hide;
}

.cusuario {
    vertical-align: top;
    empty-cells: hide;
    text-align: right;
    height: 35px;
    margin: 0px;
    padding: 0px 2px;
    width: 20px !important;
}

.usuario_ingresado {
    font-size: 14px !important;
}

.usuario_ingresado_formulario {
    color: #ffffff;
    font-weight: bold;
}

.cambio_contrasena {
    background: none;
    font-size: 12px !important;
    border-radius: 10px;
    color: #666666;
    font-weight: bold;
}

.area_cambio_contrasena {
    display: none;
    opacity: 0.9;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 998;
}

.contenedor_cambio_contrasena {
    display: none;
    position: fixed;
    top: 30%;
    left: 40%;
    width: 255px;
    height: 275px;
    overflow: auto;
    background: #004919;
    padding: 10px;
    border-radius: 10px;
    z-index: 9999;
    color: #ffffff;
}

.contrasena {
    width: 250px;
}

.btn_cambia_contrasena {
    font-size: 16px !important;
    padding: 4px 8px;
}

.usuario_ingresado_error {
    font-size: 13px;
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 12px;
}
	 
::-webkit-scrollbar-track {
	-webkit-box-shadow: #000000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
	background-color: #000000;
}
	 
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
font-weight: bold;
    color: #FFFFFF;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
}

::-webkit-scrollbar-button {
    -webkit-border-radius: 10px;
	
	background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
font-weight: bold;
    color: #FFFFFF;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    
}

::-webkit-scrollbar:vertical {
    width: 15px;
}

    ::-webkit-scrollbar-button:vertical:increment {
        border-radius: 0px 0px 20px 20px;
    }

    ::-webkit-scrollbar-button:vertical:decrement {
        border-radius: 20px 20px 0px 0px;
    }

    ::-webkit-scrollbar-button:horizontal:increment {
        border-radius: 0px 20px 20px 0px;
    }

    ::-webkit-scrollbar-button:horizontal:decrement {
        border-radius: 20px 0px 0px 20px;
    }

    .lista_filtro {
    width: 100%;
    margin: 0px;
    padding: 0px;
    
}

.lista_filtro_th {
    margin: 0px;
}

.lista_filtro_td {
    margin: 0px;
    padding: 0px 1px;
    text-wrap: none;
}

    .lista_filtro_td .primario {
        background-color: #ffffff !important;
    }
    
    .lista_filtro_td .secundario {
        background-color: #97bedb !important;
    }

input[type="radio"] {
       display: none; 
    }

    input[type="radio"] + label {
        background-image: url(Imagenes/RadioButtonOFF20.png);
        background-repeat: no-repeat;
        padding-left: 24px;
        padding-bottom: 2px;
    }

    input[type="radio"]:checked + label {
        background-image: url(Imagenes/RadioButtonON20.png);
        background-repeat: no-repeat;
        padding-left: 24px;
    }

.lista_filtro_tr secundario {
    background-color: #a57171 !important;
}

.lista_filtro_tr primario {
    background-color: #ffffff !important;
}

.lista_filtro_trh {
    padding: 0px;
    margin: 0px;
    border-radius: 10px;
    background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
font-weight: bold;
    color: #FFFFFF;
    /*border-radius: 0px 0px 0px 0px;*/
}

.primario {
    background-color: #ffffff !important;
}

.secundario {
    background-color: #cce1f2 !important;
}

  /* --------- 22/dic/2014 ---------- */

.divtablalog{
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.divtrlog {
    display: table-row;
    width: 100%;    
}

.divthlog {
    background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 15px 15px 0px 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 514px)
{

.divtdlog {
    display: table-cell;
    font-size: 18px;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.derecha {
    text-align: left;
    padding-left: 5px;
}

}

@media (min-width: 515px)
{

.divtdlog {
    display: table-cell;
    font-size: 18px;
    padding-top: 10px;
}

.derecha {
    text-align: right;
    padding-right: 5px;
}

}

.divtdbot{
    align-content: center;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    empty-cells: hide !important;
}

.divtablabase{
    display: table;
    text-align: center;
    width: 100%;
    align-content: center;
    background-color: #CCCCCC;
    color: #223039;
    box-shadow: 10px 10px 5px #e9eaea;
    border-radius: 15px;
    margin-bottom: 15px;
}

.divtrbase {
    display: table-row;
    width: 100%;
}

.divtdbase {
    display: table-cell;
}


.izquierda { 
    text-align: left;
    padding-left: 5px;
}

input[type="checkbox"] {
       display: none; 
    }

    input[type="checkbox"] + label {
        background-image: url('Imagenes/Checkbox Empty20.png');
        background-repeat: no-repeat;
        padding-left: 24px;
        padding-bottom: 2px;
    }

    input[type="checkbox"]:checked + label {
        background-image: url('Imagenes/Checkbox Full20.png');
        background-repeat: no-repeat;
        padding-left: 24px;
    }

    /*16 / febrero / 2015*/

.recuadro_login{
    width: 275px;
    background-color: #CCCCCC;
    border-radius: 15px;
    color: #223039;
    padding:0px;
    margin:0px;
    box-shadow:10px 10px 5px #e9eaea;
    font-size: 14px;
    text-align: left;
    margin: auto;
}

.tabla{
    display: table;
}

.tr{
    display: table-row;
}

.td{
    display: table-cell;
    padding: 5px;
    font-size: 18px;
}

.recuadro_login input[type="text"]{
    margin-left: 25px;
}

.recuadro_login input[type="password"]{
    margin-left: 25px;
}

.recuadro_login input[type="submit"]{
    margin-left: 40%;
}

.recuadro_paciente{
    width: 275px;
    background-color: #CCCCCC;
    border-radius: 15px;
    color: #223039;
    padding:0px;
    margin:0px;
    box-shadow:10px 10px 5px #e9eaea;
    font-size: 14px;
    text-align: left;
    margin: auto;
}

.recuadro_paciente input[type="text"]{
    margin-left: 25px;
}

.recuadro_paciente input[type="password"]{
    margin-left: 25px;
}

.recuadro_paciente input[type="submit"]{
    margin-left: 3%;
}

  /* 25 de mayo de 2015 */

@media (min-width: 0px) and (max-width: 584px) {

    #div_unidad {
        display: none !important;
    }

    #div_externo {
        display: none !important;
    }

    #div_medico {
        display: none !important;
    }

    #div_ordinario {
        display: none !important;
    }

    #div_servicio {
        display: none !important;
    }

    #div_estudios {
        display: none !important;
    }
}

.btn_mas {
    display: none;
    background: rgb(70,160,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YTBmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBkMDA2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmEwZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(70,160,244,1) 0%, rgba(36,43,229,1) 30%, rgba(13,0,102,1) 50%, rgba(36,43,229,1) 70%, rgba(70,160,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,160,244,1)), color-stop(30%,rgba(36,43,229,1)), color-stop(50%,rgba(13,0,102,1)), color-stop(70%,rgba(36,43,229,1)), color-stop(100%,rgba(70,160,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a0f4', endColorstr='#46a0f4',GradientType=0 ); /* IE6-8 */

    padding: 3px 30px 3px 30px;
    color: #FFFFFF;
    text-align: center; /* set width if needed.*/
    border-radius: 15px;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    border:1px solid #648ABD;
    margin-right:5px;
}

    .btn_mas a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .btn_mas:hover {
        background: rgb(130,242,167); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyZjJhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzBiNDQxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA5MzMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzc3MjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(130,242,167,1) 0%, rgba(11,68,27,1) 49%, rgba(9,51,28,1) 50%, rgba(23,119,33,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,242,167,1)), color-stop(49%,rgba(11,68,27,1)), color-stop(50%,rgba(9,51,28,1)), color-stop(100%,rgba(23,119,33,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82f2a7', endColorstr='#177721',GradientType=0 ); /* IE6-8 */
        color: #FFFFFF;
        /*padding: 3px 20px 3px 20px;*/
        /*padding-left:8px !important;*/
        border: 1px solid #648ABD;
    }

.ley_error{
    display: none;
    color: red;
    text-align: right;
    float: right;
    width: 100%;
    margin: 0px 20px;
}

.afilimp{
    display: none;
    width: 24px;
    height: 24px;
    padding: 0px;
}

/* ----- 20151120 -----*/

.redes{
    color: white !important;
    text-decoration: none;
    height: 24px;
    padding: 6px 0px;
    padding-left: 30px;
    margin: 0px 5px 0px 0px;
    float: left;
}

.facebook{
    background-image: url('imagenes/facebook.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.twitter{
    background-image: url('imagenes/twitter.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.instagram{
    background-image: url('imagenes/instagram.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.email{
    background-image: url('imagenes/email.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.google{
    background-image: url('imagenes/google.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.link{
    background-image: url('imagenes/Link.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.web{
    background-image: url('imagenes/web.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.maps{
    background-image: url('imagenes/maps.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.info {

}

.informacion {
    background-image: url('imagenes/infoIconRot.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.whatsapp{
    background-image: url('imagenes/whatsapp.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.celular{
    background-image: url('imagenes/celular.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.datos{
    padding:5px;
}

.datos span{
    font-size: 12px !important;
}

.custom-combobox {
    position: relative;
    display: inline-block;
    padding-right: 25px;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    width: 20px;
}

.custom-combobox-input {
    margin: 0;
    padding: 2px;
    width: 200px;
    border-radius: 10px 0px 0px 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid #d3d3d3;
    background: #ffffff;
    font-weight: normal;
    color: #555555;
}

.ui-autocomplete {
    max-height: 300px;
    overflow: auto;
}

.sinboton {
    float: left;
    margin: 2px 1px;
    padding: 2px 2px;
    border: #012a5c solid 2px;
    border-radius: 5px;
    font-weight: bold;
    background: #BDBDBD;
    color: #000000;
}

.conboton{
	float: left;
	margin: 2px 2px;
	padding: 2px 2px;
	background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
border-radius: 5px;
}

.conboton a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.ab_res{
	float: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
margin: 2px;
		padding: 0px 5px;
	border-radius: 5px;
}

.res_tool{
	display:none;
	position: absolute;
	
	background: #012a5c;
	border-radius: 5px;
	padding: 5px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-top: 10px;
}

.res_filt{
		display: inline-block;
		margin: 2px;		
		padding: 0px 5px;
	border-radius: 5px;
	
	background: #032dc1;
background: -moz-linear-gradient(top, #032dc1 0%, #0483f2 50%, #0483f2 51%, #032dc1 100%);
background: -webkit-linear-gradient(top, #032dc1 0%,#0483f2 50%,#0483f2 51%,#032dc1 100%);
background: linear-gradient(to bottom, #032dc1 0%,#0483f2 50%,#0483f2 51%,#032dc1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032dc1', endColorstr='#032dc1',GradientType=0 );
	color: #ffffff;
}

.r9{
	background: #032dc1;
background: -moz-linear-gradient(top, #032dc1 0%, #0483f2 50%, #0483f2 51%, #032dc1 100%);
background: -webkit-linear-gradient(top, #032dc1 0%,#0483f2 50%,#0483f2 51%,#032dc1 100%);
background: linear-gradient(to bottom, #032dc1 0%,#0483f2 50%,#0483f2 51%,#032dc1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032dc1', endColorstr='#032dc1',GradientType=0 );
	color: #FFFFFF;
	margin: 2px;		
	margin-left:-5px;
	padding: 0px 5px;
	border-radius: 0px 5px 5px 0px;
}

.r10{
	display: inline-block;
		margin: 2px;		
		padding: 0px 5px;
	border-radius: 5px;
	
	background: #032dc1;
background: -moz-linear-gradient(top, #032dc1 0%, #0483f2 50%, #0483f2 51%, #032dc1 100%);
background: -webkit-linear-gradient(top, #032dc1 0%,#0483f2 50%,#0483f2 51%,#032dc1 100%);
background: linear-gradient(to bottom, #032dc1 0%,#0483f2 50%,#0483f2 51%,#032dc1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032dc1', endColorstr='#032dc1',GradientType=0 );
	color: #000000;
}
.r11{
	display: inline-block;
		margin: 2px;		
		padding: 0px 5px;
	border-radius: 5px;
	
	background: #032dc1;
background: -moz-linear-gradient(top, #032dc1 0%, #0483f2 50%, #0483f2 51%, #032dc1 100%);
background: -webkit-linear-gradient(top, #032dc1 0%,#0483f2 50%,#0483f2 51%,#032dc1 100%);
background: linear-gradient(to bottom, #032dc1 0%,#0483f2 50%,#0483f2 51%,#032dc1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032dc1', endColorstr='#032dc1',GradientType=0 );
	color: #000000;
}

.nr1,.nr2,.nr3,.nr4,.nr5,.nr6,.nr7,.nr8,.nr9 {
	background: #032dc1;
	color: #ffffff;
}

.sinboton:hover .res_tool{
	display: block;
}

/*.conboton:hover .res_tool{
	display: block;
}*/

.res_filt:hover .res_tool{
	display: block;
}

.ab_res:hover .res_tool{
	display: block;
}

.apuntador{
	content: '';
  position: absolute;
  bottom: 100%;
  left: 12px;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #012a5c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.res_nombre {
    text-decoration: none;
    border-radius: 5px;
	font-weight: bold;
    text-decoration: none;
    padding: 2px 5px;
    display: inline-block;
    margin: 2px;
}

.estado_ninguno{
    border: #004919 solid 2px;
	background: #BDBDBD;
	color: #000000;
    
}

.estado_todos{
    background: #299a0b;
background: -moz-linear-gradient(top,  #299a0b 0%, #3abc0f 50%, #48cc10 51%, #20820a 100%);
background: -webkit-linear-gradient(top,  #299a0b 0%,#3abc0f 50%,#48cc10 51%,#20820a 100%);
background: linear-gradient(to bottom,  #299a0b 0%,#3abc0f 50%,#48cc10 51%,#20820a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#20820a',GradientType=0 );

    color: #FFFFFF !important; 
	border: #005700 solid 2px;
}

.estado_autorizado{
    background: #1f319b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMzE5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5MzhkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDA2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAyYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #1f319b 0%, #2938db 50%, #000066 51%, #0002aa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f319b), color-stop(50%,#2938db), color-stop(51%,#000066), color-stop(100%,#0002aa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1f319b 0%,#2938db 50%,#000066 51%,#0002aa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1f319b 0%,#2938db 50%,#000066 51%,#0002aa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1f319b 0%,#2938db 50%,#000066 51%,#0002aa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1f319b 0%,#2938db 50%,#000066 51%,#0002aa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f319b', endColorstr='#0002aa',GradientType=0 ); /* IE6-8 */

    color: #FFFFFF !important;
}

.estado_algunos{
    background: #f9f0bb;
background: -moz-linear-gradient(top,  #f9f0bb 0%, #fcdc4e 50%, #fcd200 51%, #f9e6b3 100%);
background: -webkit-linear-gradient(top,  #f9f0bb 0%,#fcdc4e 50%,#fcd200 51%,#f9e6b3 100%);
background: linear-gradient(to bottom,  #f9f0bb 0%,#fcdc4e 50%,#fcd200 51%,#f9e6b3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f0bb', endColorstr='#f9e6b3',GradientType=0 );

color: #000000 !important;
border: #fcd200 solid 2px;
}

.estado_sin_resultado {
    border: none;
    background: #820000;
    color: #ffffff;
}

.res_folio{
    background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
	color: #FFFFFF !important;
    font-weight: bold;
    border-radius: 5px;   
    text-decoration: none;
    padding: 2px;
	border: #012a5c solid 2px;
}

.res_folio a{
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.res_nombre:hover .res_tool{
	display: block;
}

.res_folio:hover .res_tool{
	display: block;
}

input[type="checkbox"] + .lsin_resultado {
    /*border: #004919 solid 2px;*/
    background: url(/Imagenes/Rojo_Off.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border-radius: 5px;
    border: 2px solid #CCCCCC;
    padding: 5px;
    padding-left: 35px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    color: #5a5858;
}

input[type="checkbox"]:checked + .lsin_resultado {
    background: url(/Imagenes/Rojo_Off.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    color: #000000 !important;
    padding: 5px;
    padding-left: 35px;
    display: block;
    border-radius: 20px 5px 5px 20px;
    border: 2px inset;
    font-size: 18px;
    font-weight: bold;
}

input[type="checkbox"] + .lninguno {
        /*border: #004919 solid 2px;*/
	   background: url(/Imagenes/Naranja_Off.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
        border-radius: 5px;
        border: 2px solid #CCCCCC;
        padding: 5px;
		padding-left: 35px;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-left: 5px;
        color: #5a5858;
    }
        
    input[type="checkbox"]:checked + .lninguno  {
      background: url(/Imagenes/Naranja_Off.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
        color: #000000 !important;
        padding: 5px;
		padding-left: 35px;
        display: block;
        border-radius: 20px 5px 5px 20px;
        border: 2px inset ;
		font-size: 18px;
		font-weight: bold;
    }
     
input[type="checkbox"] + .lalgunos {
        /*border: #004919 solid 2px;*/
	    background: url(/Imagenes/Amarillo_Off.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
        border-radius: 5px;
        border: 2px solid #CCCCCC;
        padding: 5px;
		padding-left: 35px;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-left: 5px;
        color: #5a5858;
        
    }
        
    input[type="checkbox"]:checked + .lalgunos  {
	background: url(/Imagenes/Amarillo_Off.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
color: #000000 !important;
        padding: 5px;
		padding-left: 35px;
        display: block;
        border-radius: 20px 5px 5px 20px;
        border: 2px inset ;
		font-size: 18px;
		font-weight: bold;
    }   

input[type="checkbox"] + .lvalidados {
	    background: url(/Imagenes/Verde_Off.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
        border-radius: 5px;
        border: 2px solid #CCCCCC;
        padding: 5px;
		padding-left: 35px;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-left: 5px;
        color: #5a5858;
    }
        
    input[type="checkbox"]:checked + .lvalidados  {
       background: url(/Imagenes/Verde_off.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
color: #000000 !important;
        padding: 5px;
		padding-left: 35px;
        display: block;
        border-radius: 20px 5px 5px 20px;
        border: 2px inset ;
		font-size: 18px;
		font-weight: bold;
    }

input[type="checkbox"] + .lautorizados {
        /*border: #004919 solid 2px;*/
	   background: url(/Imagenes/Azul_Off.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
        border-radius: 5px;
        border: 2px solid #CCCCCC;
        padding: 5px;
		padding-left: 35px;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-left: 5px;
        color: #5a5858;
    }
        
    input[type="checkbox"]:checked + .lautorizados  {
       background: url(/Imagenes/Azul_Off.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
color: #000000 !important;
        padding: 5px;
		padding-left: 35px;
        display: block;
        border-radius: 20px 5px 5px 20px;
        border: 2px inset ;
		font-size: 18px;
		font-weight: bold;
    }

input[type="checkbox"] + .lsin_recibir {
        /*border: #004919 solid 2px;*/
	   background: url(/Imagenes/Gris_Off.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
        border-radius: 5px;
        border: 2px solid #CCCCCC;
        padding: 5px;
		padding-left: 35px;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-left: 5px;
        color: #5a5858;
    }
        
    input[type="checkbox"]:checked + .lsin_recibir  {
       background: url(/Imagenes/Gris_On.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
color: #000000 !important;
        padding: 5px;
		padding-left: 35px;
        display: block;
        border-radius: 20px 5px 5px 20px;
        border: 2px inset ;
		font-size: 18px;
		font-weight: bold;
    }

    #sLFInicial, #sLFFinal{
        display: none;
    }

@media (max-width: 599px) {
    .opcion{
        height: 35px;
    }

    #MainContent_LNombre{
        display: none;
    }

    #MainContent_LFInicial{
        display: none;
    }

    #MainContent_LFFinal{
        display: none;
    }

    #MainContent_sLFInicial{
        display: block;
    }

    #MainContent_sLFFinal{
        display: block;
    }

    #MainContent_LAfiliacion{
        display: none;
    }

    #MainContent_LFolio{
        display: none;
    }

    #MainContent_LServicio{
        display: none;
    }

    #MainContent_LMedico{
        display: none;
    }

    #MainContent_LEstudios{
        display: none;
    }

    #MainContent_LSolicitud{
        display: none;
    }

    #MainContent_LEmpresa{
        display: none;
    }

    #MainContent_LCama{
        display: none;
    }

    #MainContent_LPiso{
        display: none;
    }

    #MainContent_LOrdinario{
        display: none;
    }

    #MainContent_LExterno{
        display: none;
    }

     #MainContent_LUnidad{
        display: none;
    }

    #div_servicio{
        display: none;
    }

    #div_externo{
        display: none;
    }

    #div_ordinario{
        display: none;
    }

    #div_medico{
        display: none;
    }

    #div_estudios{
        display: none;
    }

     #MainContent_LOrdenar{
        display: none;
    }

      #MainContent_LDireccion{
        display: none;
    }

     #Ordenar{
        display: none;
    }

     #Direccion{
        display: none;
    }

     #MainContent_fxd + label{
        display: none;
    }

    .opcion_der{
        height: 35px;
    }
}

.scrollup {
    width: 12px;
    height: 12px;
    padding: 10px;
    opacity: 0.8;
    position: fixed;
    bottom: 90px;
    right: 5px;
    display: none;
    /*text-indent:-9999px;*/
    background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
    border-radius: 10px;
    content: url('../CHS/Imagenes/Arriba.png');
    color: #FFFFFF;
    text-decoration: none;
}

.scrolldown {
    width: 12px;
    height: 12px;
    padding: 10px;
    opacity: 0.8;
    position: fixed;
    bottom: 50px;
    right: 5px;
    display: none;
    /*text-indent:-9999px;*/
    background: #012a5c;
background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
    border-radius: 10px;
    content: url('../CHS/Imagenes/Abajo.png');
    color: #FFFFFF;
    text-decoration: none;
}

.menu_opciones{
    width: 20px;
    margin: 0px;
    padding: 0px;
}

.notificacion {
    background: #F4FA58;
    /*background: #B40404;*/
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    border: outset 2px #004919;
    border-radius: 20px;
    margin-top: -10px;
    margin-left: -10px;
    width: 12px;
    height: 12px;
    padding: 2px;
    position: absolute;
}

.res_nombre .notificacion{
    margin-left: -17px;
}

    .notificacion:after {
        content: "N";
        position: absolute;
        margin-left: 1px;
        margin-bottom: 1px;
    }

.notificacion_punta{
    width: 0;
    height: 0;
    position: absolute;
    margin-top: 7px;
    margin-left: 7px;
    border-bottom: 8px solid #000000;
    border-left: 8px solid transparent;
}

.notificacion_contenedor {
    display: none;
    right: 20px;
    background: #012a5c;
    width: auto;
    height: auto;
    padding: 2px;
    position: absolute;
    margin-top: -34px;
    color: #FFFFFF !important;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    padding: 2px;
    border: #012a5c solid 2px;
}

.notificacion_cantidad{
    background: #F4FA58;
    /*background: #B40404;*/
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    border: outset 2px #004919;
    border-radius: 20px;
    padding: 0px 5px;
    margin-right: 5px;
}

.notificacion_contenedor span{
    padding-right: 5px;
}

.notificacion_contenedor:hover .res_tool{
	display: block;
    right: 3px;
    font-size: 18px;
}

.notificacion_contenedor .res_tool .apuntador{
    right: 12px !important;
    left: initial;
}

#div_tipo_fecha  input[type="radio"] + label {
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.resultado_sobre_filtro {
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 97%;
    height: 94%;
    overflow: auto;
    background: #012a5c;
    padding: 10px;
    border-radius: 10px;
    z-index: 9999;
}

.botonpdf{
	margin-bottom: 2px;

}

.botonpdf .btn{
	color: #ffffff !important;
}

.cont_res{
    display: none;
    border: inset 2px;
    padding-top: 5px;
    height: 100%;
}

.lista_folios input[type="radio"] + label {
    /*display: none;*/
    background: #4c4c4c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
    background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-left: 5px;
    padding: 0px 5px;
    padding-right: 10px;
    border-radius: 5px 20px 0px 0px;
}

.lista_folios input[type="radio"]:checked + label {
    background: rgb(70,160,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YTBmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBkMDA2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmEwZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(70,160,244,1) 0%, rgba(36,43,229,1) 30%, rgba(13,0,102,1) 50%, rgba(36,43,229,1) 70%, rgba(70,160,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,160,244,1)), color-stop(30%,rgba(36,43,229,1)), color-stop(50%,rgba(13,0,102,1)), color-stop(70%,rgba(36,43,229,1)), color-stop(100%,rgba(70,160,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a0f4', endColorstr='#46a0f4',GradientType=0 ); /* IE6-8 */

    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

.lista_folios input[type="radio"]:first-child + label {
    margin-left: 15px;
}

.lista_folios input[type="checkbox"] + label {
    background: rgb(70,160,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YTBmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBkMDA2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmEwZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(70,160,244,1) 0%, rgba(36,43,229,1) 30%, rgba(13,0,102,1) 50%, rgba(36,43,229,1) 70%, rgba(70,160,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,160,244,1)), color-stop(30%,rgba(36,43,229,1)), color-stop(50%,rgba(13,0,102,1)), color-stop(70%,rgba(36,43,229,1)), color-stop(100%,rgba(70,160,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a0f4', endColorstr='#46a0f4',GradientType=0 ); /* IE6-8 */

    padding: 3px 10px 3px 10px;
    color: #FFFFFF;
    text-align: center; /* set width if needed.*/
    border-radius: 10px;
    /*font-size: 22px;*/
    text-decoration: none;
    font-weight: bold;
    border:1px solid #648ABD;
    margin:5px 5px 0px 12px;
    width: 150px;
}

    .lista_folios input[type="checkbox"] + label a {
        color: #FFFFFF;
        text-decoration: none;
    }

.lista_folios input[type="checkbox"] + label:hover  {
    background: rgb(130,242,167); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyZjJhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzBiNDQxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA5MzMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzc3MjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(130,242,167,1) 0%, rgba(11,68,27,1) 49%, rgba(9,51,28,1) 50%, rgba(23,119,33,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,242,167,1)), color-stop(49%,rgba(11,68,27,1)), color-stop(50%,rgba(9,51,28,1)), color-stop(100%,rgba(23,119,33,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82f2a7', endColorstr='#177721',GradientType=0 ); /* IE6-8 */
    color: #FFFFFF;
    /*padding: 3px 20px 3px 20px;*/
    /*padding-left:8px !important;*/
    border: 1px solid #648ABD;
    /*border-bottom: 0;*/
    border-radius: 10px;
    /*opacity: 0.5;*/
    /*font-size: 22px;*/
    text-decoration: none;
    font-weight: bold;
}

/*#resultado {
    height: 98%;    
}*/

.resultado{
    height: 100%;
}

.visor {
    width: 100%;
    height: 100%;
    height: calc(600px);
    height: -moz-calc(600px);
    height: -webkit-calc(600px);
    height: -o-calc(600px);
    height: -ms-calc(600px);
    z-index: 0;
    right: 0;
}

.btn {
    background: rgb(70,160,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YTBmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBkMDA2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmEwZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(70,160,244,1) 0%, rgba(36,43,229,1) 30%, rgba(13,0,102,1) 50%, rgba(36,43,229,1) 70%, rgba(70,160,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,160,244,1)), color-stop(30%,rgba(36,43,229,1)), color-stop(50%,rgba(13,0,102,1)), color-stop(70%,rgba(36,43,229,1)), color-stop(100%,rgba(70,160,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a0f4', endColorstr='#46a0f4',GradientType=0 ); /* IE6-8 */

    padding: 3px 10px 3px 10px;
    color: #FFFFFF !important;
    text-align: center; /* set width if needed.*/
    border-radius: 10px;
    /*font-size: 22px;*/
    text-decoration: none;
    font-weight: bold;
    border:1px solid #648ABD;
    margin:5px 5px 0px 12px;
    width: 150px;
    font-weight: bold;
}

    .btn a {
        color: #FFFFFF !important;
        text-decoration: none;
        font-weight: bold;
    }

    .btn:hover {
       background: rgb(130,242,167); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyZjJhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzBiNDQxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA5MzMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzc3MjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(130,242,167,1) 0%, rgba(11,68,27,1) 49%, rgba(9,51,28,1) 50%, rgba(23,119,33,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,242,167,1)), color-stop(49%,rgba(11,68,27,1)), color-stop(50%,rgba(9,51,28,1)), color-stop(100%,rgba(23,119,33,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(130,242,167,1) 0%,rgba(11,68,27,1) 49%,rgba(9,51,28,1) 50%,rgba(23,119,33,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82f2a7', endColorstr='#177721',GradientType=0 ); /* IE6-8 */



        color: #FFFFFF;
    /*padding: 3px 20px 3px 20px;*/
    /*padding-left:8px !important;*/
    border:1px solid #648ABD;
    /*border-bottom: 0;*/
    border-radius:10px;
    /*opacity: 0.5;*/
    /*font-size: 22px;*/
    text-decoration: none;
    font-weight: bold;
    }

.cerrar {
    background: #a10817;
    border-radius: 10px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff !important;
    border: outset;
    width: 25px;
    height: 25px;
    text-decoration: none;
    text-align: center;
}

.bloqueo{
    display: none;
    position: fixed;
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.progreso{
    display: none;
    position: fixed;
    float: left;
    top: 40%;
    left: 40%;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

::placeholder {
    color: #c1c0c0;
    font-weight: normal;
    font-size: large;
} 

.error_fecha {
    display: none;
    top: -20px;
    position: relative;
    z-index: 9999;
    width: 180px;
    color: #ffffff;
    text-align: center;
    background: #000000;
    border-radius: 10px;
    opacity: 0.9;
}

.error_fecha_puntero {
    top: -8px;
    width: 0px;
    height: 0px;
    z-index: 9999;
    position: absolute;
    border-bottom: 8px solid #131313;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

#MainContent_TBuscar{
    display: none;
}

/*#div_tipo_fecha {
    display: none;
}*/

.fondo_comun .panel_titulo {
    display: none !important;
}

.columna_estado_sin_recibir, .columna_estado_sin_resultado, .columna_estado_ninguno, .columna_estado_algunos, .columna_estado_todos, .columna_estado_autorizado {
    margin: auto;
    width: 24px;
    height: 24px;
    border-radius: 10px;
}

.columna_estado_sin_recibir {
    background: url(/Imagenes/Gris_Off.png);
    background-size: 24px;
    background-repeat: no-repeat;
}

.columna_estado_sin_resultado {
    background: url(/Imagenes/Rojo_Off.png);
    background-size: 24px;
    background-repeat: no-repeat;
}

.columna_estado_ninguno {
    background: url(/Imagenes/Naranja_Off.png);
    background-size: 24px;
    background-repeat: no-repeat;
}

.columna_estado_algunos {
    background: url(/Imagenes/Amarillo_Off.png);
    background-size: 24px;
    background-repeat: no-repeat;
}

.columna_estado_todos {
    background: url(/Imagenes/Verde_off.png);
    background-size: 24px;
    background-repeat: no-repeat;
}

.columna_estado_autorizado {
    background: url(/Imagenes/Azul_Off.png);
    background-size: 24px;
    background-repeat: no-repeat;
}

.columna_vinc_res, .columna_titulo_vinc_res {
    width: 30px;
}

.salir {
    background: url(/Imagenes/cerrar_sesion.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    border: none;
    width: 24px;
    height: 24px;
}

.vinc_res {
    display: flex;
    width: 20px;
    padding: 0px;
    margin: 0px;
    padding-top: 3px;
}

.flotante {
    /*display: inline;*/
    padding: 5px 10px;
    background: url(Imagenes/Ventana.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    margin-left: 5px;
}

.pestana {
    /*display: inline;*/
    padding: 5px 10px;
    background: url(Imagenes/tab_new.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    margin-left: 5px;
}

#Res {
    display: none;
}

.alerta_base {
    width: 24px;
    height: 24px;
    background: url(Imagenes/alerta.png);
    background-repeat: no-repeat;
    background-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.semaforos {
    width: 250px;
    display: inline-block;
    position: fixed;
    background: #39864d;
    padding: 5px;
    right: 0px;
    bottom: -220px;
    z-index: 1;
    border: 2px solid #004919;
    border-radius: 5px 0px 0px 0px;
    transition: all 300ms;
}

    .semaforos:hover {
        bottom: 0px;
    }

.semaforo {
    width: max-content;
    float: left;
    margin: 0px;
    margin-right: 5px;
}

.semaforo_general {
    width: max-content;
    float: left;
    margin: 0px;
    background: #343436;
    border-radius: 10px;
    margin-top: -31px;
    margin-left: 190px;
    border: 1px solid #E6E3DD;
}

.semaforo_simbolos {
    background: #343436;
    border-radius: 10px;
    float: left;
}

.simbolo_error {
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px 0px 5px 5px;
    border-radius: 10px;
    background: #4e0101;
    border: 2px outset #787676;
}

.simbolo_procesando {
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px 0px 5px 5px;
    border-radius: 10px;
    background: #b19e04;
    border: 2px outset #787676;
}

.simbolo_exito {
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 10px;
    background: #075b01;
    border: 2px outset #787676;
}

.texto_semaforo {
    color: #ffffff;
    margin-left: 2px;
    font-size: small;
}

.semaforo_procesando .simbolo_procesando {
    background: #f5ec4f !important;
}

.semaforo_error .simbolo_error {
    background: #ed0505 !important;
}

.semaforo_exito .simbolo_exito {
    background: #3afa03 !important;
}

.semaforo_actualiza {
    width: 24px;
    height: 24px;
    background: url('Imagenes/Refresh-icon.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px outset;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
}

.semaforo_actualiza_general {
    position: absolute;
    margin-left: 225px;
}

.listado_tabla {
    display: table;
    width: calc(100% - 2px);
    margin: auto;
    overflow: auto;
    border: 1px solid #012a5c;
    border-radius: 12px 12px 0px 0px;
}

.listado_tr {
    display: table-row;
}

.listado_th {
    display: table-cell;
    background: #012a5c;
    background: -moz-linear-gradient(top, #012a5c 0%, #032dc1 50%, #032dc1 51%, #012a5c 100%);
    background: -webkit-linear-gradient(top, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
    background: linear-gradient(to bottom, #012a5c 0%,#032dc1 50%,#032dc1 51%,#012a5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5c', endColorstr='#012a5c',GradientType=0 );
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
    padding: 5px;
    font-size: initial;
    text-align: center;
}

    .listado_th:first-child {
        border-radius: 10px 0px 0px 0px;
    }

    .listado_th:last-child {
        border-radius: 0px 10px 0px 0px;
    }

.listado_td {
    display: table-cell;
    padding: 5px;
    border-right: 1px solid #ffffff;
    color: #000000;
    font-weight: 100;
    font-size: initial;
    vertical-align: middle;
}

    .listado_td:last-child {
        border-right: none;
    }

.global_todos {
    float: left;
}


.barra_progreso {
    height: 48px;
    width: calc(100% - 24px);
    margin-left: 0px;
    margin-right: 10px;
    border: 2px inset #004919;
    background: #004919;
    position: absolute;
    margin-top: 20%;
}

.porcentaje_progreso {
    padding-top: 10px;
    min-height: 80%;
    width: 0px;
    background: #d2ff52;
    background: -moz-linear-gradient(left, #d2ff52 0%, #91e842 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d2ff52), color-stop(100%, #91e842));
    background: -webkit-linear-gradient(left, #d2ff52 0%, #91e842 100%);
    background: -o-linear-gradient(left, #d2ff52 0%, #91e842 100%);
    background: -ms-linear-gradient(left, #d2ff52 0%, #91e842 100%);
    background: linear-gradient(to right, #d2ff52 0%, #91e842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=1 );
    text-align: center;
}

    .porcentaje_progreso span {
        color: #004919;
        font-weight: bold;
        padding-top: 10px;
    }

.resultados_global {
    position: absolute;
    margin-top: -33px;
    margin-left: 5px;
}

.genera_global, .genera_global :hover {
    width: 104px !important;
    border-radius: 5px !important;
    float: left;
    margin: 0px 5px !important;
}

    .genera_global span {
        font-size: 13px !important;
    }

.onoffswitch {
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block !important;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 10px;
    height: 25px;
    padding: 0px !important;
    background-image: none !important;
    margin: 0px !important;
    width: 60px !important;
}

.onoffswitch-inner {
    display: block !important;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block !important;
        float: left;
        width: 50%;
        height: 25px;
        padding: 0;
        line-height: 25px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Activo";
        padding-left: 10px;
        background: rgb(70,160,244); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YTBmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBkMDA2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzI0MmJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmEwZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(70,160,244,1) 0%, rgba(36,43,229,1) 30%, rgba(13,0,102,1) 50%, rgba(36,43,229,1) 70%, rgba(70,160,244,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,160,244,1)), color-stop(30%,rgba(36,43,229,1)), color-stop(50%,rgba(13,0,102,1)), color-stop(70%,rgba(36,43,229,1)), color-stop(100%,rgba(70,160,244,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(70,160,244,1) 0%,rgba(36,43,229,1) 30%,rgba(13,0,102,1) 50%,rgba(36,43,229,1) 70%,rgba(70,160,244,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a0f4', endColorstr='#46a0f4',GradientType=0 ); /* IE6-8 */
        color: #FFFFFF;
        text-align: left;
    }

.si:before {
    content: "Si" !important;
}

.si:after {
    content: "No" !important;
}

.onoffswitch-inner:after {
    content: "Inactivo";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block !important;
    width: 15px;
    margin: 5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 2px solid #999999;
    border-radius: 10px;
    transition: all 0.3s ease-in 0s;
}


.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.sino {
    width: 60px;
}

.contenedor_pestana_sitios {
    position: fixed;
    left: -274px;
    width: 260px;
    top: 50%;
    height: calc(50% - 24px);
    background: #39864d;
    border: 2px solid #004919;
    border-radius: 0px 0px 5px 0px;
    padding: 10px 5px;
    transition: all 0.3s ease-in 0s;
    z-index: 9900;
}

    .contenedor_pestana_sitios:hover {
        left: 0px;
        transition: all 0.3s ease-in 0s;
    }

.titulo_pestana_sitios {
    position: absolute;
    margin-left: 260px;
    margin-top: -7px;
    width: 22px;
    height: max-content;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    background: #004919; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDkxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwNzcxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwNzcxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #004919 0%, #00771f 49%, #00771f 51%, #004919 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004919), color-stop(49%,#00771f), color-stop(51%,#00771f), color-stop(100%,#004919)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #004919 0%,#00771f 49%,#00771f 51%,#004919 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #004919 0%,#00771f 49%,#00771f 51%,#004919 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #004919 0%,#00771f 49%,#00771f 51%,#004919 100%); /* IE10+ */
    background: linear-gradient(to bottom, #004919 0%,#00771f 49%,#00771f 51%,#004919 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004919', endColorstr='#004919',GradientType=0 ); /* IE6-8 */
    font-weight: bold;
    color: #ffffff;
    padding: 5px 1px;
    cursor: default;
    border-radius: 10px 0px 0px 10px;
}

.lista_pestana_sitios {
    min-width: 100%;
    min-height: 100%;
    overflow-y: auto;
}

.pestana_sitios + label {
    display: inline !important;
    background-image: none !important;
    background: #39864d;
    color: #ffffff;
    /*height: max-content;*/
    /*writing-mode: vertical-lr;
    transform: rotate(180deg);*/
    text-align: center;
    width: 20px;
    margin: 0px;
    padding: 2px 2px;
    padding-left: 34px !important;
}

.pestana_sitios:checked + label {
    background: #004919 url('Imagenes/Flecha triple.png') !important;
    background-size: auto 14px !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    color: #ffffff !important;
    width: 100%;
}

.pestana_tabla {
    display: table;
}

.pestana_tr {
    display: table-row;
}

.pestana_td {
    display: table-cell;
    height: 26px;
}

.no_pac {
    color: #252525 !important;
}

.ayuda_flotante {
    position: relative;
    display: inline;
    text-decoration: none;
}

    .ayuda_flotante span {
        display: none;
        background: #39864d;
        font-weight: 100;
        color: #FFFFFF;
        border: 2px solid #004919;
        border-radius: 10px;
        margin: 0px;
        width: max-content;
        height: max-content;
        text-align: left;
        text-decoration: none;
        padding: 10px;
        margin-top: 6px;
        margin-left: -5px;
        position: absolute;
        transition: all 0.3s ease-in 0s;
    }

    .ayuda_flotante:hover span {
        display: block;
        visibility: visible;
        opacity: 1;
        z-index: 999;
        transition: all 0.3s ease-in 0s;
    }

.ayuda_info {
    display: table;
}

.ayuda_tr {
    display: table-row;
}

.ayuda_td {
    display: table-cell;
    min-width: 30px;
}

.ayuda_guia {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 5px;
    /*margin-left: -8px;*/
    width: 0;
    height: 0;
    border-bottom: 8px solid #004919;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

#vinculos a {
    color: #ffffff;
    font-size: large;
    text-decoration: none;
    background: url(Imagenes/clip.png);
    background-size: auto 12px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 30px;
    margin: 5px;
}

.datos_respuesta {
    font-size: 18px;
}

.ui-tooltip, .arrow:after {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000;
    width: 400px;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: max-content;
        height: max-content;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

/*.body-style b, .body-style a {
    color: #000000;
}*/

.listado_th.columna_seleccionar {
    width: 110px;
}

.seleccionar_ordenes, .genera_ordenes_seleccionados, .genera_ordenes_todos {
    font-size: 12px;
    width: 120px;
    margin: 0px;
}

.genera_ordenes_seleccionados {
    left: 107px;
}

.genera_ordenes_todos {
    left: 230px;
}

.ui-widget.ui-widget-content:disabled {
    background-color: #4c4c4c !important;
    color: #ccc;
}

.opciones_globales {
    background: #39864d;
    border: 2px solid #004919;
    border-left: 0px;
    width: 200px;
    position: absolute;
    left: -222px;
    height: 300px;
    bottom: 42px;
    padding: 10px;
}

.pestana_globales {
    margin-left: 142px;
    padding: 0px 10px 4px 30px;
    position: absolute;
    bottom: 68px;
    display: inline-block;
    background: #004919; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDkxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwNzcxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwNzcxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #004919 0%, #00771f 49%, #00771f 51%, #004919 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004919), color-stop(49%,#00771f), color-stop(51%,#00771f), color-stop(100%,#004919)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #004919 0%,#00771f 49%,#00771f 51%,#004919 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #004919 0%,#00771f 49%,#00771f 51%,#004919 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #004919 0%,#00771f 49%,#00771f 51%,#004919 100%); /* IE10+ */
    background: linear-gradient(to bottom, #004919 0%,#00771f 49%,#00771f 51%,#004919 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004919', endColorstr='#004919',GradientType=0 ); /* IE6-8 */
    /*    font-weight: bold;*/
    font-size: 14px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    color: #ffffff !important;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 15px 40px;
    width: max-content;
}

.opciones_globales, .pestana_globales {
    /* Desplegado suave con transiciones */
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #000000;
}

    .opciones_globales:hover {
        left: 0;
    }

.titulo_columna_vinc_descarga, .columna_vinc_descarga {
    width: 20px;
}

.vinc_descarga {
    display: flex;
    width: auto;
    padding: 0px;
    margin: 0px;
    padding-top: 3px;
    height: 24px;
}

.descarga_resultado {
    padding: 15px 10px;
    background: url(Imagenes/icono-pdf.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
}

.listado_base_datos {
    float: left;
}

    .listado_base_datos .opcion {
        height: 34px;
    }

.permisos_usuario .opcion {
    height: 38px;
}

[data-title]:hover:after, [data-alt]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after, [data-alt]:after {
    content: attr(data-title);
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    /* font-family: Raleway; */
    position: absolute;
    padding: 3px 20px;
    bottom: -2.6em;
    left: 0%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #ffffff;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
}

[data-title], [data-alt] {
    position: relative;
}

/*#div_no_result, #div_area, #div_medico, #div_servicio, #div_estudios, #div_empresa, #MainContent_div_delegacion, #MainContent_div_unidad {
    display: none !important;
}*/

.actualiza_catalogo_bzn {
    background: url(Imagenes/Refresh-icon.png) #004919;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: 18px auto;
    width: max-content;
    text-align: left;
    padding-left: 24px;
    border-radius: 5px;
    border: none;
}

    .actualiza_catalogo_bzn:hover {
        background: url(Imagenes/Refresh-icon.png) #004919;
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: center;
        background-size: 18px auto;
        width: max-content;
        text-align: left;
        padding-left: 24px;
        border-radius: 5px;
        border: 1px solid #ffffff !important;
        font-weight: bold;
    }