/*
    Color fondo: #632432;
    Color heafer: #246355;
    Color borde: 0F362D;
    Color iluminado: 369681;
*/

body{
    background-color: 3C95BD;
    
    font-family: Arial;
}

#main-container{
    /*
    margin: 150px auto;
    width: 600px;*/
    margin: 200px auto;
    width: 1000px;
}

table{
    background-color: white;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

th, td{
    padding: 7px;
}

thead{
    background-color: #00BFFF;
    border-bottom: solid 5px #01A9DB;
    color: white;
}

tr:nth-child(even){
    background-color: #ddd;
}

tr:hover td{
    background-color: #369681;  
    color: white;
}

table2{
      background-color: white;
    text-align: right;
    border-collapse: collapse;
    width: 100%;
}
th, td{
    padding: 7px;
}

thead{
    background-color: #00BFFF;
    border-bottom: solid 5px #01A9DB;
    color: white;
}

tr:nth-child(even){
    background-color: #ddd;
}

tr:hover td{
    background-color: #369681;  
    color: white;
}
