/*
*   css botonesss
*
*/


*{
    margin: 0;
    padding: 0;
}
body{
    font-family: verdana,arial;
    font-size: 12px;
    background-color: #eceff1 ;
}

/******************************************/

#Contenedor{
  width: 400px;
  margin: 50px auto;
  background-color: #F3EDED;
  border: 1px solid #ECE8E8;
  height: 400px;
  border-radius:8px;
  padding: 0px 9px 0px 9px;
}
 
/**
 * Aplicando al icono de usuario el color de fondo,
 * rellenado de 20px y un redondeado de 120px en forma
 * de un circulo
 */

/**
 * Se aplica al contenedor donde muestra en el pie
 * la opción de olvidaste tu contraseña?
 */

.hola{
    display: inline-block;
    padding-right: 40px;
    padding-top: 20px;
    font-size: 22px;
    color: white;
    font-weight: bold;
} 

/************************/
/*css de tablas y botones de gestion*/
.registro {
   
    font-size: 14px;
    width: 80%;
    margin: auto;
}
.txtOb{
     width: 100%;
    font-size: 18px;
    height: 50px;
}
.btnReg{
    width: 80%;
    margin-left: 10%;
    font-size: 20px;
    height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 30px;
}
.registros{
    width:800px;
    margin: auto;
    padding: 20px;

}

#Inicio, #Fin{
    background-color: orange;
}

#jornadaCompleta{
    text-align: center;
    padding: 10px;
}
.menu{
    display: inline-block;
    width: 100%;
    height: 150px;
}

/**********************************************/



h2{
    text-align: center;
}

.navbar-fixed{
    height: 100px;
}

#fondo{
    background-image: url(../img/fondo-login.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; 
    margin-bottom: 0;
}


/*
.menu{
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 1px 14px 12px -10px rgba(0,0,0,1);
    -moz-box-shadow: 1px 14px 12px -10px rgba(0,0,0,1);
    box-shadow: 1px 14px 12px -10px rgba(0,0,0,1);
    background-color: #1C1C1C;
    text-align: center;
    padding: 10px;
}
*/

/***********************/

.dropdown-content {
    background-color: #FFFFFF;
    color: black;
    margin: 0;
    top: -55px;
    display: none;
    min-width: 120px; /* Changed this to accomodate content width */
    max-height: auto;
    margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
    overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 1000;
    will-change: width, height;
}
.dropdown-content li a {
     color: black;
}

/******************************************/

.opacity{
    background-color:rgba(20,0,0,0.1);

}
.DesTit{
    text-align: center;
    font-size: 20px;
    text-align: center;
    font-weight: bold;

}
.mg{
    padding-right: 10px;
}
.home{
    text-align: center;
}
/*
img{
    width: 50%;
    margin: auto;
}*/
footer{

    width: 100%;
    line-height: 1.5em;
    bottom: 0px;
    padding: 20px;
    text-align: center;
    background-color: black;
    color: white;
}



.bordes{
    padding-left: 20px;
    padding-right: 20px;
}

.accesos i{
    font-size: 50px;
    margin-top: 15px;

}

.oculto{
    display: none;
}
.Thoras{
    margin-top: -70px;
    text-align: right;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 10px;
    background-color: black;
    color: white;
}
.horaUser{
    font-size: 18px;
    margin-bottom: 30px;
    padding: 10px;
    background-color: black;
    color: white;
    margin-bottom: 0px;
}
#fecha{
    font-size: 20px;
    padding: 10px;
    background-color: white;
    text-align: center;
}
#diaSemana{
    line-height: 3.1em;
    color: black;
}
#diaSemana label{
  
    color: black;
}

@media all {
   div.saltopagina{
      display: none;
   }
}
   
@media print{
   div.saltopagina{
      display:block;
      page-break-before:always;
   }
} 