.tabla{
    border-collapse: collapse;
    width: 100%;
    margin: auto;
    border: 1px solid rgb(237, 125, 49);
}

.border1{
    background-color: rgb(245, 224, 210);	
    color: black;
    border: 1px solid rgb(237, 125, 49);
    text-align: center;
}

.border2{
    background-color: white;	
    color: black;
    border: 1px solid rgb(237, 125, 49);
    padding: 8px;
    text-align: center;
}

.th1{
	background-color: white;
    color: black;
    border: 1px solid rgb(237, 125, 49);
    text-align: center;
}

.Borth{
    background-color: rgb(245, 224, 210);	
       color: black;
}

.Borth1{
    background-color: rgb(245, 224, 210);	
       color: black;
}

.Borth2{
    background-color: white;	
    color: black;
}