﻿hr {
    border-color: #DFDFDF;
    border-width: 1px;
    border-style: solid;
}

/*estilo del inicio de sesión*/
.movil {
    margin-bottom: 60px;
}
/* -- estilos solo ordenadores de la aplicacion -- */
@media only screen and (min-device-width: 600px) {
    div#global {
        /*width:955px;*/
        max-width: 955px;
        min-width: 600px;
    }

    /* Layout principal .................................................*/

    .principal {
        min-height: 570px;
    }

    .movil {
        margin-bottom: 0px;
    }
}

body {
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    font-family: Trebuchet MS;
    /*font-size: medium;*/
}

textarea, input {
    font-family: Trebuchet MS;
}

/* -- estilos solo ordenadores de la aplicacion -- */
@media only screen and (min-device-width: 600px) {
    .texto_derecha {
        text-align: right;
    }
}

.texto_derechaMovil {
    text-align: right;
}

.texto_derechaSesion {
    text-align: right;
}

.texto_izquierda {
    text-align: left !important;
}

.centrado {
    margin-left: auto;
    margin-right: auto;
}


.bloqueo {
    display: block;
}

/* -- estilos solo ordenadores de la aplicacion -- */
@media only screen and (min-device-width: 600px) {
    .bloqueo {
        display: inline-block;
    }
}

.bloqueoMovil {
    display: inline-block;
}


/* Colocación .......................................................*/

html {
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em; /*background-color: #EFEFEF; 	background: #EFEFEF url(imagenes/pag_fnd2.png); 	background-repeat: repeat-x; 	background-position: right top;*/
}

div#global {
    margin-left: auto;
    margin-right: auto;
}

/* -- estilos solo ordenadores de la aplicacion -- */
@media only screen and (min-device-width: 600px) {
    #sombra {
        float: left;
        width: 100%;
        background: url(imagenes/pag_fnd1.png);
        background-repeat: repeat-y;
        background-position: right bottom;
        margin: 0em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
    }

    #borde {
        float: left;
        margin: 0em 0em 0em 0em;
        border-color: gray;
        border-width: 1px 1px 0px 1px;
        border-style: solid;
        width: 99.2%;
        background-color: #FFFFFF;
    }
}


/* Calendario........................................................*/
.calendar input {
    margin: 0 !important;
    padding: 0 !important;
}

.calendar {
    display: inline !important;
    width: 1%;
    position: absolute;
    margin: 3px 0 0 3px;
}

.calendarIzquierda {
    margin: 23px 0 0 -85px;
}

/* -- estilos solo ordenadores de la aplicacion -- */
@media only screen and (min-device-width: 600px) {
    .calendarIzquierda {
        margin: 23px 0 0 0px;
    }
}

/* Colores .......................................................*/

.color_1 {
    color: White !important;
}

/* Color Azul */
.color_2 {
    color: #0034a0 !important;
}

/* Color Rojo */
.color_3 {
    color: #FF0018;
}

.border-color_1 {
    border-color: White;
}

/* Color Azul */
.border-color_2 {
    border-color: #0034a0;
}

/* Color Rojo */
.border-color_3 {
    border-color: #B4AC95;
}

/* Color de linea gris */
.border-color_4 {
    border-color: #DFDFDF;
}

.background-color_0 {
    background-color: Transparent;
}

.background-color_1 {
    background-color: White;
}

/* Color Azul */
.background-color_2 {
    background-color: #0034a0;
}

/* Color Rojo */
.background-color_3 {
    background: #FF0000 url(imagenes/fondo_cabecera_tablas_rojo.gif) repeat-x; /*background-color: #FF0000;*/
}

/* Color Azul suave*/
.background-color_4 {
    background-color: #FAE8BA;
}

/* Color Gris */
.background-color_5 {
    background-color: #87888b;
}

/* Color Rojo pálido */
.background-color_6 {
    background-color: #f3b4b7;
}

/* Color Naranja pálido */
.background-color_7 {
    background-color: #FFCC99;
}

/* Color Azul clarito*/
.background-color_8 {
    background-color: #d5e0f7;
}

/* Color Naraja Gradiente */
.background-color_9 {
    background: #f6cb5a url(imagenes/fondo_cabecera_tablas_nar.gif) repeat-x; /*background-color: #FF0000;e1c781*/
}

/* Los igualamos porque es el valor más pequeño para un móvil */
.ancho_250px {
    width: 150px;
}

.ancho_150px {
    width: 150px;
}
/* -- estilos solo ordenadores de la aplicacion -- */
@media only screen and (min-device-width: 600px) {
    /* Anchos ..........................................................*/
    .ancho_10 {
        width: 10%;
    }

    .ancho_20 {
        width: 20%;
    }

    .ancho_25 {
        width: 25%;
    }

    .ancho_30 {
        width: 30%;
    }

    .ancho_35 {
        width: 35%;
    }

    .ancho_40 {
        width: 40%;
    }

    .ancho_45 {
        width: 45%;
    }

    .ancho_50 {
        width: 50%;
    }

    .ancho_75 {
        width: 75%;
    }

    .ancho_25px {
        width: 25px;
    }

    .ancho_45px {
        width: 45px;
    }

    .ancho_50px {
        width: 50px;
    }

    .ancho_75px {
        width: 75px;
    }

    .ancho_100px {
        width: 100px;
    }

    .ancho_140px {
        width: 140px;
    }

    .ancho_150px {
        width: 150px;
    }

    .ancho_160px {
        width: 160px;
    }

    .ancho_200px {
        width: 200px;
    }

    .ancho_240px {
        width: 240px;
    }

    .ancho_250px {
        width: 250px;
    }

    .ancho_265px {
        width: 265px;
    }

    .ancho_350px {
        width: 350px;
    }

    .ancho_500px {
        width: 500px;
    }
}
/* Listas ..........................................................*/

table.tabla_datos {
    border-collapse: collapse;
    width: 100%;    
}

    table.tabla_datos th {
        color: white;
        border: solid 1px #0034a0;
        background: #0034a0 url(imagenes/fondo_cabecera_tabalas.gif) repeat-x;
    }

    table.tabla_datos td {
        border: solid 1px #0034a0;
        padding: 0px 5px 0px 5px;
    }

    table.tabla_datos a {
        color: Black;
    }

        table.tabla_datos a:hover {
            text-decoration: none;
        }

table.tabla_datos_tam_fijo {
    border-collapse: collapse;
    /*width: 100%;*/
    width: 1000px;
    height: 1750px;
}

    table.tabla_datos_tam_fijo th {
        color: white;
        border: solid 1px #0034a0;
        background: #0034a0 url(imagenes/fondo_cabecera_tabalas.gif) repeat-x;
    }

    table.tabla_datos_tam_fijo td {
        border: solid 1px #0034a0;
        padding: 0px 5px 0px 5px;
    }

    table.tabla_datos_tam_fijo a {
        color: Black;
    }

        table.tabla_datos_tam_fijo a:hover {
            text-decoration: none;
        }


table.tabla_datos_vacaciones {
    border-collapse: collapse;
    width: 300px;
}

    table.tabla_datos_vacaciones th {
        color: white;
        border: solid 1px #0034a0;
        background: #0034a0 url(imagenes/fondo_cabecera_tabalas.gif) repeat-x;
    }

    table.tabla_datos_vacaciones td {
        border: solid 1px #0034a0;
        padding: 5px 5px 5px 5px;
    }

    table.tabla_datos_vacaciones a {
        color: Black;
    }

        table.tabla_datos_vacaciones a:hover {
            text-decoration: none;
        }

/* Tamaños .........................................................*/

.font-size_10 {
    font-size: 0.63em;
}

.font-size_10px {
    font-size: 10px;
}

.font-size_12 {
    font-size: 0.75em;
}

.font-size_12px {
    font-size: 12px;
}

.font-size_13px {
    font-size: 13px;
}

.font-size_14 {
    font-size: 0.88em;
}

.font-size_14px {
    font-size: 14px;
}

.font-size_16px {
    font-size: 16px;
}

.font-size_20 {
    font-size: 20px;
    font-size: 2vw;
}

.font-bold {
    font-weight: bold;
}

.border-size_1 {
    border-style: solid;
    border-width: 1px;
}

.border-size_05 {
    border-style: solid;
    border-width: 0.05em;
}

/* Validation Sumary ................................................*/
.resumen {
    text-align: left !important;
    width: 300px;
    padding-left: 5px;
}
/* Errores ..........................................................*/
.messageerror {
    color: Red;
    font-size: x-small;
    margin: 0 0em 0 1em;
}
/* Label ............................................................*/

.label {
    margin: 0 10px 0 5px;
    padding: 0 3px 0 3px;
}

.label_espacio_vertical {
    margin: 0 10px 5px 5px;
    padding: 0 3px 0 3px;
}

.lbl_tamanyo {
    display: inline-block;
    width: 70px;
    text-align: left;
}

.txt_tamanyo {
    width: 130px;
    height: 17px;
}

.margenes_error {
    margin-left: 6px;
    padding-top: 6px;
}

.sinborde {
    border-style: none !important;
}

.iconoCuadradito {
    display: block;
    float: left;
    margin-top: 50px;
}

.sinmargenes {
    margin: 0;
    padding: 0;
}

.justificado {
    text-align: justify;
}

.margenestxt {
    padding: 0 3px 0 3px;
}

.gris {
    color: #ebe8e1;
}

.margen_5px {
    margin-left: 5px;
}

/*AutoComplete flyout */
.autocomplete_completionListElement {
    border-bottom: buttonshadow 1px solid;
    text-align: left;
    border-left: buttonshadow 1px solid;
    background-color: inherit;
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
    height: auto !important;
    color: windowtext;
    overflow: auto;
    border-top: buttonshadow 1px solid;
    cursor: "default";
    border-right: buttonshadow 1px solid;
    font-size: 12px;
}

.autocomplete_highlightedListItem {
    padding-bottom: 1px;
    background-color: #ffff99;
    padding-left: 1px;
    padding-right: 1px;
    color: black;
    padding-top: 1px;
}

.autocomplete_listItem {
    padding-bottom: 1px;
    background-color: window;
    padding-left: 1px;
    padding-right: 1px;
    color: windowtext;
    padding-top: 1px;
}

.noMostrar {
    display: none;
}

.mostrar {
    display: inline-block;
}

.margen_txt_5px {
    margin-left: -5px;
}

.inline {
    display: inline;
}

.derecha {
    float: right;
}

/*Solicitudes*/
.positiva {
    color: Green;
}

.negativa {
    color: Red;
}

.tramite {
    color: Black;
}

.fondoPositiva {
    background: #C0EFD5;
}

.fondoNegativa {
    background: #FF8E8E;
}

.fondoTramite {
    background: #F3F2BC;
}

.link {
    text-decoration: underline;
    cursor: pointer;
}

.spankiosko {
    background-color: gray;
    color: white;
    font-weight: bold;
    margin-left: 10px;
    margin-right: -5px;
    padding: 3px 7px 5px 7px;
    font-size: 14px !Important;
}

.spankioskonavegacion {
    float: left;
    padding-top: 4px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: -2px !Important;
}

.notificacionEstibador {
    margin-top: 5px;
}

.ul_prl {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
}

.li_cabecera_prl {
    list-style-type: none;
    text-align: center;
    margin-left: -50px;
}

.ui-widget.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

.ui-widget-content.success-dialog {
    background: #F9F9F9;
    border: 1px solid #90d93f;
    color: #222222;
}

.ui-dialog.success-dialog {
    left: 0;
    outline: 0 none;    
    position: absolute;
    top: 0;
}

.ui-dialog {   
    max-width: 955px;   
}

.ui-dialog .ui-dialog-buttonpane {
    border: 0 !important;
    background: none !important;
}

.ui-dialog.success-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;   
    padding: 6px !important;
    margin: 0;
}

    .ui-dialog.success-dialog .ui-widget-header {
        background: transparent url(imagenes/fondo_cabecera_tabalas.gif) repeat-x scroll left bottom;
        border: 0;
        color: #fff;
        font-weight: normal;
    }

    .ui-dialog.success-dialog .ui-dialog-titlebar {
        padding: 0.1em .5em;
        position: relative;
        font-size: 1em;
    }

.ui-dialog .ui-dialog-buttonpane button {
    background: transparent url(imagenes/fondo_cabecera_tabalas.gif) repeat-x scroll left bottom;
    cursor: pointer;
    margin: 4px -7px 0px 0px !important;
    color: #fff;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

#ctl00_ContentPlaceHolder1_txtFechaComienzo_button1 {
    display: none;
}