* {
margin:0;
padding:0;
}

/* estilos generales */
#contenedor {
width:100%;
margin:0 auto; /* web centrada */
background:purple;
}

/* estructura home */

#home #cabecera {
height:100px;
margin:0 auto;
background:yellow;
width:800px;
}

#home #contenido {
width:800px;
margin:0 auto;
min-height:400px;
_height:400px;
border:none;
background:black;
}

#home #c1 {
display:inline;
width:180px;
padding:10px;
min-height:300px;
_height:300px;
float:left;
background:red;
}

#home #c2 {
display:inline;
width:180px;
padding:10px;
min-height:100%;
_height:100%;
float:left;
background:blue;
}

#home #c3 {
display:inline;
width:180px;
padding:10px;
min-height:300px;
_height:300px;
float:left;
background:orange;
}

#home #c4 {
display:inline;
width:180px;
padding:10px;
min-height:275px;
_height:275px;
float:left;
background:green;
}

#pie {
width:800px;
margin:0 auto;
height:30px;
background:gold;
clear:both;
}
