﻿

body, form, html, *
{
    margin: 0 0;
    font-size: 11px;
    border: none;
    font-family: Graphik Regular;
}

body
{
    background-image: url(../../Imagenes/bg.jpg) !important;
    font-family: Graphik Regular;
}

form > div#pagina
{
    width: 1024px;
    background-color: White;
    margin: 0 auto;
    margin-top: 0px;
    -moz-box-shadow: 0px 0px 5px #000000;
    -ms-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -o-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#727272, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#727272, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#727272, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#727272, Strength=3, Direction=270);
    border: 1px solid #727272;
    font-family: Graphik Regular;
}

.verde
{
    color: #70B52C;
    font-size: 40px;
}

.colorVerde
{
    color: #70B52C;
}

.nombrePantalla
{
    background-color: #f8f8f8;
    height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 12px;
    border: solid 1px #e7e7e7;
    vertical-align: middle;
}

#LnkCerrar
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ad915f;
}

#LnkCerrar:hover
{
    color: #621132;
}

#hlnkCambioPass
{
    font-weight: bold;
    font-size: 14px;
    color: #ad915f;
    text-decoration: none;
}

#hlnkCambioPass:hover
{
    color: #621132;
}

.colorGris
{
    color: #727272;
}

.header
{
    font-family: Graphik Regular;
    width: 100%;
    height:100px;
    background-image: url(../../Imagenes/header_sifap.png) !important;
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat;
}

.header_login
{
    font-family: Graphik Regular;
    width: 1024px;
    height:100px;
    background-image: url(../../Imagenes/header_login_sifap.png) !important;
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat;
}

.footer
{
    font-family: Graphik Regular;
    width: 100%;
    height:70px;
    background-image: url(../../Imagenes/footer_sifap.png) !important;
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat;
}

#btnLogin
{
    width:155px;
    border: none;
    background: #621132;
    color: #fff;
    padding: 6px;
    font-size: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* CSS3 (Opera 10.5 e Internet Explorer 9) */
    behavior: url(radio.htc);
    border-radius: 5px 5px 5px 5px;
    box-sizing: border-box;
    cursor: pointer;
    /*transition: all 500ms ease; */
}

#btnLogin:hover
{
    background: #ad915f;
}

.link
{
    font-family: Graphik Regular;
    text-decoration: none;
    color: #ad915f !important;
    font-size: 12px;
    background-position: right center !important;
    background-repeat: no-repeat;
    font-weight:bold;
    padding-right: 25px;
    background-color:white;
}

.imgBuscar
{
    background-image: url(../../Imagenes/btn_buscar_SIFAP_activo.png) !important;
}

.imgLimpiar
{
    background-image: url(../../Imagenes/btn_limpiar_SIFAP_activo.png) !important;
}
.imgAgregar
{
    background-image: url(../../Imagenes/btn_agregar_SIFAP_activo.png) !important;
}

.buttonEspecific
{
    height: 25px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 3px;
    padding-left: 15px !important;
    background-color: White;
    background-repeat: no-repeat;
    background-position: 2px 4px !important;
    background-position: left;
    text-align:center;
    text-indent:15px;
}
.buttonAgregar
{
    background-image: url(../../Imagenes/btn_agregar_SIFAP_activo.png) !important;
    color: #621132;
}

.buttonActualizar
{
    background-image: url(../../Imagenes/btn_actualizar_SIFAP_activo.png) !important;
    color: #621132;
}
.buttonAgregar:hover
{
    background-image: url(../../Imagenes/btn_agregar_SIFAP_normal.png) !important;
    color: #808080;
}
.buttonActualizar:hover
{
    background-image: url(../../Imagenes/btn_actualizar_SIFAP_normal.png) !important;
    color: #808080;
}
.btnGraficar
{
    border: none;
    background: #e76e08;
    color: #f2f2f2;
    padding: 5px;
    font-size: 10px;
    -webkit-border-radius: 5px;
    position: relative;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 500ms ease;
}

.btnGraficar:before
{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 23px;
    background: rgba(255,255,255,0.3);
    -webkit-border-radius: 5px;
    -webkit-transition: all 2s ease;
}

.btnGraficar:hover:before
{
    width: 100%;
}


/*CSS GRID*/

.grid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #c1c1c1;
    border-collapse: collapse;
    font-family: Graphik Regular;
}

.grid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #000000;
    font-family: Graphik Regular;
    font-size: 11px;
}

.grid th
{
    padding: 4px 2px;
    color: #000000 !important;
    background: #E6E6E6 repeat-x top;
    border-left: solid 1px #c1c1c1;
    font-size: 12px;
    font-family: Graphik Regular;
}

.grid td a
{
    color: #ad915f;
    text-decoration: none;
    font-family: Graphik Regular;
}

.grid tr:hover
{
    background: #e3ecd7;
}

.grid th a
{
    color: #000000;
    font-size: 12px;
    font-family: Graphik Regular;
    text-decoration: none;
}

.selectedRowGrid
{
    background: #b0b0af;
    font-weight: bold;
     color: #621132;

}
/*FIN CSS GRID*/

/*ESTILOS PARA EL MENU DE LA PAGINA*/
/*OPCION1*/

.botonMenu
{
    height: 25px;
    cursor: pointer;
    font-size: 14px;
    float: left;
    margin-right: 3px;
    padding-left: 15px !important;
    background-color: White;
    border-left: 2px solid #B3B3B3;
    background-repeat: no-repeat;
    background-position: 2px 4px !important;
    background-position: left;
    text-align:center;
    text-indent:15px;
}

.buscar
{
    background-image: url(../../Imagenes/btn_buscar_SIFAP_activo.png) !important;
    color: #ad915f;
}

.buscar:hover
{
    background-image: url(../../Imagenes/btn_buscar_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}

.actualizar
{
    background-image: url(../../Imagenes/btn_actualizar_SIFAP_activo.png) !important;
    color: #ad915f;
}

.actualizar:hover
{
    background-image: url(../../Imagenes/btn_actualizar_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}



.guardar
{
    background-image: url(../../Imagenes/btn_guardar_SIFAP_activo.png) !important;
    color: #ad915f;
}

.guardar:hover
{
    background-image: url(../../Imagenes/btn_guardar_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}

.imprimir
{
    background-image: url(../../Imagenes/btn_imprimir_SIFAP_activo.png) !important;
    color: #ad915f;
}

.imprimir:hover
{
    background-image: url(../../Imagenes/btn_imprimir_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}

.pagar
{
    background-image: url(../../Imagenes/btn_pagar_SIFAP_activo.png) !important;
    color: #ad915f;
}

.pagar:hover
{
    background-image: url(../../Imagenes/btn_pagar_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}

.limpiar
{
    background-image: url(../../Imagenes/btn_limpiar_SIFAP_activo.png) !important;
    color: #ad915f;
}

.limpiar:hover
{
    background-image: url(../../Imagenes/btn_limpiar_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}

.salir
{
    background-image: url(../../Imagenes/btn_cerrar_SIFAP_activo.png) !important;
    color: #ad915f;
}

.salir:hover
{
    background-image: url(../../Imagenes/btn_cerrar_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}

.cancelar
{
    background-image: url(../../Imagenes/btn_cancelar_SIFAP_activo.png) !important;
    color: #ad915f;
}

.cancelar:hover
{
    background-image: url(../../Imagenes/btn_cancelar_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}
.timbrar {
    background-image: url(../../Imagenes/btn_txt_SIFAP_activo.png) !important;
    color: #ad915f;
}

    .timbrar:hover {
        background-image: url(../../Imagenes/btn_txt_SIFAP_activo.png) !important;
        color: #621132;
        background: #E6E6E6 no-repeat;
    }
.exExcel
{
    background-image: url(../../Imagenes/btn_excel_SIFAP_activo.png) !important;
    color: #ad915f;
}

.exExcel:hover
{
    background-image: url(../../Imagenes/btn_excel_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}
.exTxt
{
    background-image: url(../../Imagenes/btn_txt_SIFAP_activo.png) !important;
    color: #ad915f;
}

.exTxt:hover
{
    background-image: url(../../Imagenes/btn_txt_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}
.exExcel1
{
    background-image: url(../../Imagenes/btn_excel_SIFAP_activo.png) !important;
    color: #ad915f;
}

.exExcel1:hover
{
    background-image: url(../../Imagenes/btn_excel_SIFAP_normal.png) !important;
    color: #621132;
    background: #E6E6E6 no-repeat;
}
.menuPagina
{
    margin-left: 3px;
}

.contenidoPagina
{
    margin: 0 auto;
    width: 1000px;
    background-color: white;
}

.titulosPagina
{
    color: #FFFFFF;
    text-align: center;
    background-color: #808080;
    font-weight: bold;
}

.tableMargenGris
{
    background-color: white;
    text-align: left;
    border-left-color: #808080;
    border-bottom-color: #808080;
    border-top-style: solid;
    border-top-color: #808080;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #808080;
    border-bottom-style: solid;
    height: 86px;
}
/*ESTILOS PARA CONTROLES*/
input[type="text"]
{
    border-color: Silver;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
}

select
{
    border-color: Silver;
    border-width: 1px;
    border-style: solid;
    list-style: none outside;
}

textarea
{
    border-color: Silver;
    border-style: solid;
    border-width: 1px;
}
.label
{
    border-color: Silver;
    border-style: solid;
    border-width: 1px;
}

a, a:link{
    font-size: 12px;
    text-decoration: none;
    color: #72a136;
}
a:hover{
    font-size: 12px;
    text-decoration: none;
    color: Gray;
    BORDER-BOTTOM: #317082 1px dotted;
}

/*CSS CALENDARIO*/
.calendario .ajax__calendar_container
{
    width:190px;
    background-color: #ffffff; border:solid 1px #eeeeee;
    -moz-border-radius-topleft: 8px/*{cornerRadius}*/; -webkit-border-top-left-radius: 8px/*{cornerRadius}*/; -khtml-border-top-left-radius: 8px/*{cornerRadius}*/; border-top-left-radius: 8px/*{cornerRadius}*/;
    -moz-border-radius-topright: 8px/*{cornerRadius}*/; -webkit-border-top-right-radius: 8px/*{cornerRadius}*/; -khtml-border-top-right-radius: 8px/*{cornerRadius}*/; border-top-right-radius: 8px/*{cornerRadius}*/; 
    -moz-border-radius-bottomleft: 8px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 8px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 8px/*{cornerRadius}*/; border-bottom-left-radius: 8px/*{cornerRadius}*/;
    -moz-border-radius-bottomright: 8px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 8px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 8px/*{cornerRadius}*/; border-bottom-right-radius: 8px/*{cornerRadius}*/;
}
.calendario .ajax__calendar_body
{
    width:180px;
    height:150px;
    background-color: #ffffff; 
border: solid 1px #eeeeee;
}
.calendario .ajax__calendar_header
{
    background-color: #808080; margin-bottom: 8px;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; 
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/;
} 
.calendario .ajax__calendar_title
{
    color: #ffffff; 
    padding-top: 3px;
}
.calendario .ajax__calendar_next,
.calendario .ajax__calendar_prev
{
    border:solid 2px #ffffff;
    background-color: #ffffff;
    -moz-border-radius-topleft: 18px/*{cornerRadius}*/; -webkit-border-top-left-radius: 18px/*{cornerRadius}*/; -khtml-border-top-left-radius: 18px/*{cornerRadius}*/; border-top-left-radius: 18px/*{cornerRadius}*/;
    -moz-border-radius-topright: 18px/*{cornerRadius}*/; -webkit-border-top-right-radius: 18px/*{cornerRadius}*/; -khtml-border-top-right-radius: 18px/*{cornerRadius}*/; border-top-right-radius: 18px/*{cornerRadius}*/; 
    -moz-border-radius-bottomleft: 18px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 18px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 18px/*{cornerRadius}*/; border-bottom-left-radius: 18px/*{cornerRadius}*/;
    -moz-border-radius-bottomright: 18px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 18px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 18px/*{cornerRadius}*/; border-bottom-right-radius: 18px/*{cornerRadius}*/;
}
.calendario .ajax__calendar_hover .ajax__calendar_next,
.calendario .ajax__calendar_hover .ajax__calendar_prev
{
    border:solid 2px #f7f7f7;
    background-color: #ffffff;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; 
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/;
}
.calendario .ajax__calendar_dayname
{
    text-align:center; 
    margin-bottom: 4px; 
    margin-top: 2px;
    color:#000000;
} 
.calendario .ajax__calendar_day,
.calendario .ajax__calendar_month,
.calendario .ajax__calendar_year
{
    margin:1px 1px 1px 1px;
    text-align:center;
    border:solid 1px #eeeeee;
    color:#000000;
    background-color: #f3f3f3;
}
.calendario .ajax__calendar_hover .ajax__calendar_day,
.calendario .ajax__calendar_hover .ajax__calendar_month,
.calendario .ajax__calendar_hover .ajax__calendar_year
{
    color: #ffffff; 
    font-weight:bold; 
    background-color: #328BC8;
    border:solid 1px #328BC8;
}
.calendario .ajax__calendar_active .ajax__calendar_day,
.calendario .ajax__calendar_active .ajax__calendar_month,
.calendario .ajax__calendar_active .ajax__calendar_year
{
    color: #ffffff; 
    font-weight:bold; 
    background-color: #F7B64A;	
}
.calendario .ajax__calendar_today .ajax__calendar_day
{
    color: #CC0505; 
    font-weight:bold; 
    background-color: #ffffff;	
}
.calendario .ajax__calendar_other,
.calendario .ajax__calendar_hover .ajax__calendar_today
{
    color: #ffffff;
    font-weight:bold;
}
.ajax__calendar_days
{
    background-color: #ffffff;
}
/*FIN CSS CALENDARIO*/
/*POST BACK*/
#UpdateProgress
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background-image: url(../../Imagenes/postback.png) !important;
    background-repeat: repeat !important;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -o-opacity:1;
    -ms-opacity:1;
    -webkit-opacity:1;
    opacity:1;
    -khtml-opacity: 1;
}

#UpdateProgress > div
{
    width:500px;
    height:100px;
    color:#fff;
    text-align:center;
    vertical-align:middle;
    font-size:3em;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-250px;
    position:fixed;
}
/*FIN POST BACK*/

/*NOTIFICACIONES*/
#popup, #popup-Sesion, #popupFix
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 900;
    background-image: url(../../Imagenes/postback.png) !important;
    background-repeat: repeat !important;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -o-opacity:1;
    -ms-opacity:1;
    -webkit-opacity:1;
    opacity:1;
    -khtml-opacity: 1;
}

.popup-body, .popup-body-Sesion {
    min-height: 150px;
    min-width: 400px;
    width: 400px;
    padding: 20px;
    position: absolute;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    left: 50%;
    margin-left: -200px;
    
    top: 25%;
    background: #fafafa;
	
    border: 1px solid #e9e9e9;
    z-index: 1000;
    
    -moz-box-shadow: 0px 0px 15px #fff ;
    -ms-box-shadow: 0px 0px 15px #fff;
    -webkit-box-shadow: 0px 0px 15px fff;
    -o-box-shadow: 0px 0px 15px #fff;
    box-shadow: 0px 0px 15px #fff;

}
.popup-body .popup-exit, .popup-body-Sesion .popup-exit-Sesion {
    cursor: pointer;
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.popup-body .popup-title, .popup-body-Sesion .popup-title-Sesion {
    font-size: 24px;
    border-bottom: 3px solid #808080;
    padding-bottom: 10px;
    cursor:move;
}
.popup-body .popup-content, .popup-body-Sesion .popup-content-Sesion 
{
    margin-top:15px;
    font-size: 13px;
	color:#000;
}
.popup-body .reajustable, .popup-body-Sesion .reajustable-Sesion
{
    width:10px;
    height:10px;
    position:absolute;
    cursor:se-resize;
    right: 0; 
    bottom: 0;
    background-image: url(../../Imagenes/reajustable.png) !important;
}

.sinPostBack {}

.conPostBack {}

/*FIN NOTIFICACIONES*/

/*SESION*/
#tiempoSesion
{
    width: 1012px;
    text-align: right;
    position: fixed;
    top: 10px;
    margin: 0 auto;
    z-index:999;
}
#cronometro
{
    font-size: 1.5em;
    cursor:pointer;
}
#cronometro:hover
{
    color:#72a136;
}
#botonesDialogo
{
    width:210px;
    margin-top:40px;
    margin-left:auto;
}
#botonesDialogo > input
{
    font-size: 18px;
    background-color:White;
    border: 3px solid #808080;
    text-align:center;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    width:100px;
}
/*FIN SESION*/

/*CLASES PARA VALIDACIONES DE JAVASCRIPT*/
.JSNumeros {}
.JSNumerosPunto {}
.JSDosDecimales {}
.JSSeparacionMiles {}
.JSLetras {}
.JSLetrasEspacio {}
.JSLetrasEspacioAcentos {}
.JSLetrasEspacioAcentosPunto {}
.JSLetrasEspacioPunto {}
.JSAlfanumericos {}
.JSAlfanumericosGuion {}
.JSAlfanumericosEspacio {}
.JSAlfanumericosEspacioAcentos {}
.JSAlfanumericosEspacioAcentosPunto {}
.JSAlfanumericosEspacioPunto {}
.JSAlfanumericosExtendido {}
.JSNada {}
.JSValidaRFC{}
/*FIN CLASES PARA VALIDACIONES DE JAVASCRIPT*/
