body, html{
    margin: 0px;
    padding: 0px;
    font-family: "Century Gothic";
}
body{
    background-repeat:no-repeat;
}
.err_login{
    font-size: 14px;
    font-weight: bold;
    color: #e10000;
    text-align: center;
}
.err_msj_paso1{
    font-size: 14px;
    font-weight: bold;
    color: #e10000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.err_sin_hrs{
    font-size: 14px;
    font-weight: bold;
    color: #2d2d2d;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.input_log{
    height: 35px;
    border: 1px solid #666666;
    font-weight: bold;
    padding-left: 5px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.input_peque{
    border: 1px solid #666666;
    font-weight: bold;
    padding-left: 5px;
    width: 80px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.input_peque_correo{
    border: 1px solid #666666;
    font-weight: bold;
    padding-left: 5px;
    width: 210px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
/*.input_peque_direccion{
    border: 1px solid #666666;
    font-weight: bold;
    padding-left: 5px;
    width: 351px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}*/

.contenedor_esp, contenedor_pro{
    display: none;
}

.contenedor_tbn{
    margin-top: 15px;
    border: 0px solid #712828;
    text-align: center;
}
.btn{
    background-color: #E4002B;
    color: #ffffff;
    border: 0px;
    padding: 7px;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
}

.fondo_cargando{
    text-align:center;
    position: absolute;
    border: 0px solid black;
    background-color: #d5d5d5;
    width: 400px;
    margin: 0 auto;
    height: 360px;
    margin-top: -335px;
    /*filter: blur(1px);*/    
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.5;
     border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px; 
}

#msj_celular{
    color: red;
    display: none;
}

/*********AUTO COMPLETE********/
.ui-autocomplete-loading {
    background: white url(images/ui-anim_basic_16x16.gif) right center no-repeat;
}

ul.ui-autocomplete.ui-menu{
    max-width:350px;
    height: 170px;
    overflow-y: scroll;
    font-size: 11px;
}

/***combobox****/
 .custom-combobox{
    position: relative;
    display: inline-block;
}
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    height: 26px;
    margin-top: -2px;
}
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    width: 286px;
}
/***combobox****/
/*********FIN AUTO COMPLETE*********/

#CONTENEDOR_PRINCIPAL{
}

#head{
    border: 0px solid #62e4d8;
    /*width: 900px;
    height: 150px;*/
    margin: 0 auto;
   /* background-image: url(../img/head.png);*/
}

#footer{
    border: 0px solid #62e4d8;
    /*width: 900px;
    height: 39px;*/
    /*background-image: url(../img/barra_inferior.png);*/
    margin: 0 auto;
}

#CONTENEDOR{
   width: 700px;
   min-height: 300px; 
   /*background-color: #ffffff;*/
   margin: 0 auto;
   margin-top: 50px;
   border: 0px solid #ff3333;
}

.contenido_c{
    width: 400px;
    margin: 0 auto;
    height: 400px;
    -webkit-box-shadow: 7px 7px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px -10px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    background-color: #EBEBEB;
}

.contenido_c1{
    width: 400px;
    margin: 0 auto;
    height: 350px;
    -webkit-box-shadow: 7px 7px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px -10px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    background-color: #EBEBEB;
    padding-top: 5px;
    margin-top: -30px;
}

.center{
    margin: 0 auto;
    border: 0px solid #6666ff;
    width: 210px;
    padding-top: 10px;
}

#tabla_ingreso table{
    padding-top: 70px;  
}

#tabla_ingreso table{
    margin: 0 auto;
}
#tabla_ingreso .titulo{
    font-weight: bold;
    color: #666666;
}
#tabla_ingreso input{
    width: 200px;
}

.inform_combo{
   font-size: 12px; 
   border: 0px solid #3366ff;
   border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
   background-color: #ffffff;
   width: 350px;
   margin: 0 auto;
   height: 55px;
   /*padding: 5px;*/
   -webkit-box-shadow: 0px 0px 1px 1px #cccccc;
   -moz-box-shadow: 0px 0px 1px 1px #cccccc;
   box-shadow: 0px 0px 1px 1px #cccccc;
   display: table;
   padding-left: 10px;
   margin-top: 5px;
}

.inform_pers{
   font-size: 12px; 
   border: 0px solid #3366ff;
   border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
   background-color: #ffffff;
   width: 350px;
   margin: 0 auto;
   height: 40px;
   /*padding: 5px;*/
   -webkit-box-shadow: 0px 0px 1px 1px #cccccc;
   -moz-box-shadow: 0px 0px 1px 1px #cccccc;
   box-shadow: 0px 0px 1px 1px #cccccc;
   display: table;
   padding-left: 10px;
   margin-top: 5px;
}
.inform_pers div{
    margin: 0px;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
}

.inform_pers img{
    width: 20px;
}

/*********ICONO EN INPUT*********/
.input_text>div {
    position:relative;
    width:340px;
    margin-top:5px;
}
.input_text>div>input {
    box-sizing: border-box;
    padding:10px 30px 10px 10px;
    width:100%;
    border:1px solid #ccc;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.input_text>div>img {
    position:absolute;
    right:10px;
    top:8px;
}
/*********FIN ICONO EN INPUT*********/	

/****************PASO 2****************/
.contenido_c2{
    width: 500px;
    margin: 0 auto;
    height: 640px;
    -webkit-box-shadow: 7px 7px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px -10px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    background-color: #EBEBEB;
    margin-top: -30px;
    padding-top: 10px;
}
.inform_pers_valida{
   font-size: 12px; 
   border: 0px solid #3366ff;
   border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
   background-color: #ffffff;
   width: 450px;
   margin: 0 auto;
   height: 170px;
   /*padding: 5px;*/
   -webkit-box-shadow: 0px 0px 1px 1px #cccccc;
   -moz-box-shadow: 0px 0px 1px 1px #cccccc;
   box-shadow: 0px 0px 1px 1px #cccccc;
   display: table;
   margin-top: 5px;
   padding-top: 10px;
   padding-left: 10px;
}
.inform_pers_valida table{
    width: 440px;
}
.inform_pers_valida table .titulo{
    text-align: right;
    font-size: 11px;
    padding-bottom: 5px;
}
.inform_pers_valida table .datos{
    font-weight: bold;
    padding-bottom: 5px;
}

#contenedor_horas_disp{ 
   width: 460px; 
   height: 330px;
   margin: 0 auto;
   border: 0px solid black;
   background-color: #ffffff;
   border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
   -webkit-box-shadow: 0px 0px 1px 1px #cccccc;
   -moz-box-shadow: 0px 0px 1px 1px #cccccc;
   box-shadow: 0px 0px 1px 1px #cccccc;
   margin-top: 10px;
   overflow-y: scroll;
   overflow-x: hidden;
   padding-top: 5px;
}

#contenedor_horas_disp hr{
    width: 250;
    margin-top: 15px;
    margin-bottom: 5px;
}

#contenedor_horas_disp .hora{
    border: 0px solid #520e0e;
    width: 440px;
    height: 60px;
}
#contenedor_horas_disp .hora tr{
    height: 65px;
}
#contenedor_horas_disp .hora p{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
#contenedor_horas_disp .hora .td_reloj{
    text-align: center;
    width: 50px;
}
#contenedor_horas_disp .hora .td_info{
    width: 275px;
}
#contenedor_horas_disp .hora img{
    width: 20px;
    padding: 5px;
}
.menu_btn{
    border: 0px solid #1d1313;
    padding-top: 9px;
    padding-right: 20px;
    float: right;
}

#contenedor_horas_disp_confirmar{ 
   width: 342px; 
   height: 75px;
   border: 0px solid black;
   background-color: #ffffff;
   border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
   -webkit-box-shadow: 0px 0px 1px 1px #cccccc;
   -moz-box-shadow: 0px 0px 1px 1px #cccccc;
   box-shadow: 0px 0px 1px 1px #cccccc;
   margin-top: 10px;
   padding-top: 5px;
}

#contenedor_horas_disp_confirmar hr{
    width: 250;
    margin-top: 15px;
    margin-bottom: 5px;
}

#contenedor_horas_disp_confirmar .hora{
    border: 0px solid #520e0e;
    width: 440px;
    height: 60px;
}
#contenedor_horas_disp_confirmar .hora tr{
    height: 65px;
}
#contenedor_horas_disp_confirmar .hora p{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
#contenedor_horas_disp_confirmar .hora .td_reloj{
    text-align: center;
    width: 50px;
}
#contenedor_horas_disp_confirmar .hora .td_info{
    width: 275px;
}
#contenedor_horas_disp_confirmar .hora img{
    width: 20px;
    padding: 5px;
}
/**************FIN PASO 2**************/
/**************CONFIRMA CITACION DIALOG**************/
#CONTENEDOR_CONFIRMA{
   width: 450px;
   min-height: 250px; 
   border: 0px solid #2d2d2d;
   margin: 0 auto;
}
#CONTENEDOR_CONFIRMA .info_pers{
    width: 100%;
}

#CONTENEDOR_CONFIRMA .info_pers .titulo{
    text-align: right;
    font-size: 11px;
    padding-right: 5px;
}
#CONTENEDOR_CONFIRMA .info_pers .datos{
    font-weight: bold;
    font-size: 12px; 
}
#CONTENEDOR_CONFIRMA #contenedor_horas_disp_confirmar2 hr{
    width: 250;
    margin-top: 15px;
    margin-bottom: 5px;
}

#CONTENEDOR_CONFIRMA #contenedor_horas_disp_confirmar2{
    width: 370px;
    height: 70px;
    margin: 0 auto;
}
#CONTENEDOR_CONFIRMA #contenedor_horas_disp_confirmar2 .hora{
    border: 0px solid #520e0e;
    width: 350px;
    height: 70px;
    margin: 0 auto;
}
#CONTENEDOR_CONFIRMA #contenedor_horas_disp_confirmar2 .hora tr{
    height: 65px;
}
#CONTENEDOR_CONFIRMA #contenedor_horas_disp_confirmar2 .hora p{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
#CONTENEDOR_CONFIRMA #contenedor_horas_disp_confirmar2 .hora .td_reloj{
    text-align: center;
    width: 50px;
}
#CONTENEDOR_CONFIRMA #contenedor_horas_disp_confirmar2 .hora .td_info{
    width: 275px;
}
#CONTENEDOR_CONFIRMA #contenedor_horas_disp_confirmar2 .hora img{
    width: 20px;
    padding: 5px;
}
/************FIN CONFIRMA CITACION DIALOG***********/

#condiciones{
    display: none;
}