
body{
    background-image: url(recursos/fondo.jpg);
    background-position: center;
    background-size: cover;
}

.cFondo{
    font-family: "sport";
}
.cFondo h2{
    text-shadow: 0px 0px 5px white;
}

table{
    border-spacing: 0px;
    padding-bottom: 15px;
    
    color: white;
}
table th{
    padding: 8px;
    background: orange;
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(230,140,71,1) 51%, rgba(251,223,147,1) 100%);
    color: white;
    text-shadow: 0px 0px 5px darkorange;

    text-shadow: 0px 0px 5px cyan;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(65, 65, 65) 50%, rgb(70, 70, 70) 51%, rgb(0, 0, 0) 100%);
}
table tr:nth-child(even){
    background: rgba(208, 237, 253, 0.6);
    
    background: rgba(40, 40, 40, 0.8);
}
table tr:nth-child(odd){
    background: rgba(125, 190, 255, 0.6);
    
    background: rgba(10, 10, 10, 0.8);
}
table td{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.cCuerpo{
}




/*.cNota{
    width: calc(95% - 20px);
    max-width: 500px;
    background: rgba(255, 250, 205, 0.5);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}
*/