/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-nov-2016, 19:17:29
    Author     : Octavio
*/

html,body {
    margin: 0;
    font-family: arial,helvetica,sans-serif;
    
}

#chaletLadrillos{
    background-image: url("chalet.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin:0;
    background-color: black;
    color: white;
    padding-top: 200px;
}

#casaPiedra{
    background-image: url("casaPiedra2.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin:0;
    background-color: black;
    color: white;
    padding-top: 200px;
}

#dep2ambientes{
    background-image: url("2ambientesFrente.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin:0;
    background-color: black;
    color: white;
    padding-top: 200px;
}

#dep3ambientes{
    background-image: url("3ambientes.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin:0;
    background-color: black;
    color: white;
    padding-top: 200px;
}

#pileta{
    background-image: url("pileta.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin:0;
    background-color: black;
    color: white;
    padding-top: 380px;
}

div {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    bottom:0;
    left:0;
    
    
}

p {
    margin-bottom: 0;
    
}
.clear{
    clear: both;
}

