@import url("advanced.css");

body {margin: 0;
      padding: 0;
}

body, a, p, h1 {
  font-family: georgia, serif;
  color: #6f6a4c;
  background-color: #fbfaf4;
}

h1 {font-style: italic;}

p {font-weight: bolder;}

a {color: #5f5d5f;
   text-decoration: none;
   font-weight: bold;
}

a:hover {text-decoration: underline;}

#titulo {position: absolute;
         left: 25px;
         top: 10px;
}

#intro {position: absolute;
        left: 25px;
        top: 100px;
        width: 175px;
}

#contenido {position: absolute;
            left: 225px;
            top: 100px;
          /*  margin-right: 25px;  */
            width: 75%;
}

.rio {float: left;
      width: 100%;
}

#limpieza a:link {color: #4f3636;
                  text-decoration: underline;
}
#limpieza a:visited {text-decoration: underline;
                     color: #9f6d6d;
}
#limpieza a:hover {color: #fbfaf4;
                   background: #6f6a4c;
}
#limpieza a:active {color: #fbfaf4;
                    background: #4f3636;
}

.small, .copyright, .small1 {font-size: small;}

.small1 {float: right;
         margin-bottom: 1em;
}

#limpieza {clear: both;}

img.noborder {border: 0;}

#foto {
  padding-top: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

.gallerynav {
  font-size: 0.8em;
  color: #6f6a4c;
  text-align: center;
}
