html, body, #todo {
  height: 100%; min-height: 100%;
}
html > body, html > body #todo {
  height: auto;
}
body {
  margin: 0; padding: 0;
  font-family: Verdana;
  font-size: 12px;
  background: #969696 url(img/bg.jpg) repeat-x top left;
}
img { border: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
#todo {
  position:absolute;
  width: 100%;
  text-align: center;
}
#contenedor {
  margin: auto;
  width: 900px;
  padding-bottom: 2em;
  background: #949494 url(img/fotos.jpg) no-repeat top left;
}
#header {
  width: 717px;
  height: 130px;
  margin-left: 184px;
  background: #FFFFFF url(img/top-shadow.jpg) no-repeat top left;
  text-align: right;
  color: #A8A8A8;
}
#logo {
  text-align: left;
  margin-top:15px;
  padding-left: 22px;
  float: left;
}
#idiomas {
  text-align: right;
  margin-top: 1em;
  margin-right: 15px;
  float: right;
  font-size: 10px;
}
.sepIdioma {
  color: #8D0026;
}
#header a {
  color: #A8A8A8;
}
#contenido {
  float: left;
  width: 717px;
  margin-left: 184px;
  display: inline;
  margin-right: 0;
  background: #FFFFFF url(img/shadow.jpg) repeat-y top left;
}
#navbar {
  padding-top: 17px;
}
#separator {
  margin: 14px auto 14px auto;
  background: #FFFFFF url(img/separator.gif) no-repeat top center;
  width: 708px;
  height: 3px;
}
#columna1 {
  width: 400px;
  float: left;
  margin-left: 3px;
  text-align: left;
  padding-right: 10px;
  padding-bottom: 2em;
}
#columna2 {
  width: 280px;
  padding-right: 20px;
  float: right;
  text-align: left;
}
.tituloparrafo {
  color: #CAC877;
  text-align: left;
  border-bottom: 1px solid #CAC877;
  width: 380px;
  padding-left: 20px;
  line-height: 200%;
  font-weight: bold;
}
.parrafo {
  margin-left: 20px;
  text-align: justify;
  text-indent: 1em;
  line-height: 140%;
  margin-right: 15px;
  color: #B13B37;
  font-size: 11px;
}
.parrafonegrita {
  margin-left: 20px;
  text-align: justify;
  text-indent: 1em;
  line-height: 140%;
  margin-right: 15px;
  color: #333333;
  font-size: 11px;
}
#noticias {
  width: 277px;
  padding-bottom: 1em;
  background-color: #CAC877;
}
#fotos {
  width: 277px;
  padding-bottom: 1em;
  background-color: #FFF;
}
.titulonoticias {
  color: #757445;
  font-weight: bold;
  line-height: 30px;
  padding-left: 15px;
  border-bottom: 1px solid #A6A462;
}
.noticia { padding: 0px 15px; }
.noticia .titulo {
  color: #FFFFFF;
  margin: 0; padding: 0;
  margin-top: 1em;
}
.noticia .texto {
  color: #807F4B;
  margin: 0; padding: 0;
}
#formulario {
  width: 277px;
  color: #B13B37;
  border: 1px solid #B13B37;
  margin-top: 20px;
  background-color: #F0EFEF;
}
.tituloformulario {
  font-weight: bold;
  line-height: 30px;
  padding-left: 15px;
  border-bottom: 1px solid #B13B37;
}
.textoformulario {
  margin: 0;
  padding: 15px;
}
#entorno {
  width: 277px;
  margin-top: 20px;
}
.tituloentorno {
  border: 1px solid #FBDF73;
  background-color: #FBDF73;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 15px;
}
.tituloentorno a {
  color: #AA974E;
}
#pie {
  color: #FFFFFF;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37px;
}
#contenidopie {
  margin: auto;
  width: 900px;
  text-align: right;
  font-size:10px;
  line-height: 35px;
  color: #FFFFFF;
}

.precios {
  margin: 0 auto;
}
.precios, .precios td {
  border: 1px solid #B13B37;
  color: #B13B37;
  border-collapse: collapse;
  font-size: 12px;
}

.forminformacion {
  margin-left: 10px;
  margin-right: 0px;
}
.forminformacion td {
  text-align: left;
  line-height: 140%;
  color: #B13B37;
  font-size: 11px;
}
