
body {
    min-width:1008px;
}
a
{
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover
    {
        color: #333;
    }

    a:hover
    {
        color: #000;
    }

/* Paneles flotantes */
.border
{
    border: 1px solid gray;
}

.divCorreo
{
    width: 850px;
    margin: 0px auto;
}

.vertical_align_middle
{
    vertical-align: middle;
}
.vertical_align_Baseline
{
    vertical-align: baseline;
}
.font_inherit_txt
{
    font-family: inherit;
    font-size: 12px;
}

.txt_font_color
{
    background: #FFFBEA;
}

.width_full_inline
{
    width: 100%;
    height: 65px;
    display: inline;
    float: none;
}

.width_almost_full
{
    width: 95%;
}

.max_width
{
    min-width: 1000px;
    width: 1300px;
}

.height_almost_full
{
    height: 95%;
}

.height_small
{
    height: 250px;
}

.height_medium
{
    height: 500px;
}

.height_inter
{
    height: 150px;
}

.logo_cloud_uu,.classCerrarSessionShadow, .logogyslogin  {
display:none;
}

.height_tiny
{
    height: 30px;
}

.height_xxtiny
{
    height: 90px;
}

.height_xtiny
{
    height: 60px;
}

.width_small
{
    width: 180px;
}

.width_medium
{
    width: 200px;
}

.width_inter
{
    width: 400px;
}

.width_large
{
    width: 600px;
}

.width_maxlarge
{
    width: 800px;
}

.back_white
{
    background: white;
}

.vertical_align_top
{
    vertical-align: top;
}

.scroll_short_y
{
    max-height: 220px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.width_full
{
    width: 100%;
    height: 20px;
    display: inline;
    float: none;
}

.width_full_block
{
    width: 100%;
    height: auto;
    display: block;
}

.margin_bottom
{
    margin-bottom: 15px;
}

.margin_top
{
    margin-top: 15px;
}

.margin_right
{
    margin-right: 10px;
}

.font_common
{
    font-family: Segoe UI,Arial,sans-serif;
}

.position_absolute
{
    position: absolute;
    margin: 5px;
}

.bold
{
    font-weight: bold;
}

.inline_block_tiny
{
    width: 60px;
    display: inline-block;
    text-align: right;
}

.inline_block_medium
{
    width: 120px;
    display: inline-block;
    text-align: center;
    text-decoration: solid;
}

.inline_block_small
{
    width: 200px;
    display: inline-block;
    text-align: right;
}

.width_medium
{
    width: 500px;
}

.width_inherit
{
    width: inherit;
}

.inline_table_small
{
    display: inline-table;
}

.inline_block
{
    display: inline-block;
}

.padding_right
{
    padding: 4px;
    padding-right: 50px;
}

.word_wrap
{
    word-wrap: break-word;
}

.text_align_justify
{
    text-align: justify;
    padding: 2px;
}

.div_float_left
{
    float: left;
    text-align: center;
    width: 480px;
    height: 200px;
    padding: 0px;
    margin: 20px;
}

.div_float_right
{
    float: right;
    text-align: center;
    width: 480px;
    height: 200px;
    padding: 0px;
    margin: 20px;
}

.float_right
{
    float: right;
}

.float_left
{
    float: left;
}

.btn_tiny
{
    font-size: 12px;
    width: 100px;
    height: 24px;
    align-content: center;
    padding: 0px;
}


.z_index_inter
{
    z-index: 1;
}

.vertical_align
{
    vertical-align: middle;
}

.border_image
{
    border-color: rgb(162, 129, 0);
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}

.position_fixed
{
    position: fixed;
}

/* Estilo de paginacion del grid view*/
.grid
{
    border-width: 0px;
    font-size: 12px;
    margin-right: 208px;
}

    .grid caption
    {
        background: #5D7B9D;
        color: #15428B;
        text-align: left;
        line-height: 22px;
        font-size: 11px;
        font-weight: bold;
        padding-top: 2px;
        padding-left: 2px;
        font-family: tahoma,arial,verdana,sans-serif;
    }

    .grid table
    {
        border: solid 1px #99BBE8;
        height: 30px;
    }

    .grid th
    {
        background: transparent;
        height: 19px;
        border: solid 1px #99BBE8;
        font-weight: normal;
    }

    .grid td
    {
        border: 1px solid #99BBE8;
        color: Black;
        height: 25px;
    }

.pagerstyle
{
    font-size: x-small;
    text-align: right;
    background-position: bottom left;
    background: #555556;
    color: #ffffff;
    margin: 0;
}

.gopag
{
    font-size: x-small;
    width: 20px;
}

.pagprev
{
    background: transparent url("../Images/previous.png") no-repeat scroll center;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 0px;
}

.pagnext
{
    background: transparent url("../Images/next.png") no-repeat scroll center;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: 0px;
}

.pagfirst
{
    background: transparent url("../Images/first.png") no-repeat scroll center;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border: 0px;
}

.paglast
{
    background: transparent url("../Images/last.png") no-repeat scroll center;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border: 0px;
}

input[type="submit"].Boton
{
    background-color: #ffffff;
    color: #555556;
    border: 2px solid #555556;
    margin-bottom: 0px;
    height: 30px;
    font-size: 13px;
}

    input[type="submit"].Boton:hover
    {
        background-color: #555556;
        color: #ffffff;
        border: 2px dotted #ffffff;
        height: 30px;
        font-size: 13px;
    }

.row
{
    display: table-row;
}

.cell
{
    display: table-cell;
    padding: 5px, 5px, 5px,5px;
}
/* Fin Paginado */

/* Inicio PopUp */
#popupcontainer
{
    display: table;
    border: dashed 1px gray;
}

.popupcontainercell
{
    padding: 5px;
    border-spacing: 5px;
}
/* Fin PopUp */

*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: transparent;
    background-position: left top;
    background-attachment: scroll;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
   /* width:1200px;*/
}

.wrapper
{
    width: 360px;
    margin: 0 auto;
}

#content
{
    min-width: 1008px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
}

    #content .margen
    {
        padding-top: 150px;
        padding-left: 20px;
        padding-right: 20px;
    }

.table
{
    width: 100%;
    display: table;
}

.logo-gys
{
    width: 212px;
    height: 235px;
    margin: 0 auto;
    background: transparent url("../Images/logo-gys.png") no-repeat scroll left top;
}

#formulario .cont-form
{
    padding: 13px;
    border: 1px solid #FFFFFF;
}

.cuerpo-form
{
    padding: 0 36px;
}

#formulario input[type="text"], #formulario input[type="password"]
{
    background-color: #FEF092;
    border: 1px solid #DCA500;
    color: #222222;
    height: 28px;
    width: 100%;
    padding: 5px 0 5px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spacing
{
    margin-top: 8px;
}

    .spacing label
    {
        font-weight: normal;
        color: #966E00;
        display: block;
        font-family: Arial;
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 8px;
    }

.bg-form
{
    background: url("../Images/Login/shadow-form.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 100%;
    padding-bottom: 47px;
}

input[type="button"].btn-gys, input[type="submit"].btn-gys, input[type="reset"].btn-gys, input[type="file"].btn-gys
{
    background: url(../Images/Login/bg-button.jpg) repeat-x scroll left top;
    border: 1px solid #555556;
    border-radius: 5px;
    color: #555556;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    padding: 5px 25px;
    min-width: 50px;
}

    input[type="button"].btn-gys:hover, input[type="submit"].btn-gys:hover, input[type="reset"].btn-gys:hover, input[type="file"].btn-gys:hover
    {
        background: url(../Images/Login/bg-button_hover.jpg) repeat-x scroll left top;
        border: 1px solid #555556;
        color: #ffffff;
    }

#formulario input[type="button"].btn-gys, #formulario input[type="submit"].btn-gys, #formulario input[type="reset"].btn-gys
{
    float: right;
    margin-top: 13px;
}

#bg, #bg_principal
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.bgwidth
{
    min-width: 1000px;
    width: 100%;
}

.bgheight
{
    min-height: 700px;
    height: 100%;
}

#content nav
{
    height: auto;
}

    #content nav article
    {
        width: 100%;
        padding-bottom: 100px;
    }

.lblError
{
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* Inicio Mantenimientos */

.txtBuscar_Mantenimiento
{
    width: 300px;
}

.txtMax
{
    width: 100%;
    height: 130px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0px;
    color: #000000;
    display: inline;
}

.Titulo_Mantenimiento
{
    font-size: medium;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
}

.SubTitulo_Mantenimiento
{
    font-size: small;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.ImagenUser
{
    cursor: pointer;
    width: 20px;
}

.ui-dialog .ui-state-error
{
    padding: .3em;
}

.validateTips
{
    border: 1px solid transparent;
    padding: 0.3em;
}

/* Mantenimiento General */

table.GV_MantenimientoGeneral
{
    min-width: 400px;
    margin: 20px auto;
}

    table.GV_MantenimientoGeneral td,
    table.GV_MantenimientoGeneral th
    {
        border-collapse: collapse;
        font-size: 13px;
    }

    table.GV_MantenimientoGeneral tr th,
    table.GV_MantenimientoGeneral tr.pagerstyle,
    table.GV_MantenimientoGeneral .Footer
    {
        padding: 5px;
        font-weight: bold;
        color: #4C3000;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #d19405;
        background: #fece2f url(images/ui-bg_gloss-wave_60_fece2f_500x100.png) 50% 50% repeat-x;
    }
    .Header
    {
        padding: 5px;
        font-weight: bold;
        color: #4C3000;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #d19405;
        background: #fece2f url(images/ui-bg_gloss-wave_60_fece2f_500x100.png) 50% 50% repeat-x;
    }
        table.GV_MantenimientoGeneral .Footer td
        {
            border: none;
            text-align: center;
        }

        table.GV_MantenimientoGeneral .Footer th
        {
            border: none;
        }

        table.GV_MantenimientoGeneral tr.pagerstyle td
        {
            text-align: right;
        }

    table.GV_MantenimientoGeneral tr
    {
        border: 1px solid #8e846b;
        background: #fdf7cc;
        color: #383838;
    }

        table.GV_MantenimientoGeneral tr th:hover
        {
            border: 1px solid #a45b13;
            background: #ffdd57 url(images/ui-bg_gloss-wave_70_ffdd57_500x100.png) 50% 50% repeat-x;
            font-weight: bold;
            color: #381f00;
            /*cursor:pointer;*/
        }

        table.GV_MantenimientoGeneral tr:hover
        {
            border: 1px solid #a45b13;
            background: #ffdd57 url(images/ui-bg_gloss-wave_70_ffdd57_500x100.png) 50% 50% repeat-x;
            color: #381f00;
            /*cursor:pointer;*/
        }

        table.GV_MantenimientoGeneral tr td
        {
            text-align: left;
            padding: 5px;
            vertical-align: middle;
            border: 1px solid #8c8662;
        }

/* Fin Mantenimiento General */

/* Mantenimiento Validar Horas */

#divValidadHoras table.GV_MantenimientoGeneral th,
#divValidadHoras table.GV_MantenimientoGeneral td
{
    border-collapse: collapse;
    font-size: 11px;
}

#divValidadHoras table.GV_MantenimientoGeneral
{
    min-width: 400px;
    margin: 20px auto;
}

    #divValidadHoras table.GV_MantenimientoGeneral td input[type="text"]
    {
        width: 20px;
        font-size: 10px;
    }

/* Fin Mantenimiento Validar Horas */

.GV_Mantenimiento
{
    min-width: 400px;
    margin: 20px auto;
}

table.GV_Mantenimiento
{
    border: 1px solid #555556;
}

table.GV_Mantenimiento, td, th
{
    border-collapse: collapse;
    font-size: 13px;
}

    table.GV_Mantenimiento tr th
    {
        color: #fff;
        vertical-align: middle;
        text-align: center;
        height: 50px;
        background: transparent url(../images/Tabla/cabecera_tabla.png) repeat-x scroll left top;
    }

    table.GV_Mantenimiento .Footer td
    {
        color: #fff;
        vertical-align: middle;
        text-align: center;
        /*height: 50px  ;*/
        background: transparent url(../images/Tabla/cabecera_tabla.png) repeat-x scroll left top;
    }

    table.GV_Mantenimiento tr td
    {
        padding-left: 5px;
        padding-right: 5px;
        height: 35px;
        vertical-align: middle;
        background: transparent url(../images/Tabla/fondo_td.jpg) repeat-x scroll left top;
    }

input[type="text"], input[type="password"]
{
    font-size: 13px;
    padding: 3px;
    vertical-align: middle;
    border: 1px solid #afb2b5;
    height: 15px;
    min-width: 20px;
    background: transparent url(../images/Tabla/fondo_input.jpg) repeat-x scroll left top;
}

    input[type="text"]:disabled, input[type="password"]:disabled
    {
        color: #64696e;
        border: 1px solid #696969;
        background: transparent url(../images/Tabla/fondo_input_disabled.jpg) scroll left top;
        background-size: 100% 100%;
    }


select
{
    min-height: 23px;
    font-size: 13px;
    vertical-align: middle;
    border: 1px solid #afb2b5;
    background-color: #F4F8FD;
}

.scroll
{
    overflow: hidden;
}

textarea
{
    font-size: 13px;
    padding: 3px;
    vertical-align: middle;
    border: 1px solid #afb2b5;
    min-width: 10px;
    background-color: #F4F8FD;
    resize: none;
}

table.GV_Mantenimiento tr td input[type="text"].txtProyecto
{
    width: 190px;
}

table.GV_Mantenimiento tr td input[type="text"].txtTarea
{
    width: 350px;
}

table.GV_Mantenimiento tr td span.lblHP
{
    padding-left: 5px;
    padding-right: 5px;
}

table.GV_Mantenimiento tr td input[type="text"].txtDia
{
    padding-left: -5px;
    font-size: 10px;
    text-align: center;
    width: 20px;
}

table.GV_Mantenimiento tr td input[type="checkbox"].chkFin
{
    width: 14px;
    height: 14px;
}

table.GV_Mantenimiento tr td img.imgs
{
    cursor: pointer;
    margin-top: 3px;
    width: 24px;
    height: 27px;
}

/* font */

.font_tiny
{
    font-size: 10px;
}

.font_small
{
    font-size: 12px;
}

.font_medium
{
    font-size: 14px;
}

.font_normal
{
    font-size: 16px;
}

.font_large
{
    font-size: 20px;
}

/* fin font*/

.row_principal_Mantenimiento
{
    color: #000;
    background-color: #ffffff;
}

.row_alterna_Mantenimiento
{
    color: #000;
    background-color: #F9E677;
}

.txtMantenimiento_small
{
    width: 50px;
}

.txtMantenimiento_medium
{
    width: 100px;
}

.txtMantenimiento_normal
{
    width: 200px;
}

.txtMantenimiento_large
{
    width: 300px;
}

.txtMantenimiento_porce
{
    width: 60%;
}

.th_super_tiny
{
    width: 23px;
}

.th_tiny
{
    width: 40px;
}

.th_dias
{
    width: 45px;
}

.th_small
{
    width: 50px;
}

.th_medium
{
    width: 100px;
}

.th_normal
{
    width: 200px;
}

.th_large
{
    width: 300px;
}

/* txt width */
.txt_tiny
{
    width: 40px;
}

.txt_small
{
    width: 50px;
}

.txt_medium
{
    width: 100px;
}

.txt_inter
{
    width: 150px;
}

.txt_normal
{
    width: 200px;
}

.txt_large
{
    width: 300px;
}
.txt_xlarge
{
    width: 400px;
}
.txt_xxlarge
{
    width: 500px;
}
.txt_xxxlarge
{
    width: 600px;
}
/* Fin txt width */

/* select width */

.sel_tiny
{
    width: 48px;
}

.sel_small
{
    width: 58px;
}

.sel_medium
{
    width: 108px;
}

.sel_inter
{
    width: 158px;
}

.sel_normal
{
    width: 208px;
}

.sel_normal_large
{
    width: 250px;
}

.sel_large
{
    width: 308px;
}

.sel_xlarge
{
    width: 400px;
}

.sel_xxlarge
{
    width: 500px;
}

.sel_xxxlarge
{
    width: 650px;
}
margin_small
{
    margin: 100px;
}

/* Fin select width */

.center
{
    margin: 0px auto;
    text-align: center;
}

.align_center
{
    text-align: center;
}

.align_left
{
    text-align: left;
}

.align_right
{
    text-align: right;
}

.float_left
{
    float: left;
}

.float_right
{
    float: right;
}

.contenedor_mantenimiento_general
{
    text-align: center;
    width: 1100px;
    margin: 0px auto;
}

.contenedor_mantenimiento_lbl
{
    display: inline-block;
    text-align: right;
    width: 250px;
}

.both
{
    clear: both;
}

.contenedor_mantenimiento_txt
{
    display: inline-block;
    text-align: left;
    width: 400px;
}

.contenedor_mantenimiento
{
    display: inline-block;
    text-align: center;
    min-width: 700px;
    padding-bottom: 10px;
}

.asunto
{
    margin: 0px;
    width: 650px;
    height: 30px;
}

.contenedor_libre
{
    display: table;
    text-align: center;
    padding-bottom: 10px;
}

.Encabezado_Mantenimiento
{
    margin: 0 auto;
    width: 80%;
    height: 30px;
}
/* Fin Mantenimientos */

/*Menu General*/

.menu_general
{
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    height: 145px;
    min-width: 1008px;
}

.div_logo_gys_menu
{
    float: left;
    margin-left: 27px;
    padding-top: 5px;
}

.div_panel_usuario_menu
{
    float: right;
    width: 591px;
    height: 79px;
    background: transparent url(../images/Menu/panel_usuario_menu.png) no-repeat;
}

.logo_gys_menu
{
    cursor: pointer;
    width: 112px;
    height: 74px;
    background: transparent url(../images/Menu/logo_gys_menu.png) no-repeat;
}

.cabecera_menu
{
    height: 81px;
    background: transparent url(../images/Menu/fondo_menu_principal.png) repeat-x scroll left top;
}

.cabecera_menu_capa
{
    height: 81px;
    width: 100%;
    float: left;
    background: transparent url(../images/Menu/fondo_menu_principal_capa1.png) no-repeat;
}

.contenido_panel_usuario
{
    width: 356px;
    height: 79px;
    float: right;
}

    .contenido_panel_usuario div.content
    {
        width: 340px;
        height: 64px;
        margin-top: 3px;
        margin-left: 5px;
    }

.logo_panel_usuario
{
    float: left;
    width: 28px;
    height: 29px;
    background: transparent url(../images/Menu/icono_panel_usuario.png) no-repeat;
}

.texto_usuario
{
    padding: 5px;
    margin-top: 5px;
    float: left;
    width: 290px;
    height: 28px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.menu_nombre_usuario
{
    font-weight: normal;
    text-align: justify;
    float: right;
    height: 35px;
    width: 190px;
}

.menu_fecha_sistema
{
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
    float: left;
    height: 28px;
    width: 220px;
}

.texto_logout
{
    margin-top: 5px;
    float: right;
    width: 94px;
    height: 17px;
    margin-right: 20px;
    text-align: right;
    padding-right: 5px;
    font-size: 13px;
    text-decoration: underline;
    font-weight: bold;
}

    .texto_logout a
    {
        color: #f5e27f;
    }

        .texto_logout a:hover
        {
            color: #000;
        }

.cabecera_menu_principal
{
    height: 57px;
    width: 100%;
    float: left;
    background: transparent url(../images/Menu/fondo_menu_desplegable.png) repeat-x scroll left top;
}

/*Fin Menu General*/

.list_box_asig_per
{
    min-width: 300px;
    min-height: 300px;
    background-color: #F4F8FD;
    margin-left: 20px;
}

.content_listbox
{
    margin: 10px;
    display: inline;
    text-align: right;
}

.lst_min_width_medium
{
    min-width: 180px;
    display: inline-block;
}

.pointer
{
    cursor: pointer;
}

input[type="text"].classError, input[type="password"].classError, .classError
{
    border: solid 1px red;
}

/*
    Solicitud Costos
*/
.Row
{
    Width: 600px;
    display: table-row;
    /*border: solid 1px red;*/
}

    .Row .Descipcion
    {
        float: left;
        Width: 180px;
        text-align: right;
        padding-right: 5px;
    }

    .Row .Body
    {
        text-align: left;
        float: left;
        margin-bottom: 10px;
    }

.divDetails
{
    Width: 345px;
    float: right;
    margin-top: auto;
    margin-bottom: auto;
}

    .divDetails textarea
    {
        width: 250px;
    }

    .divDetails .Content
    {
        Padding: 2px;
        display: Table;
        float: left;
    }

        .divDetails .Content input[type="text"]
        {
            Width: 300px;
        }

        .divDetails .Content .Spacing
        {
            margin-bottom: 4px;
        }

    .divDetails .Imagen
    {
        float: right;
        text-align: center;
        vertical-align: middle;
        margin-top: 10px;
    }

        .divDetails .Imagen img
        {
            width: 30px;
        }
/*
    Fin Solicitud Costos
*/

/* asignar aprobadores */
#gbox_TableTareas
{
    margin: 0px auto;
    text-align: center;
}
/* fin asignar aprobadores */

/* perfiles */

.img_perfiles
{
    cursor: pointer;
    border: solid 1px #524f4f;
    width: 25px;
    height: 25px;
}

.GV_MantenimientoGeneral.font_GV_perfil tr th,
.GV_MantenimientoGeneral.font_GV_perfil tr td
{
    font-size: 11px;
}

/* modal perfil */

.modal_perfil_contenedor
{
    width: 450px;
}

    .modal_perfil_contenedor .contenedor_linea
    {
        margin: 5px;
        height: 25px;
        width: 450px;
    }

    .modal_perfil_contenedor .contenedor_label
    {
        height: 25px;
        width: 200px;
        float: left;
        text-align: right;
    }

    .modal_perfil_contenedor .contenedor_input
    {
        height: 25px;
        width: 240px;
        float: right;
        text-align: left;
    }

/* fin modal perfil */

/* perfiles */

/* tabla */

td.Delete input[type="image"]
{
    margin: 0px auto;
    background: url(../images/Tabla/icon_delete.png) no-repeat center;
    color: transparent;
    font-size: 15px;
    border: none;
    height: 18px;
    width: 18px;
}

td.Edit input[type="image"]
{
    margin: 0px auto;
    background: url(../images/Tabla/icon_edit.png) no-repeat center;
    color: transparent;
    font-size: 15px;
    border: none;
    height: 18px;
    width: 18px;
}

td.Delete input[type="image"]:hover
{
    background-color: #fff;
}

td.Edit input[type="image"]:hover
{
    background-color: #fff;
}

/* fin tabla */

/* Opciones Usuario  */

.OpcionesUsuario .cabecera
{
    font-weight: bold;
    font-size: 13px;
    padding: 10px 10px 10px 0px;
}

.OpcionesUsuario .content
{
    padding: 0px 20px;
}

    .OpcionesUsuario .content a
    {
        cursor: pointer;
    }

/* Fin Opciones Usuario  */

/* Modal */

.div_modal
{
    display: none;
}

/* Fin Modal */
.div_Loadin
{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5 );
}

    .div_Loadin .Img
    {
        align-content: center;
        align-items: center;
        text-align: center;
        vertical-align: central;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .div_Loadin .spanCargando
    {
        text-shadow: -5px 7px 10px #dbd8db;
        color: #dbd8db;
    }

.image_size_small
{
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
}

.my_Button
{
    min-width: 160px;
    text-align: left;
    padding-left: 10px;
    min-height: 40px;
    width: auto;
    max-height: 40px;
    margin-top: 15px;
}

    .my_Button span
    {
        font-size: 18px;
        padding-left: 15px;
    }

.mychosen
{
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

.displayTable
{
    display: table;
}

.displayRow
{
    display: table-row;
}


.ContendorPrincipal
{
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.Panel
{
    float: left;
    width: 430px;
    height: 300px;
    /*background-color: red;*/
    padding-top: 10px;
    padding-left: 5px;
}

    .Panel.BorderLeft
    {
        border-right: 2px solid silver;
    }

    .Panel .wrapper
    {
        width: 410px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid silver;
        margin-bottom: 10px;
    }


    .Panel.small
    {
        width: 340px;
    }

        .Panel.small .wrapper
        {
            width: 320px;
            padding-top: 10px;
            padding-bottom: 10px;
            border: 1px solid silver;
            margin-bottom: 10px;
        }


            .Panel.small .wrapper .subContentRight
            {
                float: right;
                margin-bottom: 3px;
                margin-right: 10px;
                /*margin-left:15px;*/
                width: 190px;
                text-align: left;
            }

                .Panel.small .wrapper .subContentRight.tiny
                {
                    float: right;
                    margin-bottom: 3px;
                    /*margin-left:15px;*/
                    width: 160px;
                    text-align: left;
                }

    .Panel.tiny
    {
        width: 220px;
    }

        .Panel.tiny .wrapper
        {
            width: 200px;
            padding-top: 10px;
            padding-bottom: 10px;
            border: 1px solid silver;
            margin-bottom: 10px;
        }

            .Panel.tiny .wrapper .subContentRight
            {
                float: right;
                margin-bottom: 3px;
                margin-right: 20px;
                /*margin-left:15px;*/
                width: 50px;
                text-align: left;
            }

            .Panel.tiny .wrapper .subContentLeft
            {
                float: left;
                margin-bottom: 3px;
                margin-left: 10px;
                width: 100px;
                text-align: left;
            }

.PanelDerecho
{
    float: right;
    width: 800px;
    height: 300px;
    /*background-color: blue;*/
}

.subContentLeft
{
    float: left;
    margin-bottom: 3px;
    margin-left: 10px;
    width: 130px;
    text-align: left;
}

    .subContentLeft.Large
    {
        float: left;
        margin-bottom: 3px;
        margin-left: 10px;
        width: 110px;
        text-align: left;
    }

    .subContentLeft.small
    {
        float: left;
        margin-bottom: 3px;
        margin-left: 10px;
        width: 90px;
        text-align: left;
    }

.subContentRight
{
    float: right;
    margin-bottom: 3px;
    margin-right: 10px;
    /*margin-left:15px;*/
    width: 250px;
    text-align: left;
}

    .subContentRight.Large
    {
        float: right;
        margin-bottom: 3px;
        margin-right: 10px;
        /*margin-left:15px;*/
        width: 300px;
        text-align: left;
    }

    .subContentRight.small
    {
        float: right;
        margin-bottom: 3px;
        /*margin-left:15px;*/
        width: 250px;
        text-align: left;
    }

    .subContentRight.tiny
    {
        float: right;
        margin-bottom: 3px;
        /*margin-left:15px;*/
        width: 160px;
        text-align: left;
    }

.height_medium
{
    height: 155px;
}

.height_normal
{
    height: 390px;
}

.height_Auto
{
    height: auto !important;
}

.NoResize
{
    resize: none;
}

.marginTop_tiny
{
    margin: 5px 0px 0px 0px !important;
}
 .lineBreak
        {
            white-space: pre-line !Important;
        }




 .Footer
    {
       padding: 5px;
font-weight: bold;
color: #4C3000;
vertical-align: middle;
text-align: center;
border: 1px solid #d19405;
background: #fece2f url(images/ui-bg_gloss-wave_60_fece2f_500x100.png) 50% 50% repeat-x;
    }
#permisos-labels label {
    margin-left: 4px;
}
span.label {
    width: 63px;
    display: inline-block;
}
.wrap-selects .chosen-container{
    width: 308px !important;
}
@media (max-width: 1200px) {
    .table-aprobar-solicitudes #txtFechaCosto, .table-aprobar-solicitudes #txtFechaCostoFin {
        width: 137px !important;
    }
}
@media (max-width: 1154px) {
    .wrap-selects .control-label {
        display: inline-block;
        width: 64px;
    }
}