@charset "utf-8";
@font-face{
  font-family:alarm;
  src:url(alarm.ttf);
}

html{
    box-sizing: border-box;
}
*, *:after, *:before {
  box-sizing: inherit;
  margin:0;
  padding:0;
}

body{
    background-color: #FFFFFF;
}

.RlojJs{
  position: relative;
  top: -100px;
}

/* ***************  LOGIN *************** */
.ClsDtos_ing{
  position: absolute;
  width: 1000px;
  border: 3px solid #E1E1E1;
  border-radius: 4px;
  padding: 15px;	
  top: 420px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clss_inp_trj{
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.clss_txt_ayda{
  font-size: 11px;
  padding: 1px 0px 10px 5px;
  color: darkblue;  
}
.clss_ini_Inscrpcion{
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 16px;
  padding: 10px 12px;  
}
.clss_div_msg_vld{
  font-size: 12px;
  padding: 2px 0px 2px 0px;
  color: darkblue;  
  font-weight: bold;
}
.clss_div_msgFN_vld{
  font-size: 18px;
  padding: 2px 0px 2px 0px;
  color: darkblue;  
  font-weight: bold;
}
.Cls_btn_ing{
  cursor: pointer;
}
.clss_staff{  
  margin-top: -7px;
  padding: 0px 70px 0px 0px;  
}

#div_Container {
  position:relative;
  top: 0px;
  margin: 40px auto;
  padding: 40px 20px 20px 40px;
  width: 1000px;
  font-family: Arial;
  font-size: 13px;
  color: #333;
  background-color: #F9F7FC;
  border: 1px solid rgb(193,193,193);
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}


.cronometro{
  position: relative;
  font-family: alarm;
  width:200px;
  height:100px;  
  text-align:center;
  margin-right: auto;
  margin-left: auto;
} 
#hms{
  height:68px;
  padding:5px 0;
  font-size:50px;
  color:#000;
  font-family: alarm;  
 }