@import url(reset.css);
/* Home Page  - OP - Portugal */
/*
azul metal: #43708f
vermelho-bordeaux: #8b1e47
verde claro: #99b836
amarelo: #ffcb05
*/

BODY {
	background: #d1c7be url(../img/tirabrown01.png) repeat-x;
}

/* Estilos Gerais */

.nofloat {clear: both;}

A {color: #DDB000;}/* 43708f */

H1, H2, H3, H4, H5, H6 {
	font: 25px "Trebuchet MS", sans-serif;
	margin-bottom: 10px;
}
H1 {
	font: 25px "Trebuchet MS", serif;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffcb05;
}
H3 {
	font-size: 15px;
	text-transform: uppercase;
	color: white;
}
H4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #8b1e47;
}
H5 {
	font-size: 11px;
	text-transform: uppercase;
	color: #8b1e47;
}
H6 {
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
/* Layout */

#main_box {
	width: 960px;
	margin: 15px auto;
	position: relative;
	background: white;
	font: 0.8em Tahoma, sans-serif;
}
#box01 {
	width: 927px;
	float: left;
}
#box02 {
	width: 33px;
	height: 100%;
	background: #3e9eb7;
	float: right;
	padding-top: 100px;
}

/* Header todo e blocos */
#header {
	width: 927px;
}
#headlogo {
	width: 200px;
	height: 100px;
	background: white url(../img/logotop.png) no-repeat;
	float: left;
}
#headbanner {
	width: 727px;
	height: 100px;
	background: #8b1e47;
	float: left;
}

/* coluna esquerda */
#left {
	width: 200px;
	background: #99b836;
	margin-top: 15px;
	padding-bottom: 10px;
	float: left;
}

/* coluna direita */
#right {
	width: 726px;
	margin-top: 5px;
	padding-bottom: 12px;
	float: left;
	background: #43708f;
}
	#rl {
		width: 420px;
		padding: 0 19px;
		background: #43708f;
		float: left;
		overflow: auto;	
	}
	#rc {
		width: 267px;
		background: #43708f;
		float: left;
	}
	.wider1 {
		width: 305px;
		padding: 15px 10px 15px 20px;
		margin: 0 5px 30px 12px;

		float: left;
		/*background: #7c9bb1;*/
		background: #7c9bb1 url(../img/destakbg.png) 0 0 no-repeat;
	}
	.wider2 {
		width: 325px;
		padding: 15px 5px 15px 20px;
		margin: 0 0 30px 12px;
		background: #3e9eb7 url(../img/destakbg2.png) 0 0 no-repeat;
		float: left;
	}
	.wider1 H2, .wider2 H2 {
		color: #ffcb05;
		font-size: 20px;
	}
	.wider1 P, .wider2 P {
		font-size: 10px;
		color: black;
	}
	.wider1 P STRONG, .wider2 P STRONG {
		color: white;
		display: block;
		padding: 10px 0 6px 0;
	}
	.wider1 P STRONG A, .wider2 P STRONG A {
		color: white;
	}	
#footer {
	width: 920px;
	padding: 15px 40px 8px 0;
	clear: both;
	font: 0.7em "Trebuchet MS", sans-serif;
	color: #99b836;
	text-align: right;
	border-bottom: solid 2px #8b1e47;
}
#footer P A {color: #99b836;}
/* Estilos gerais */
#rl P, #rlall P {
	color: white;
	margin-bottom: 10px;
}
#rl UL, #rlall UL {
	color: white;
	margin: 8px 30px;
}
#rl UL LI, #rlall UL LI {
	color: white;
}
#rl UL LI A, #rlall UL LI A {
	color: white;
}

/* Menu */
UL#menu {
	margin: 10px 2px 25px 20px;
	text-transform: uppercase;
	font: 10px Tahoma, sans-serif;
}
UL#menu LI {
	color: white;
	margin-bottom: 6px;
}
UL#menu LI A {
	color: white;
	text-decoration: none;
}
UL#menu LI A:hover {
	color: black;
}
/* formulário */
FORM#pesq, FORM#log  {
	margin: 10px 4px 8px 4px;
	font: 9px "Trebuchet MS", sans-serif;
}
LEGEND, LEGEND A {
	font-weight: bold;
	padding-bottom: 4px;
	color: black;
}
FORM#log LABEL  {
	float: left;
	width: 30px;
}
LABEL, INPUT  {
	margin-bottom: 3px;
}
FORM#log INPUT.txt {
	width: 150px;
}
INPUT.go {
	width: 32px;
	height: 16px;
	margin-left: 146px;
	background: url(../img/go.png) no-repeat;
}
.rss {
	margin: 0 10px 25px 10px;
	font-size: 10px;
	color: #333;
}
.rss A {
	color: #333;
}