.valores {
    color: #FF0000;
    font-size: 10px;
    vertical-align: top;
    line-height: normal;
    white-space: nowrap;
    width: 50px;
    text-align: center;
    font-family: monospace;
}
.valores1 {
    color: #FF0000;
    background-color: #FFFF66;
    font-size: 10px;
    vertical-align: top;
    line-height: normal;
    white-space: nowrap;
    width: 50px;
    text-align: center;
    font-family: monospace;
}
.valores2 {
    color: #FF0000;
    background-color: #C0FFFF;
    font-size: 10px;
    vertical-align: top;
    line-height: normal;
    white-space: nowrap;
    width: 50px;
    text-align: center;
    font-family: monospace;
}
.valores3 {
    color: #FF0000;
    background-color:#FFC0FF;
    font-size: 10px;
    vertical-align: top;
    line-height: normal;
    white-space: nowrap;
    width: 50px;
    text-align: center;
    font-family: monospace;
}
.valores4 {
    color: white;
    background-color:black;
    font-size: 10px;
    vertical-align: top;
    line-height: normal;
    white-space: nowrap;
    width: 50px;
    text-align: center;
    font-family: monospace;
}
.pablo2 {
    font-size: 40px;
    width: 50px;
    text-align: center;
    font-weight: bold;
    background-color: white;
}
.pablo1 {
    font-size: 40px;
    width: 50px;
    text-align: center;
    font-weight: bold;
    background-color: #FFFF66;
}
.titulo {
    color: white;
    background-color: black;
    font-weight: bold;
}
.estado {
    color: black;
    background-color: #f0f0f0;
    font-weight: bold;
}