.negritas{
   font-weight: bold;
}
.table{overflow:hidden; border-collapse: collapse; border-spacing: 1px; margin: 0 auto; background-color: transparent !important;}

.tituloAzul{
   font-size: 100%;
   text-align: center;
   background-color: rgb(97,160,215) !important;
   color: rgb(255, 255, 255) !important;
   /*border: 0px !important;
   padding: 0px !important;*/
}
.azul tr:nth-child(even){background-color: rgb(213,224,240) !important;}
.azul tr:nth-child(odd){background-color: rgb(235,240,248) !important;}


.tituloVerde{
   font-size: 100%;
   text-align: center;
   background-color: rgb(112,172,131) !important;
   color: rgb(255, 255, 255) !important;
}
.verde tr:nth-child(even){background-color: rgb(235,241,233) !important;}
.verde tr:nth-child(odd){background-color: rgb(255,255,255) !important;}

.tituloNegro{
   font-size: 100%;
   text-align: center;
   background-color: rgb(51, 51, 51) !important;
   color: rgb(255, 255, 255) !important;
}
.gris tr:nth-child(even){background-color: rgb(230, 230, 230) !important;}
.gris tr:nth-child(odd){background-color: rgb(255, 255, 255) !important;}

.tituloRojo{
   font-size: 100%;
   text-align: center;
   background-color: rgb(251, 72, 67) !important;
   color: rgb(255, 255, 255) !important;
}
