body {
  background-image: url("../images/fondo_2.png");
  font-family: arial, helvetica, sans-serif;
  background-repeat: repat-x;
}

img {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

p {
  font-size: 13px;
  padding: 0px 0px 7px 0px;
  margin: 0px;
}

#sitio {
  width: 900px;
  margin-left: auto;
  margin-top: 15px;
  margin-right: auto;
}

#principal {
  width: 850px;
  float: left;
}

#flechas {
  float: right;
  width: 35px;
  height: 100px;
  margin-top: 500px;
}

#flecha_arriba, #flecha_abajo {
  cursor: pointer;
  margin-top: 10px;
}

#cabecera {
  width: 850px;
  height: 130px;
}

#foto_cabecera {
  width: 850px;
  height: 120px;
  float: right;
}

#cuerpo {
  width: 850px;
  min-height: 550px;
  margin-top: 5px;
/*   background-image: url("../images/fondo_cuerpo_2.png"); */
}

#cuerpo_arriba {
  width: 850px;
  height: 8px;
  margin: 0px;
  font-size: 0px;
  float: left;
  background-image: url("../images/fondo_arriba.png");
}

#cuerpo_interior {
  width: 850px;
  margin: 0px;
  float: left;
  background-image: url("../images/fondo_interior.png");
  background-repeat: y-repeat;
}

#cuerpo_abajo {
  width: 850px;
  height: 8px;
  margin: 0px;
  font-size: 0px;
  float: left;
  background-image: url("../images/fondo_abajo.png");
}

#menu {
  width: 210px;
  height: 580px;
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
}

#menu ul {
  list-style-type: square;
}

#menu li {
  font-size: 12.5px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

#logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  padding: 0px 0px 0px 10px;
  margin-top: 30px;
}

h1 {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: light;
  text-align: center;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0px 7px 0px;
  margin: 0px;
}

.seleccionado, .seleccionado a {
  color: #964b00;
  font-weight: bold;
}

.separacion {
  border-right: 1px solid;
}

.ap_seleccionado {
  color: #964b00;
  border-bottom: none;
  padding-bottom: 1px;
}

#pie {
  height: 20px;
  width: 850px;
  float: left;
  margin: 15px;
  text-align: center;
}

#pie p {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

#pie a, a:hover, a:active, a:link {
  border: none;
  color: #000;
}

#contenido {
  width: 600px;
  margin: 10px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  float: left;
  border-left: 1px dashed;
  border-color: #643200;
}

#contenido li {
  margin-bottom: 10px;
}

#selectores {
  width: 600px;
  min-height: 38px;
  margin-top: 0px;
  float: left;
}

#idiomas {
  width: 80px;
  float: left;
  list-style-type: none;
  font-size: 12px;
}

#menu_horiz {
  list-style-type: none;
  width: 520px;
  min-height: 15px;
  padding: 0px;
  margin: 0px;
  float: right;
  text-align: right;
  font-size: 12px;
}

#menu_horiz ul {
  float: right;
  list-style-type: none;
}

#menu_horiz a,a:link,a:active {
  border: none;
}

#menu_horiz a:hover {
  color: #964b00;
}

#idiomas li {
  float: left;
  font-weight: bold;
  padding: 0px 6px 0px 6px;
}

#menu_horiz li {
  float: right;
  font-weight: bold;
  padding: 0px 6px 0px 6px;

}

#texto {
  width:560px;
  min-height: 500px;
  margin: 10px 0px 0px 10px;
  float: left;
}

#texto ul {
  list-style-type: square;
}

#texto li {
  font-size: 12px;
}

.alineacion_derecha {
  float: right;
}

.centrado {
  margin: 0px auto 0px auto;
}

#fotografia {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 400px;
}

a,a:link,a:active {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  padding-bottom: 1px;
  color: #964b00;
}
