body {
  background: url(/img/fondo.png);
  margin: 0;
  text-align: center;
  font-family: Verdana;
  font-size: 12px;
}

h1 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 20px;
  color: #FFCD00;
  margin: -10px 0 -15px 100px;
}

h2 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 22px;
  color: #6599FF;
}

hr {
  visibility: hidden;
  clear: both;
}

div#contenedor {
  text-align: left;
  width: 755px;
  margin: auto !important;
  position: relative;
  height: 100%;
}

div#cabecera {
  padding: 25px 25px 25px 10px;
}

div#cuerpo {
  min-height: 250px;
  margin-bottom: 25px;
  background: #fff url(/img/fondo_hoja.png) repeat-x bottom;
  border: 1px solid #000;
  padding: 25px 275px 75px 25px;
}

div#cuerpo p {
  font-size: 14px;
  font-family: "Trebuchet MS", "Verdana", sans-serif;
}

div#pie {
  padding: 5px 25px;
  background: #fff;
}

div#menu {
  position: absolute;
  left: 505px;
  z-index: 100;
  height: 100%;
  width: 225px;
}

div#menu ul {
  list-style-image: url(/img/bolo.gif);
  list-style-position: inside;
  margin: 20px 0;
  padding: 0;
  /* Sucio hack, lo sé !! */
  border-bottom: 1px solid #ddd;
}

div#menu ul li {
  padding: 7px 20px;
  border-top: 1px solid #ddd;
}

div#menu ul li a {
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

div#menu ul li:hover {
  background: #eee;
}

div#menu ul li.activo {
  background: #fea;
}

div#menu ul li a:hover {
  text-decoration: underline;
}

div#banda {
  background: url(/img/banda_menu.gif) repeat-x;
  height: 35px;
  width: 100%;
}

.centrado {
  text-align: center;
  width: 100%;
}

.abajo {
  position: absolute;
  bottom: -1px;
  margin-bottom: 30px;
}

.columna {
  float: left;
  width: 34%;
  margin-bottom: 20px;
  margin-left: 5px;
}

div.columna p {
  margin: 0;
  padding-left: 25px;
}

div.marco {
  border: 1px solid #888;
}

p.telefono {
  background: url(/img/ico_telefono.gif) no-repeat 0px 4px;
}

p.fax {
  background: url(/img/ico_fax.gif) no-repeat 1px 4px;
}

p.email {
  background: url(/img/ico_email.gif) no-repeat 1px 5px;
}

p.direccion {
  background: url(/img/ico_direccion.gif) no-repeat 1px 5px;
}


/*** Formularios  ***/

form {
  clear: both;
}

fieldset {
  border: none;
}
textarea, input, label, select {
  margin: 5px 5px;
}

label {
  width: 30%;
  float: left;
  text-align: right;
  font-weight: bold;
}

label.error {
  color: #f00;
}


textarea, input {
  width: 62%;
  float: left;
  border: 1px solid #999;
  padding: 0 5px;
  
}

textarea {
  height: 200px;
}

hr {
  clear: both;
}

input.boton {
  float: none;
  margin: auto;
  display: block;
  clear: both;
  border: 3px double #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  padding: 0.25em 5em;
  background-color: #fff;
  background-image: url('/img/fondo_boton_form.gif');
  background-repeat: repeat-x;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  width: auto;
}

input.boton:hover {
  border: 3px double #999;
}
