/*DESTINO: HOLISTICO*/ 
.destiny{background-image: radial-gradient(circle, #e9d2d9, #ebc2cd, #ecb2bf, #eda2af, #ed929e);}
/* BOTONES */
input[type="submit"],input[type="button"], 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, #2e0212, #5a0122, #8a002c, #ba0030, #eb122e);
    box-shadow: 3px 0 6px #1b1819;
    color:#FFF;
}
header{
width:100%; height:46px; background-color:#b81033;
}
.paginadorx{
  margin: auto; background-color:#b81033;
}

/*Index page*/
.t_inicial{ /* separación del top*/
  margin: 8% 0 0 0;
  font-size: 1.3em;
  color: #FFF;
  background-color:rgba(142, 12, 48, 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(142, 12, 48, 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 !important;}
/*tr:hover {background: lightyellow !important;}/*Resaltado de tablas*/

tr:nth-child(odd) { /* Pares*/
  background: #f9f0fa;
}
tr:nth-child(even) { /* Nones*/
  background: #fce5e6;
}