*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
}
body {
    background-color: yellow;
}

p {
    text-align: center;
    font-size: 25px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: darkblue;
}

h2 {
    text-align: center;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: darkblue; 
}

caption {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:rgb(0, 0, 117);
    text-align: center;
    font-size: 25px;
}

h3 {
    color: rgb(0, 0, 185);
    text-align: center;
    /*color: darkblue;*/
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
}

table {
    text-align: center;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: darkblue;
    border:darkblue 2px solid;
    margin-left: auto;
    margin-right: auto;

}

th {
    border: 2px solid rgb(0, 0, 0);
}

td {
    border: rgb(2, 1, 88) 2px solid;
    /*color: rgb(2, 1, 88);*/
}

a {
    text-decoration:none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    color: rgb(0, 0, 94);
    text-align: center;
}

.boton {
    text-align: center;
}

a:hover {
    background: blue;
    border-radius: 10px;
    color: yellow;
}

.alinear {
    background: rgb(2, 2, 150);
    color: yellow;
    text-align: left;
}

.alinear1 {
    text-align: left;
}


.margen {
        text-align: left;
}

tr {
    color: rgb(1, 1, 175);
}
table tr:hover {
    background-color: rgb(1, 1, 175);
    color: yellow;
    cursor: pointer;
  }

.size {
    font-size: 12px;
}

.color {
    color:yellow;
    background-color: rgb(0, 0, 141);
}
/*clase con estilos para las divisoion(Carolina y Super Carnes*/
.divisor {
    background-color: rgb(1, 1, 143);
    color: yellow;
    font-family: monospace;
    font-size: 25px;
}