body	{
	background: White;
	color: #202020;
	margin: 0;
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

img	{
 border: 0;
}

.miniatura {
   padding: 5px;
	border: solid 1px #CACACA;
	width: 100px;
	max-width: 100px;
	float: none;
	margin: 5px;
}
    	
.credito {
	font-size: 9px;
	color: #9F9F9F;
}
	
/*------------------------------------------------------------------------*/
#outer_wrapper {
  background: #0b0b0b url(../_img/fundo2.jpg) no-repeat fixed bottom center;
  z-index: 0;
  }

#wrapper {
  z-index: 0;
}

#fundo {
  position: absolute;
  background: #D5D5D5 url(../_img/fundo1.gif) repeat-x top;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  left: 5%;
  right: 10%;
  top: 245px;
  width: auto;
  height: 575px;
  z-index: 0;
  min-width: 750px;
}

#fundo {
  opacity: .4;
  filter: alpha(opacity=40);
}

#container {
  width: 90%;
  margin: 15px;
  text-align: center;
  z-index: 1;
  min-width: 750px;
}

#content {
  position: relative;
  right: 0;
  left: 0;
  padding: 25px;
  z-index: 2;
}

#main {
  margin-left: 15px;
  text-align: center;
  padding: 25px;
  z-index: 2;
}

#main table {
  width: auto;
  margin: auto;
  text-align: left;
}

h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
/*----------------------------------------------------------------------------*/



/*+-------------------------------------------------------------------------+*/
/*| cabecalho                                                               |*/
/*+-------------------------------------------------------------------------+*/
#cabecalho	{
	background: #090B0C;
	margin: 0;
	height: 175px;
	text-align: left;
  color: White;
  padding: 5px;
	}

#cabecalho h1 {
  font-weight: normal;
  font-size: 27px;
  color: #DFDFDF;
  margin-bottom: 0px;
}

#cabecalho h1 strong {
  font-weight: bold;
  color: #FFFFFF;
}

#cabecalho h2 { 
  font-weight: normal;
  font-size: 13px;
  color: #CACACA;
  margin-top: 0px;
}

#cabecalho h1 a {
  padding: 10px;
  text-decoration: none;
}

#cabecalho #logo {
  width: 350px;
  padding-left: 5px;
  float: right;
  color: White;
  background-color: transparent;
  text-decoration: none;
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#cabecalho #contacto {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  width: 175px;
  background-color: transparent;
  text-decoration: none;
  line-height: 11px;
  text-align: left;
/*  font-family: Georgia, "Times New Roman", serif; */
}

#cabecalho P {
  font-size: 9px;
  font-style: italic;
}
#cabecalho a {
  color: #CACACA;
}
/*---------------------------------------------------------------------------*/
/*| fim do cabecalho                                                        |*/
/*---------------------------------------------------------------------------*/

h1 {
  font-size: 19px;
}

h2 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
}

h3 {
  font-size: 15px;
}

.caixa {
  background: #D5D5D5 url(../_img/fundoclaro.gif) repeat-x bottom;

	font-size: 12px;
	margin: 10px;
  width: 90%;
  height: auto;
  opacity: .75;
  filter: alpha(opacity=75);
}	
	
.caixa h1 {
	font-size: 12px;
	font-weight: bold;
	color: #EAEAEA;
	background: #606060;
	margin: 0;
	padding: 5px;
}		

.caixa h1 a, .caixa h1 a:visited  {
  color: #EAEAEA;
  background: transparent;
  text-decoration: none;
}
	
.caixa h1 a:hover {
	color: White;
	background: transparent;
	text-decoration: none;
}

.caixa p:hover {
	background: white;
  opacity: 1.;
  filter: alpha(opacity=100);
}


.caixa p {
	background: transparent;
  padding-right: 18px;
  padding-left: 6px;
}


/*+-------------------------------------------------------------------------+*/
/*| Rodape                                                                  |*/
/*+-------------------------------------------------------------------------+*/
#rodape {
	border: 0;
	color: #E2EAF2;
	background: #252525;
	padding: 5px;
	text-align: left;
	font-size: 9px;
}

#rodape p {
	margin: 10px 0;
	padding: 0;
}

#rodape a {
  color: #9F9F9F;
}

#rodape a:hover {
  color: #DADFE4;
  text-decoration: none;
}
/*- rodape ------------------------------------------------------------------*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #6A6A6A;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #4A4A4A;
	background: transparent; 
	}

.detalhes {
  color: #6D8092;
  font-size: 9px;
  background-color: transparent;
}
