
/* Layout */
body { margin: 0; background: #dbd6cf url('img/banda.png') 0 0 repeat-x; }
#All {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  table-layout: fixed;
  empty-cells: show;
}
#Top { width:735px; height:205px; }
#Main {
  padding: 10px 10px 10px 15px;
  color: #202050;
  font-size: 90%;
  font-family: "Century Gothic", serif;
  /*background-image: url('img/fondo.jpg');*/
}
#Left {
  width: 265px;
  background-color: #b5915f;
  border-left: #6c4621 1px solid;
  border-right: #6c4621 1px solid;
}
#Bottom {
  height: 64px;
  text-align: center;
  vertical-align: middle;
  background: url('img/bgbottom.png') 50% 0 no-repeat;
}
#Bottom a {
  padding: 0 25px;
  color: #dbd6cf;
  font: bold 16px Tahoma, sans-serif;
  text-decoration: none;
}
#Bottom a:hover { text-decoration:underline; }
#subbottom {
  height: 25px;
  text-align: center;
  vertical-align: top;
  color: #505050;
  font: 12px Tahoma, sans-serif;
}
#idiomas { text-align: right; padding-right:15px; }
#idiomas img { margin:2px }
#logo { width:263px; margin: 15px auto 50px auto; }
#menutop { height: 35px; }
#menutop a {
  display: block;
  float: right;
  width: 150px;
  height: 25px;
  color: #000000;
  font: bold 14px Tahoma, sans-serif;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
}
#menutop a:hover { background:url('img/bgmenutop.png') 0 0 no-repeat; }
#menu { margin:0 20px; }
#menu a {
  display: block;
  width: 200px;
  padding: 8px 0 8px 25px;
  text-decoration: none;
  font: bold 14px Tahoma, sans-serif;
  color: #000000;
}
#menu a:hover { background-color: #dbd6cf; }
.box_title { color:#dbd6cf; font: 24px Arial, sans-serif; margin-left: 45px; }
.box_top { background: url('img/box_top.jpg') 0 0 no-repeat; height:20px; }
.box_content { background: url('img/box_content.jpg') 0 100% no-repeat; padding-bottom:25px; }
img { border:0; }
div.center { padding-left: auto; padding-right: auto; text-align: center; }
div.center * { margin: auto; }

/* Estilo */
.visitas {
  color: #c0c0c0;
  font: 10px Tahoma, sans-serif;
  margin-left: 25px;
}
#Main a { color: #202090; }
#Main a:hover { text-decoration:none; }
h1 { color: #6c4621; font-size: 200%; }
h2 { color: #b5915f; font-size: 150%; }
h3 { font-size: 120%; }
.margen { margin-left: 100px; }
.errores { color: #a00000; font-weight: bold; }
.foto { border: #202050 1px solid; margin: 5px; }
big { color: #6c4621; }

/* Posts */
.post {
  width: 600px;
  margin-left: 100px;
  margin-bottom: 10px;
  border-bottom: #6c4621 1px solid;
  overflow: hidden;
}
.noticia {
  margin: 10px 0;
  word-wrap: break-word;
}
.noticia img {
  border: 0;
  margin: 5px;
}
.noticia img.left {
  float: left;
  margin: 5px;
}
.noticia img.right {
  float: right;
  margin: 5px;
}
img.clear {
  display: block;
  text-align: center;
  margin: 5px;
}
.fecha {
  font-size: 70%;
  color: #6c4621;
}

/* Galería */
#galeria .item {
  float: left;
  width: 180px;
  height: 180px;
  margin: 10px;
  padding: 10px;
  text-align: center;
  border: #a0a0b8 1px solid;
  overflow: hidden;
}
#galeria a { text-decoration: none }
#galeria img { border: 0 }
#galeria .name {
  display: block;
  font-weight: bold;
  font-size: 90%;
  color: #202050;
}
#galeria .size, #galeria .dim {
  display: block;
  font-size: 80%;
  color: #808080;
}

/* Páginas */
.paginas {
  clear: both;
  margin: 10px;
  text-align: center;
  font-weight: bold;
}
.pagina {
  padding: 2px 5px;
  border: #transparent 1px solid;
  text-decoration: none;
}
.pagina:hover {
  border: #0000aa 1px solid;
}
