body {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 10pt;
  color: #444444;
  padding: 0;
  margin: 0;
  background: url(../images/page_bg.png);
  }

h1, h2, h3 {
  font-family: Georgia, Times, serif;
  color: #444;
  font-weight: lighter;
  letter-spacing: -1px;
  }

h1 {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
h2 {
  font-size: 20pt;
  margin-bottom: 10px;
}


a img {
  border: none;
}
 
blockquote {
  margin: 0 0 0 20px;
  padding: 10px 10px 15px 15px;
  border-left: 3px solid #cccccc;
}

blockquote.direccion {
  background: #fcfcfc url(../images/home.png) no-repeat top right;
}

a {
  text-decoration: none;
  color: #336699;
}


#page {
  width: 100%;
  background: url(../images/top_bg.jpg) repeat-x top;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
}
  
#header {
  width: 1000px;
  height: 200px;
  background: url(../images/header_bg.jpg) no-repeat right;
}

#content {
  width: 970px;
  padding: 10px 0 10px 0;
  min-height: 300px;
}

#content a:hover {
  border-bottom: 1px solid #336699;
}

#left-sidebar {
  width: 170px;
  padding: 0 15px 0 0;
  margin-top: 30px;
  border-right: 1px dotted #ccc;
  min-height: 300px;
  float:left;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
  
#navigation ul li a {
  display: block;
  padding: 10px 0 10px 0;
  border-bottom: 1px dotted #ccc;
  text-decoration: none;
  letter-spacing: -1px;
  text-align: right;
  color: #666;
  font-size: 12pt;
  }

#navigation ul li a:hover {
  background: #369;
  color: #fff;
  padding-right: 10px;
}

#text {
  padding: 30px 15px;
  width: 790px;
  margin-left: 190px;
}

#mapa {
  border: 3px solid #666;
}

#slideshow {
  display: block;
  height: 200px;
  border: 3px solid #555555;
  position:relative;
  width: 790px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

#caption {
  width: 786px;
  padding: 5px 10px 5px 0;
  background: #555555;
  color: #cccccc;
  text-align: right;
}
#caption a {
  color: #ffffff;
  border-color: #ffffff;
}

#footer-wrapper {
  width: 100%;
  background: #336699;
  border-top: 10px solid #666;
}
#footer {
  width: 1000px;
  margin: 0 auto;
  color: #ddd;
  text-align: center;
  font-size: 8pt;
  padding: 10px;
}

#footer a {
  color: #ddd;
}

.to-top {
  display: block;
  text-align: right;
  padding: 10px 10px 3px 10px;
  border-bottom: 1px solid #666666;
  clear: both;
  margin-bottom: 40px;
}
.to-top a {
  text-decoration: none;
  color: #666666;
}
.to-top a:hover {
  color: #369;
}

.col-a {
  width: 390px;
  margin: 0;
  float: left;
}

.col-b {
  width: 390px;
  margin: 0;
  float: right;
}



img.left, img.right {
}

img.left {
  margin: 0 10px 10px 0;
  float: left;
}


.clear-left  {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear {
  clear: both;
 }
 
.credits {
  font-size: 6pt;
  color: #777;
}