table.blueTable {
  font-family: "Times New Roman", Times, serif;
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 85%;
  /* width: auto; */
   text-align: center; 
  /*  text-align: left; */
  
  border-collapse: collapse;
  
  
}


table.blueTable td, table.blueTable th {
 
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 10px;



  font-weight: bold;
}



table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 10px; 


  font-weight: bold;
  color: #111111;
   text-align: center;  
 /*   text-align: left;   */
 /* border-left: 2px solid #D0E4F5;*/
}
table.blueTable thead th:first-child {
  border-left: none;

}

table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
 /*  text-align: right; */
  text-align: center;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.mifuente{
 
 font-family: 'Tangerine', serif;
 font-size: 10px;
 color: red;

}

#color1{color:red;}