*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: yellow;
}

h2{
    
    color: darkblue;
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;

}

h3{
    color: blue;
    font-size: 17px;
    text-align: center;
}

table {
    font-size: 20px;
    border: rgb(1, 1, 175) 2px solid;
    direction: center;
    margin: auto;
}

th {
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(1, 1, 175);
}

tr {
    color: rgb(1, 1, 110);
}

td {
    border: rgb(1, 1, 175) 2px solid;
    /*color: darkblue;*/
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
    color: #00008b; /*#00008b*/
    text-decoration: none; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a:hover {
    background: rgb(0, 0, 163);
    color: yellow;
}

.encabezado {
    background: rgb(1, 1, 175);
    color: yellow;
    text-align: left;
}

.provedores {
    text-align: left;
    
}

.proverdore {
    background: yellow;
    color: blue;
    text-align: left;
}
.size{
    font-size: 12px;
}

p{
    color:rgb(0, 0, 168);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    text-align: center;
}

/*.provedores:hover {
    background: rgb(2, 2, 158);
    color: yellow;
}*/

table tr:hover {
    background-color: rgb(1, 1, 175);
    color: rgb(255, 255, 0);
    cursor: pointer;
  }
  
  .size {
      font-size: 14px;
      text-align: left;
  }
  