@charset "iso-8859-1";
#raiz {
  position: relative;
  width:780px;
  margin: 0.5em auto;
  border: 2px solid #000;
  text-align: left;
  background: #fff url("../img/fondo_degrad.jpg") repeat-y;
} 

#cabecera {
  position: relative;
  height: 96px;
} 

#centro {
  position: relative;
  margin: 12px 20px 20px 35px;
} 

#centro p {
  text-align: justify;
  text-indent: 20px;
  line-height: 1.5;
} 

#izq { 
  float: left;
/*  position: absolute;
  left: 0px; 
  top: 0px;*/
  width:130px;
  padding-top: 10px;
} 

#principal {
  position: relative;
  margin-left:130px;
  padding: 10px; 
}


#pie { 
  clear: both;
  position:relative;
  width: 100%;
  padding-top: 7px;
  height: 17px;
  background: #fff url("../img/fondo_pie.jpg") no-repeat;
  text-align: center;
}