/*DESTINO: HOLISTICO*/ 
.destiny{background-image: linear-gradient(to top, #022e26, #2e5649, #59826e, #88b095, #bbe0be);}
/* BOTONES */
input[type="submit"],input[type="button"], button{ 
    -webkit-appearance: none;
    background-color: #00C19F; 
    cursor: pointer; margin: 5px;
    border:1px solid #666; outline: none; border-radius: 6px;
    background-image: linear-gradient(to top, #022e0a, #015a07, #008a1c, #00ba06, #19a906);
    box-shadow: 3px 0 6px #1b1819;
    color:#FFF;
}
header{
width:100%; height:46px; background-color:#9BD5AF;
}
.paginadorx{
  margin: auto; background-color:#565555;
}

/*Index page*/
.t_inicial{ /* separación del top*/
  margin: 8% 0 0 0;
  font-size: 1.3em;
  color: #FFF;
  background-color:rgba(12, 142, 29, 0.600);
  padding: 10px 0 10px 0;
  text-shadow: 8px 8px 8px rgb(3, 68, 11);
}

.enc_web {  
  font-size: 1.3em;
  color: #FFF;
  background-color:rgba(25, 142, 12, 0.600);
  padding: 10px 0 10px 0;
  text-shadow: 8px 8px 8px rgb(7, 68, 3);
  margin: 10px 0 10px 0;
  padding:25px 0 25px 0;
}
tr:not(:first-child):hover {background: rgb(232, 255, 224) !important; color:#000000 !important;}
/*tr:hover {background: lightyellow !important;}/*Resaltado de tablas*/

tr:nth-child(odd) { /* Pares*/
  background: #eeeeee;
}
tr:nth-child(even) { /* Nones*/
  background: #e4ede4;
}