* {
  margin: 0;
  padding:0;
}

body{
  background:  url('imagenes/fondo.gif') repeat 0 0 #f3f3f3;
}

img { 
  border: none;
}

html, body, #contenedor {
  width: 100%;
} 

#contenido {
  margin: auto;
  width: 711px;
}

#cabecera {
  margin-top: 15px;
  text-align: center;
}

#botonera #link-tit img {
  margin: 30px 0 0 45px;
}
#botonera #link-pos img {
  margin: 0 0 10px 95px;
}

#texto {
  background: url('imagenes/pastilla_texto.png') no-repeat scroll 0 0;
  color: #494949;
  font-family: Helvetica, Arial;
  font-size:14px;
  text-align:justify;
  height:212px;
  width:713px;
}
  #texto p {
    padding: 50px;
  }

#logos-pie {
  float: right;
  margin-top: 20px;
}

#logos-pie a {
  margin: 17px;
}
