/* General */
html {
  background:url(../images/background.gif) repeat scroll 0%;
}

body {
  margin:0px;
  font-family: arial,helvetica,sans-serif;
  font-size:9pt;
}

/* Fix for IE6 to support PNG images */
img {
  behavior:url(css/iepngfix.htc);
}

/* Main */
div#main {
  width:800px;
  margin:0pt auto;
}

/* Header */
div#header {
  height:150px;
  background-image:url(../images/stripes.png);
  border-bottom:1px solid #000;
  position:relative;
}

div#header #logo {
  position:absolute;
  top:50px;
  left:115px;
  height:64px;
  width:398px;
}

div#content {
  background:#fff;
  padding:10px;
  min-height:800px;
  padding-left:120px;
}

div#content h2 {
  margin:0px;
  padding-bottom:10px;
}

div#content .path {
  width:550px;
  text-align:left;
  font-weight:bold;
  padding:3px;
  margin-bottom:15px;
  border-top:1px solid #003366;
  border-bottom:1px solid #003366;
  color:#676767;
}

div#content .path a {
  color:#676767;
}

div.section {
  padding-bottom:10px;
}

/* Footer */
div#footer {
  background-image:url(../images/stripes.png);
  border-top:1px solid #000;
  height:20px;
  text-align: center;
  padding:0px;
  color:white;
  font-weight:bold;
}

/* Tab definitions */
div#tabbar {
  background:#003366;
  padding-top:9px;
}

ul#tabnav {
  text-align:left;
  font-weight:bold;
  border-bottom:1px solid #000;
  list-style-type:none;
  padding:3px 5px 3px 5px;
  margin:0px;
  margin-left:110px;
}

ul#tabnav li {
  display:inline;
}

ul#tabnav .selected-tab {
  border-bottom:1px solid #fff;
  background-color:#fff;
}

ul#tabnav .selected-tab a {
  background-color:#fff;
  color:#000;
  position:relative;
  top:1px;
  padding-top:4px;
}

ul#tabnav li a {
  padding:3px 10px;
  border:1px solid #000;
  background-color:#205a94;
  color:#999;
  margin-right:0px;
  text-decoration:none;
  border-bottom:none;
}

ul#tabnav a:hover {
  background:#fff;
  color:#000;
}

a {
  color:#0000ee;
}

.pictures {
  padding:10px 5px 5px 5px;
  margin-bottom:5px;
  border-bottom:1px solid #003366;
  font-weight:bold;
}

.picture {
  border:1px solid #003366;
  padding:3px;
  margin-right:5px;
}

.fotos {
 width:100%;
 margin-top:10px;
 padding-top:10px;
 padding-bottom:10px;
 border-top:1px solid #003366;
 border-bottom:1px solid #003366;
}