body {
    margin: 0px;
    font-family: verdana, arial;
    width: 100%;
}

input, textarea, select {
    padding: 2px 7px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #aaa inset;
}
select {
    border-radius: 10px 0 0 10px;
    font-size: small;
}
input:hover, select:hover, textarea:hover {
    background-color: #ff9;
}

input:focus, select:focus, textarea:focus, input:active, select:active, textarea:active {
    background-color: #ffc;
}

.botones {
    height: 50px;
    width: 95%;
    margin: auto;
}
    
.botones span {
    margin-right: 5px;
}
.botones span button, .alertBotones {
  font-family: arial;
  font-weight: bold;
  color: #FFF !important;
  font-size: 12px;
  text-shadow: 1px 1px 0px #9D85FF;
  box-shadow: 3px 3px 4px #000000;
  padding: 3px 12px;
  cursor:pointer;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #63B8EE;
  background: linear-gradient(top,  #90ADE8,  #0F7994);
  background: -moz-linear-gradient(top,  #90ADE8,  #0F7994);
}
.botones span button:hover, .alertBotones:hover,
.botones span button:focus, .alertBotones:focus,
.botones span button:active, .alertBotones:active {
  color: #FFF82E !important;
  background: -moz-linear-gradient(top,  #091B54,  #1F8DB5) !important;
}

.error {
    width: 85%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    font-size: medium;
    font-family: verdana;
    border: 6px groove lightblue;
    background-color: #9CF;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.error .input {
    border: 3px ridge #5a3c28;
    font-size: small;
    font-weight: bold;
    letter-spacing: 0.5px;
    background: url(/include/formy/button1.gif);
    color: white;
}

.error .input:hover {
    background: url(/include/formy/button2.gif);
    border: 3px groove #5a3c28;
    color: #ff9;
}

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


#backup {
  border: 5px ridge darkred;
  padding: 15px;
  width:50%;
  margin: auto;
  margin-top: 20px;
  font-size: normal;
  font-weight: bold;
  background-color: rgb(255,255,204);
}

#backup_path {
  font-size: small;
  text-align: center;
}

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

.viaje {
  border: 4px solid transparent;
  font-size: x-small;
  width: 90px;
}

.viaje .viajeDatos {
  background-color: navajowhite; 
  text-align: center;
  font-weight: bold;
}
.viaje .viajeDatos td {
  border: 1px outset black;
}

.viaje .viajeIconos {
  border: 1px outset black; 
  background-color: cornsilk; 
  text-align:center; 
}

.viajeLleno {
  border: 4px solid red;
  font-size: x-small;
  width: 90px;
} 

.viajeLleno .viajeDatos {
  background-color: #B94F5E; 
  text-align: center;
  color: white;
  font-weight: bold;
}
.viajeLleno .viajeDatos td {
  border: 1px outset black; 
}

.viajeLleno .viajeIconos {
  border: 1px outset black; 
  background-color: #FA6A74; 
  text-align:center; 
}

.viajeviejo {
  border: 4px solid black;
}
.viajeproximo{
  border: 4px solid lime;
}

.viajeRecorrido {
  border: 1px gray solid;
  background-color: black;
  color: yellow;
  font-weight: bold;
  font-size: small;
  padding-left: 15px;
  padding-right: 35px;
}

.viajeField {
  border: 2px ridge black;
  -moz-border-radius: 15; 
  border-radius: 15; 
}

.viajeField legend {
  -moz-border-radius: 15; 
  border-radius: 15; 
}

#detalleCabeceraViaje {
  padding-top: 2px; 
  padding-left: 2px; 
  background-color: #eda; 
  font-size:x-small; 
  font-weight: bold; 
  width:100%;
  border: 3px ridge darkblue;
  border-radius: 15;
  -moz-border-radius: 15;
}

#detalleCabeceraIconos {
  padding-top: 2px; 
  padding-left: 2px; 
  background-color: #ffc; 
  font-size:x-small; 
  font-weight: bold; 
  width:100%;
  border: 3px ridge darkblue;
  border-radius: 15;
  -moz-border-radius: 15;
}

#detalleViaje {
  width: 100%; 
  margin:auto;
}

#detalleViaje table {
  font-size:x-small; 
  width: 100%; 
  margin:auto;
  border: 3px ridge darkblue;
  border-radius: 15;
  -moz-border-radius: 15;
}

#detalle #chofer:hover {
  background-color: lightsteelblue;
  color: white;
}

#detalle #vehiculo:hover {
  background-color: lightsteelblue;
  color: white;
}

#detalleViaje table tr:hover {
  color:white;
  background-color: darkblue;
}

.viajeElegido .viajeDatos, 
.viajeElegido .viajeIconos { 
  background-color: #FF0;
  color: #000;
}

.fila0 {
  background-color: #ddd;
}

.fila1 {
  background-color: #eee;
}

#detalleViajeEspera {
  border-top: 3px groove darkblue; 
}

.aviso { margin: auto;
        margin-top: 20px;
         width: 60%;
         border: 5px groove burlywood;
         background: palegoldenrod; }

#login { margin: auto;
         margin-top: 30px;
         width: 70%;
         border: 5px solid steelblue;
         border-radius: 15px;
         -moz-border-radius: 15px;
         background: silver; }
#login table { margin: auto;
               font-size: small; }
#login .caption { background: steelblue;
                  padding: 4px;
                  margin-bottom: 10px;
                  color: white;
                  vertical-align: middle;
                  text-align: center;
                  font-size: 1.4em;
                  font-weight: bold; }
                
#login .error { border: 2px dashed red;
                padding: 3px;
                font-size: small;
                font-weight: bold;
                margin:auto;
                margin-bottom: 5px;
                background: white; }
#login th { width: 130px;
            text-align: right;
            padding-right: 6px; }
#login input { font-size: x-small;
               text-align: center;
               width: 150px;
               padding: 1px;

 }
#login input:hover,
#login input:focus { background: papayawhip; }
#login .submit { color: white;
                 background: peru;
                 padding: 5px;
                 font-size: normal;
                 width: 100px;
                 font-weight: bold;
                 border: outset goldenrod 3px;
                 border-radius: 15px;
                 -moz-border-radius: 15px; }
#login .submit:hover,
#login .submit:focus { border: groove khaki 3px;
                       color: yellow;
                       background: sienna; }
#winLogin_Content { background-color: black }

#infoTimeOut_content { font-size: 12pt;
                       text-align: center;
                       padding-top: 10px;
                       color: white;
                       background-color: black; }                                             
/****************************************************************************************/
#viajesDias {  
	list-style:none;
	padding:0;
	font-size: x-small;
}
#viajesDias li {
	padding:2px;
	padding-left:4px;
	border:1px outset black;
	background-color: white;
	float:left;
}
#viajesDias li:hover {
  cursor: pointer;
}
#viajesDia {
  /*
  background-color: #eee;
  border: 2px groove silver;
  */
}

/******************************************************************************************/
#cierreViajeTitulo {
  width:95%; 
  margin:auto; 
  font-size: small; 
  background: #ededed;
}
#cierreViajeTitulo legend {
  background-color: steelblue; 
  border:1px solid silver; 
  padding:2px; 
  font-weight:bold;
  color: white;
}
#cierreViajeTitulo div {
  width:95%; 
  text-align:center;
  padding-left: 15px;
  padding-right: 15px;
}
#cierreViajeTitulo div label {
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 15px;
}
#cierreViajeTablas {
  width:97%; 
  margin:auto;
}
#cierreViajeTablas td {
  vertical-align: top; 
  width:49%;
}
#cierreViajeTablas td fieldset {
  vertical-align: top; 
  margin:auto; 
  font-size:small; 
  background-color: #ededed; 
}
#cierreViajeTablas td legend {
  color: white; 
  background-color: steelblue; 
  border:1px solid silver; 
  padding:2px; 
  font-weight:bold;
}
.cierreViajeListadoPasajeros{
  width:97%; 
  margin:auto;
  border: 1px solid black;
  font-size: small;
}
.cierreViajeListadoPasajeros td {
  border-bottom: 1px dashed silver;
  border-right: 1px dashed silver;
  white-space: nowrap;
  padding-left: 4px;
}

.cierreViajeListadoPasajeros th {
  background-color: steelblue;
  color: white;
  font-weight: bold;
  padding: 4px;  
}

.cierreViajeListadoPasajeros tr:hover {
  background-color: #888;
  color: white;
}

.rojo{
  font-size:12pt; 
  font-weight:bold;  
  color: red;
}

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

#auditoria {
  width: 94%;
  height: 350px;  
  margin: auto;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small;
}

#auditoria legend {
  background-color: #ddd;
  border: 1px solid black;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: small;
}

#auditoria table {
  font-size: small;
  width: 95%; 
  margin: auto; 
}

#auditoria th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: steelblue;
  color: white;
  font-size: 1.1em;
  padding: 3px;
}

#auditoria td {
  font-size: x-small;
  border-bottom: 1px solid black;
  border-top: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;  
}

#auditoria tr:hover {
  background-color: #888;
  color: white;
}

#auditoria-div{
height: 330px; 
overflow: auto;
}

/*** DPS INFO DEBUG  *****/

#DPSinfoDebug {
  font-size: x-small;
}

#DPSinfoDebug fieldset {
  background-color: wheat;
}

#DPSinfoDebug span {
  font-weight: bold;
}

#DPSinfoDebug legend {
  font-weight: bold;
  border: 1px black solid;
  background-color: white;
}

#DPSinfoDebug td {
  vertical-align: top;
}

/*** DPS INFO DEBUG  *****/

/******div*********/
#DIVCargaDatos label {
    font-weight: bold;
}

#DIVRegistroIntervenciones #info {
/*  border: 4px ridge darkblue; 
  padding: 5px; 
  margin:3px; 
   width:47%; 
  float:left;  
  font-weight: bold; 
  background-color: #eaeaea; 
  text-align:center; 
*/ 
 
  border: 4px ridge darkblue; 
  padding: 3px; 
  margin-top: 10px;   
  width: 80%; 
  margin-left: 85px;  
  /*float:left;*/ 
  font-weight: bold;
  font-size: 18;     
  background-color: #ffffca; 
  text-align:center;
}

/**** bloque agregado por el autocompletar *****/
div.autocomplete {
  position:absolute;
  width:250px;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  background-color: #ffc; /* marco */
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected {
  border: 1px solid black; /* marco */
  background-color: #7E7E7E; /* marco */
  color: white; /* marco */
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding: 0px 2px 0px 2px; /* marco: 2px */
  /*height:32px;*/
  font-family: Verdana; /* marco */
  cursor:pointer;
  font-size: small;
  /* font-weight: bold; */
  border: 1px solid transparent; /* marco */
  border-bottom: 1px solid silver; /* marco */
}

div.autocomplete ul li span.informal {
  display: block;
  padding-left: 5px;
  font-style: oblique;
}
/*********/

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

#ordenJefatura {
  width: 94%;
  height: 350px;  
  margin: auto;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small;
}

#ordenJefatura legend {
  background-color: #ddd;
  border: 1px solid black;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: small;
}

#ordenJefatura table {
  font-size: small;
  width: 95%; 
  margin: auto; 
}

#ordenJefatura th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: steelblue;
  color: white;
  font-size: 1.1em;
  padding: 3px;
}

#ordenJefatura td {
  font-size: x-small;
  border-bottom: 1px solid black;
  border-top: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;  
}

#ordenJefatura tr:hover {
  background-color: #888;
  color: white;
}

#ordenJefatura-div{
height: 330px; 
overflow: auto;
}

/*

#listaAspirantesTitulo {
  width:95%; 
  margin:auto; 
  font-size: small; 
  background: #ededed;
}
#listaAspirantesTitulo legend {
  background-color: steelblue; 
  border:1px solid silver; 
  padding:2px; 
  font-weight:bold;
  color: white;
}
#listaAspirantesTitulo div {
  width:95%; 
  text-align:center;
  padding-left: 15px;
  padding-right: 15px;
}
#listaAspirantesTitulo div label {
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 15px;
}


#listaAspirantes {
  width: 94%;
  height: 350px;  
  margin: auto;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small;
}

#listaAspirantes legend {
  background-color: #ddd;
  border: 1px solid black;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: small;
}

#listaAspirantes table {
  font-size: small;
  width: 95%; 
  margin: auto; 
}

#listaAspirantes th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: steelblue;
  color: white;
  font-size: 1.1em;
  padding: 3px;
}

#listaAspirantes td {
  font-size: x-small;
  border-bottom: 1px solid black;
  border-top: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;  
}

#listaAspirantes tr:hover {
  background-color: #888;
  color: white;
}

#listaAspirantes-div{
height: 330px; 
overflow: auto;
}


#listaAspirantesTitulo {
  width:95%; 
  margin:auto; 
  font-size: small; 
  background: #ededed;
}
#listaAspirantesTitulo legend {
  background-color: steelblue; 
  border:1px solid silver; 
  padding:2px; 
  font-weight:bold;
  color: white;
}
#listaAspirantesTitulo div {
  width:95%; 
  text-align:center;
  padding-left: 15px;
  padding-right: 15px;
}
#listaAspirantesTitulo div label {
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 15px;
}


#listaAspirantes1 {
  width: 94%;
  height: 350px;  
  margin: auto;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small;
}

#listaAspirantes1 legend {
  background-color: #ddd;
  border: 1px solid black;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: small;
}

#listaAspirantes1 table {
  font-size: small;
  width: 95%; 
  margin: auto; 
}

#listaAspirantes1 th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: steelblue;
  color: white;
  font-size: 1.1em;
  padding: 3px;
}

#listaAspirantes1 td {
  font-size: x-small;
  border-bottom: 1px solid black;
  border-top: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;  
}

#listaAspirantes1 tr:hover {
  background-color: #888;
  color: white;
}

#listaAspirantes1-div{
height: 330px; 
overflow: auto;
}


#listaAspirantes2 {
  width: 94%;
  height: 350px;  
  margin: auto;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small;
}

#listaAspirantes2 legend {
  background-color: #ddd;
  border: 1px solid black;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: small;
}

#listaAspirantes2 table {
  font-size: small;
  width: 95%; 
  margin: auto; 
}

#listaAspirantes2 th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: steelblue;
  color: white;
  font-size: 1.1em;
  padding: 3px;
}

#listaAspirantes2 td {
  font-size: x-small;
  border-bottom: 1px solid black;
  border-top: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;  
}

#listaAspirantes2 tr:hover {
  background-color: #888;
  color: white;
}

#listaAspirantes2-div{
height: 330px; 
overflow: auto;
}


#listaAspirantes3 {
  width: 94%;
  height: 350px;  
  margin: auto;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small;
}

#listaAspirantes3 legend {
  background-color: #ddd;
  border: 1px solid black;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: small;
}

#listaAspirantes3 table {
  font-size: small;
  width: 95%; 
  margin: auto; 
}

#listaAspirantes3 th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: steelblue;
  color: white;
  font-size: 1.1em;
  padding: 3px;
}

#listaAspirantes3 td {
  font-size: x-small;
  border-bottom: 1px solid black;
  border-top: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;  
}

#listaAspirantes3 tr:hover {
  background-color: #888;
  color: white;
}

#listaAspirantes3-div{
height: 330px; 
overflow: auto;
}


#listaAspirantes4 {
  width: 94%;
  height: 350px;  
  margin: auto;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small;
}

#listaAspirantes4 legend {
  background-color: #ddd;
  border: 1px solid black;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: small;
}

#listaAspirantes4 table {
  font-size: small;
  width: 95%; 
  margin: auto; 
}

#listaAspirantes4 th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: steelblue;
  color: white;
  font-size: 1.1em;
  padding: 3px;
}

#listaAspirantes4 td {
  font-size: x-small;
  border-bottom: 1px solid black;
  border-top: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;  
}

#listaAspirantes4 tr:hover {
  background-color: #888;
  color: white;
}

#listaAspirantes4-div{
height: 330px; 
overflow: auto;
}


#listaAspirantes5 {
  width: 94%;
  height: 350px;  
  margin: auto;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small;
}

#listaAspirantes5 legend {
  background-color: #ddd;
  border: 1px solid black;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: small;
}

#listaAspirantes5 table {
  font-size: small;
  width: 95%; 
  margin: auto; 
}

#listaAspirantes5 th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: steelblue;
  color: white;
  font-size: 1.1em;
  padding: 3px;
}

#listaAspirantes5 td {
  font-size: x-small;
  border-bottom: 1px solid black;
  border-top: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;  
}

#listaAspirantes5 tr:hover {
  background-color: #888;
  color: white;
}

#listaAspirantes5-div{
height: 330px; 
overflow: auto;
}


#listaAspirantes6 {
  width: 94%;
  height: 350px;  
  margin: auto;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small;
}

#listaAspirantes6 legend {
  background-color: #ddd;
  border: 1px solid black;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: small;
}

#listaAspirantes6 table {
  font-size: small;
  width: 95%; 
  margin: auto; 
}

#listaAspirantes6 th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: steelblue;
  color: white;
  font-size: 1.1em;
  padding: 3px;
}

#listaAspirantes6 td {
  font-size: x-small;
  border-bottom: 1px solid black;
  border-top: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;  
}

#listaAspirantes6 tr:hover {
  background-color: #888;
  color: white;
}

#listaAspirantes6-div{
height: 330px; 
overflow: auto;
}
*/

#divUserName{  
  font-weight: bold;
  text-shadow: -1px -1px gray, 1px 1px 3px black;
}

#stickyFooter div {
  display: inline-block;
  height: 100%;
  padding: 1px 10px 0px 5px;
  border-right: 2px groove steelblue;
}

#stickyFooter {
    background: linear-gradient(to bottom, rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%);
    bottom: 0;
    box-shadow: 0 -5px 10px 0 #bfbfbf;
    height: 18px;
    overflow: hidden;
    position: fixed;
    width: 100%;
/*    z-index: 9;   */
    color: white;
    font-size: 11px;
}

#bodyContentWrapper{
  padding-bottom: 25px;
}

#contenido { height:75%; overflow-y: hidden; overflow:auto;}
#contenido button { cursor: pointer; }
#contenido table { background: white; border: 1px solid black; font-size:small; }
#contenido table th { background: darkblue; color: white; }
#contenido input { margin-right:3px; }
.tr0 { background-color: #ccc; }
.tr1 { background-color: #ddd; }
#cantidad { text-align: right; }
#add { cursor: pointer; }

/*//////////////////////////////////////////////////
//////////////CONSULTA DE ASISTENCIAS//////////////
//////////////////////////////////////////////////*/

.guardia {
  fill: #FF7777;
  background: #FF7777;
}

.guardia:hover {
  fill: red;
}

.capacitacion {
  fill: #669900;
  background: #669900;
}

.capacitacion:hover {
  fill: lime;
}

.resto {
  fill: #33B5FF;
  background: #33B5FF;
}

.resto:hover {
  fill: cyan;
}

.orden_interno {
  fill: purple;
  background: purple;
}

.orden_interno:hover {
  fill: magenta;
}

.chart {
  background-color: white;
  margin: auto !important;
  font-size: x-small;
  font-weight:bold;
}

.subTitulo { 
  background: steelblue; 
  width:99%;
  margin:auto; 
  padding: 6px; 
  color: white;
  font-size: medium;
  font-weight: bold; 
  text-align: center; 
  margin-bottom: 2px
}

.axis path,.axis line {
  fill: none;
  stroke: #000;
	shape-rendering: crispEdges;
}

/*/////////////////Cuadrito negro donde muestro info/////////////////*/
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

/*/////////////////Pequeño triangulito del cuadrito negro/////////////////*/
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.referencias{
  float: right;
  width: 12%;
  background: gainsboro;
  display: inline;
  position: relative;
  height: 45%;
  border: 3px solid royalblue;
  border-radius: 5px;
  margin-right: 5px;
}

.referencias_contenido{
  align: center;
  width: 20px;
  margin-left: 10px;
  text-align: center;
  vertical-align: top;
  height: 20px;
  float: left;
}

.tituloReferencias { 
  background: steelblue; 
  width:100%;
  margin:auto; 
  padding: 0px; 
  color: white;
  font-size: medium;
  font-weight: bold; 
  text-align: center; 
  margin-bottom: 2px
}

.contenedor{
  background:gainsboro;
  border: 1px solid silver;
  height:50%;
  //margin-bottom:50%;
}

::-webkit-scrollbar{
  padding-right: 50px;
}  

.contenido{
  color: white;
  font-size:50px;
  padding: 10px;
  //letter-spacing: 2px;
  font-weight: bold;
  border-radius:20px;
  text-shadow: 2px 2px 5px black;
  font-family:calibri; 
}

.par{
  background: royalblue;
  border: 4px solid #4d90fe;
}

.impar{
  background: #4d90fe;
  border: 4px solid royalblue;
}

.ultimo_presentes{
  height: 100%;
}

.trabajado{
  color: yellow;
  text-shadow: 2px 2px 5px black;
  display: inline;
  padding: 2px;
  float: right;
}

.fecha{
  color: lavenderblush;
  font-weight: normal;
  display: inline;
  text-shadow: 2px 2px 5px black;
  font-size: .7em;
}

.contenedorEncargado{
  background:silver;
  border: 1px solid silver;
  height:50%;
  position:fixed;
  width:100%;
  z-index:10;
}

.contenedorEncargadoFoto{
  background:silver;
  //border: 1px solid black;
  width:30%;
  float:left;
  display:inline;
  height:99%;
}

.contenedorEncargadoNombre{
  background:silver;
  //border: 1px solid black;
  width:68%;
  float:right;
  display:inline;
  height:97%;
  color: white;
  font-size:40px;
  padding: 2px;
  //letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 2px 2px 5px black;
}

.atencion{
    background: yellow;
    padding: 3px;
}

.reloj1{
    background: rgba(0, 255, 0, 0.5);
    padding: 10px;
    font-size: medium;
    text-align: center;
    max-width: 250px;
}

.reloj0{
    background: rgba(220, 20, 60, 0.5);
    padding: 10px;
    font-size: medium;
    text-align: center;
    max-width: 250px;
}

.relojX{
    background: rgba(255, 255, 0, 0.5);
    padding: 10px;
    font-size: medium;
    text-align: center;
    max-width: 250px;
}

.reloj1:hover{
    background: rgba(0, 255, 0, 0.8);
    cursor: pointer;
}

.reloj0:hover{
    background: rgba(220, 20, 60, 0.8);
    cursor: pointer;
}

.relojX:hover{
    background: rgba(255, 255, 0, 0.8);
}

.texto{
    background: white;
    max-width: 250px;
    padding: 10px;
    text-align: center;
    font-size: small;
}

.texto_amarillo{
    background: gold;
    max-width: 250px;
    padding: 10px;
    text-align: center;
    font-size: small;
    font-weight: bold;
}