table{
    border-collapse: collapse;
    width: 100%;
}

th{
    background-color: #d91524;
    color: white;
    text-align: center;
    height: 10px;
}

td{
    text-align: center;
    padding: 0 30px;
    
}

table,th,td{
    border: 1px solid white;
    font-family: calibri;
}

.Botao_Guardar{
    background-color: #2d79b6;
	color: white;
	padding: 8px 15px;
    float: right;
    border-radius: 5px;
	border: none;
	cursor: pointer;    
	font-family: calibri;
}

.Botao_Guardar:hover{
    opacity: 0.8 ;
}