body {
 font-family:  verdana, sans-serif;
 font-size: 12px;
}

#tudo {
 margin: 0 auto;
 width: 765px;
}
	
#header {
 width: 765px;
 float: left;
 height: 80px;
 background-image: url(../images/topo-search.gif);
 background-repeat: no-repeat;
 background-position: center top;
	
}

#meio {
 width: 765px;
 float: left;
}
	
#leftcolumn {
	width: 170px;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
}
#content {
	float: left;
	width: 380px;
	display: inline;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
}

#contentdentro {
	float: left;
	width: 550px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FBE299; 
	margin-top:10px;
	margin-bottom:10px; 
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#rightcolumn { 
 padding-top: 10px; 
 padding-right: 5px; 
 width: 170px;
 float: right;
}

#fotos{
	width: 765px;
	float: left;
	height: 76px;
    background-image: url(../images/barra.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#footer {
	clear: both;
	background-image: url(../images/rodape.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 9px;
	text-align: center;
	padding-top: 13px;
}

/*  Caixa destaque */ 
.topo_cx_destaque {
	height: 24px;
	padding-top:3px;
	padding-left: 10px;
	background-image: url(../images/topo_cx_destaque.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
}

.topo_cx_tomenota {
	height: 19px;
	padding-top:3px;
	padding-left: 10px;
	background-image: url(../images/topo_cx_tomenota.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
}

.topo_cx_infuteis {
	height: 19px;
	padding-top:3px;
	padding-left: 10px;
	background-image: url(../images/topo_cx_infuteis.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
}

.topo_cx_portugal {
	height: 24px;
	padding-top:3px;
	padding-left: 10px;
	background-image: url(../images/topo_cx_potugal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
}

.meio_cx_destaque {
	padding-left: 10px;
	font-size: 11px;
	line-height: 140%;
    background-image: url(../images/meio_cx_destaque.gif);
	background-repeat: repeat;
	background-position: left top;
}

.meio_cx_portugal {
	font-size: 12px;
}

.meio_cx {
	background-image: url(../images/meio_cx_destaque.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 11px;
}

.fundo_cx_destaque {
	margin-bottom: 20px;
	padding: 9px;
	font-size: 10px;
	background-image: url(../images/fundo_cx_destaque.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 15px;
}

.fundo_cx_portugal {
    margin-bottom: 20px;
	font-size: 10px;
	background-image: url(../images/fundo_cx_portugal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 15px;
}

.fundo_cx {
    margin-bottom: 20px;
	font-size: 10px;
	background-image: url(../images/fundo_cx_tomenota.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 15px;
}

/* Para os links dos textos pretos*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #808000;
	text-decoration: none;
}

/* menu dos links da pagina inicial */
#link {
	font-size: 9px;
}

#link td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4A9711;
	padding-top: 3px;
	padding-bottom: 4px;
}

/* Menu com as opcoes de menu */
#menu {
	font-size: 12px;
}

#menu td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4A9711;
	padding-top: 7px;
	padding-bottom: 7px;
}

p{
	line-height: 140%;
}

/* Menu horizontal da pesquisa */
#horizontal {
	width: 100%;
	background-image: url(../images/linha_pt.gif);
	background-repeat: no-repeat;
	height: 38px;
	float:left;
}

#blog {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
}

#pesquisa {
	float: right;  
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
}

/* Menu horizontal no header */
#navigation {
	float: right;
	padding-top: 52px;
}

#navigation ul{
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
}
* html #navigation ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
margin-top:0;

}

#navigation ul li{
	display: inline; 
}


#navigation ul li a{
	float: right;
	color: #000000;
	text-decoration: none;

}

#navigation ul li a:hover{
	color: #808000;
	text-decoration: none;
}

ul {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 15px;
	vertical-align: middle;
	list-style-type: disc;
	line-height: 140%;
}
#tudo #meio #content .meio_cx li {
	padding-bottom: 5px;
}

.titulo {
	background-color: #F9F0E3; 
	height: 25px;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4A9711;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4A9711;
	color: #000000;
	margin-top:-14px;
}

.titulo_texto {
	font-size: 16px;
	text-align: center;
}

.texto {
  	padding-top: 15px; 
	text-align: justify;
}
hr {
	border: 1px dashed #808000;
	width: 550px;
	text-align: center;
}
.linha10 {
	font-size: 10px;
	line-height: 170%;
}

.linha12 {
	font-size: 12px;
	line-height: 200%;
}
#contador {
	font-size: 10px;
	margin-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4A9711;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4A9711;
	padding-top: 5px;
	padding-bottom: 5px;
}

.foto_esq {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #4A9711;
	padding: 5px;
}

.foto_dir {
	margin-left: 10px;
	margin-bottom:5px;
	border: 1px solid #4A9711;
	padding: 5px;
}

.button {
	font-size: 0.8em;
	border: 1px solid #999999;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.icon {
	margin-right: 5px;
}
