.main{
	
	text-align: center;
	
}
.consumo{
	
}
.consumo img{
	width: 75px;
}
.reci img{
	width: 75px;
}

table {
    border-collapse: collapse;
    width: 800px;
    margin: 20px auto;
}

th, td {
    border: 1px solid black; /* Agregamos borde a todas las celdas */
    padding: 8px;
}

th {
    background-color: #f2f2f2;
}
table td:nth-child(2) {
	text-align: right;
}
table td:nth-child(1) {
	text-align: left;
}
table tr:nth-child(2) td:nth-child(2) {
	border-bottom: none;
}
table tr:nth-child(3) td:nth-child(1) {
	border-top: none;
	text-align: right;
}
table tr:nth-child(4) td:nth-child(1) {
	border-bottom: none;
}