body {
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    height: 100%;
    background-color: #d7dbdd;
}

.header-content-logo {
    background-color: #333;
}

hr {
    border: #edeeef;
}

nav .header-menu-sections {
    background-color: #304480;
    text-transform: uppercase;
}

#clasificados {
    width: 100%;
}

#domicilio {
    width: 100%;
    background-color: #FFFFFF;
}

@media(max-width: 600px) {
    #imgRedonda {
        width: 300px;
        height: 300px;
        border-radius: 150px;
    }
}

.logo {
    display: block;
    background-color: #0061AA;
}

.imgRedonda {
    width: 300px;
    height: 300px;
    border-radius: 150px;
}