/*DESTINO: HOLISTICO*/ 
.destiny{background-image: linear-gradient(to top, #cce6fc, #c3e0fc, #badafc, #b2d4fb, #aacefb);}
/* BOTONES */
input[type="submit"],input[type="button"]{ 
    -webkit-appearance: none;
    background-color: #c41040; 
    cursor: pointer; margin: 5px;
    border:1px solid #666; outline: none; border-radius: 6px;  
    background-image: linear-gradient(to top, #040c4c, #031471, #031c98, #0724c1, #122beb);
    box-shadow: 3px 0 6px #1b1819;
    color:#FFF;
}
header{
width:100%; height:46px; background-color:#177DD5;
}
.paginadorx{
  margin: auto; background-color:#177DD5;
}
/*Index page*/
.t_inicial{ /* separación del top*/
  margin: 8% 0 0 0;
  font-size: 1.3em;
  color: #FFF;
  background-color: rgba(23, 88, 175, 0.43);
  padding: 10px 0 10px 0;
  text-shadow: 8px 8px 8px rgb(68, 3, 29);
}

.enc_web {  
  font-size: 1.3em;
  color: #FFF;
  background-color: rgba(23, 88, 175, 0.43);
  padding: 10px 0 10px 0;
  text-shadow: 8px 8px 8px rgb(68, 3, 29);
  margin: 10px 0 10px 0;
  padding:25px 0 25px 0;
}
tr:not(:first-child):hover {background: lightyellow !important; color:#000000;}
/*tr:hover {background: lightyellow !important;}/*Resaltado de tablas*/

tr:nth-child(odd) { /* Pares*/
  background: #f0eeee;
}
tr:nth-child(even) { /* Nones*/
  background: #f0f4fd;
}