body {
    width: 80%; 
    margin: 0 auto; 
    font-family: Arial, sans-serif; 
    background-color: #f5f5f5; 
    padding: 20px; 
    border-radius: 8px; 
    text-align: center;
}

.resultado-div {
    padding: 15px; 
    border-bottom: 
    1px solid #eee; 
    background: #f9f9f9;
     margin-bottom: 5px; border-radius: 5px;
}
.propietario {
    font-weight: bold; 
    color: #333; 
    text-transform: uppercase;
}
.lote {
    color: #007bff; 
    font-size: 1.1em;
}
.area {
    color: #666; 
    font-size: 0.9em;
}