
* {
   margin: 0;
   padding: 0;
}

a {
  color: #222;
}

a:hover {
   color: #677E80;
}

img {
   border: 0;
}

body {
   background-color: #677E80;
   font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
   font-size: 0.8em;
   text-align: center;
   color: #222;
}

#main {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -450px;
   margin-top: -300px;
   width: 900px;
   height: 600px;
   text-align: center;
}

#contenido {
   background-color: #fff;
   width: 900px;
   height: 550px;
   border: #000 1px solid;
}

#cabecera {
   background: url(img/banner.gif) no-repeat;
   width: 900px;
   height: 100px;
}

/* Navegador - Menu */

#menu {
   width: 170px;
   height: 410px;
   float: left;
   padding: 20px;
   display: inline;
   text-align: left;
}

#menu ul, li {
   list-style-type: none;
}

#menu ul {
   margin-top: 10px;
   padding: 0;
}

#menu a {
   text-decoration: none;
   color: #222;
   background: #fff;
   display: block;
   padding: 5px;
}

#menu a:hover {
   background: #677E80;
   color: #fff;
}

/* ---------------- */

#foto_index {
   width: 900px;
   height: 450px;
}

#foto_menu {
   width: 690px;
   height: 450px;
   float: left;
}


/* Menu 2 */

#menu2 {
   width: 450px;
   height: 50px;
   float: left;
}

#menu2 a {
   padding-right: 15px;
   color: #222;
   font-size: 0.9em;
   float: left;
}

#menu2 ul, li {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#menu2 ul {
   margin-left: 10px;
   padding: 0;
}

#menu2 a:hover {
   color: #fff;
}

/* ---------------- */

#pie {
   font-size: 0.9em;
   float: right;
   margin:right: 10px;
}

/* Visor de Thumbnails */

#marco_ext {background:blue;
   width: 648px;
   height: auto;
   margin-top: 15px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;
}

#galnav {
   width: 900px;
   height: 102px;
   margin-top: 10px;
   text-align: center;
   font-size: 0.9em;
   float: left;
}

#galnav a, b {
   padding: 5px;
}

.thumbs {
   background-color: #677E80;
   width: 130px;
   height: 130px;
   margin: 5px;
   padding: 10px;
   border: 1px solid;
   float: left;
}

.thumbs a:hover img {
   border: 1px solid #000;
}

.left {
   text-align: left;
   padding-left: 125px;
}
/* Autor */

#autor {
   width: 482px;
   height: 551px;
   float: left;
   text-align: left;
   color: #222;
}

#cabecera_autor {
   background: url(img/banner.gif) no-repeat;
   width: 450px;
   height: 100px;
   float: left;
}

#foto_autor {
   width: 314px;
   height: 541px;
   float: right;
}

#texto_autor {
   width: 442px;
   height: 361px;
   padding: 20px;
   display: inline;
   float: left;
}

#texto_autor ul{
   padding-bottom: 10px;
}

#autornav {
   width: 442px;
   height: 20px;
   padding-left: 20px;
   float: left;
   text-align: left;
}

#safelogo {
   position: relative;
   left: 145px;
   top: 100px;
}

