html, body {
  margin      : 0;
  padding     : 0;
  border      : 0;
  font-family : Verdana, Arial, sans-serif;
}

body {
  padding-top : 20px;
}

/* PIE */

#footer {
  font-size : 11px;
  font-family : Verdana, Arial;
  text-align : center;
  padding-bottom : 10px;
}

#footer a {
  color : yellow;
}

#footer #otros {
  font-size : 10px;
}

#footer #otros a {
  font-size : 10px;
  color : white;
  text-decoration : none;
}

#footer #otros a:hover {
  color : yellow;
}

/* MENU */

body {
  background : #4c6130;
  color : #fff;
}

.menu a img { border : 0 }

.menu td {
  background : #4c6130;
  text-align : center;
  font-family : Verdana, Arial;
  font-size : 8px;
  color : #fff;
  font-weight : bold;
}

.menu th {
  font-size : 12px;
}

.menu td {
  font-size : 10px;
  font-weight : normal;
}

.menu td#slogan {
  font-family : Verdana, Arial;
  font-size : 10px;
  color : #dfead2;
  padding : 3px 0 10px 0;
}

.menu .esq-si {
  width : 7px;
  height : 7px;
  font-size : 1px;
  padding : 0
}

.menu .borde-s {
  height : 7px;
  font-size : 1px;
  background : #94a083;
  width : 172px
}

.menu .esq-sd {
  width : 7px;
  height : 7px;
  font-size : 1px
}

.menu .forms {
  margin-top : 5px;
}

.menu .forms form {
  margin : 0;
  width : 100%;
}

.menu .forms table {
  margin : 0;
  width : 99%;
}

.menu .forms td,
.menu .forms th {
  background : #94a083;
  font-size  : 9px;
}

.menu .forms td {
  padding   : 0px;
  font-size : 11px;
  color     : #4a5041;
}

.menu .forms th {
  text-align  : left;
  font-weight : bold;
  color       : #d4d9cd;
  font-size   : 11px;
  padding     : 0 0 3px 5px;
}

.menu .forms input {
  height       : 18px;
  font-size    : 10px;
  text-align   : left;
  border       : 1px solid #000;
  color        : #999;
  background   : #fff;
  padding-left : 3px;
  width        : 70px;
}

.menu .reg-form input {
  width : 85px;
}

.menu .forms select {
  font-size  : 10px;
  height     : 16px;
  _height    : 12px;
  text-align : left;
  border     : 1px solid #000;
  color      : #999;
  width      : 50px;
}

.menu .forms input.enviar {
  width      : 35px;
  text-align : center;
  padding    : 0;
  border     : 0;
  background : #4c6130;
  color      : #fff;
  cursor     : hand;
  cursor     : pointer;
  height     : 100%;
}

.menu .forms input.double {
  _height    : 35px;
}

.menu .contacto {
  padding-top : 5px;
}

/* TITULO */

#titulo {
  font-family : Verdana, Arial;
  font-weight : bold;
  font-size : 30px;
  font-style : italic;
  color : #b7c0ac;
}

#plusone {
  position : absolute;
  top : 5px;
  left : 3px;
}
.google_plus_one{
    display: inline;
    float: right;
    margin-left: 20px;
    margin-top: 4px;
}

