* {
  margin:0px;
  padding:0px;
}

body {

background-color:#454565;
text-align:center;
}

#contenedor {

  width:850px;
  text-align:left;
  color:#333333;
  cursor: default;
  margin:5px;
  background-color:#000066;
  border:1px solid #D1CCB8;
}

#encabezado {

  clear:both;
  cursor:default;
  width:850px;
}

#principal {
  width:850px;
  width:auto;
}

#pie {

  position:relative;
  padding:0px;
  color:#666666;
  clear:both;
  width:850px;
  bottom:0;
}