body {
	background-color: #667A94;
	background-image:url(../images/background.jpg);
	left: 0px;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.caixa {
	border: 1px solid black;
}

.caixa_tracejado {
	border: 1px dotted #CCCCCC;
}

.imagem_fundo {
	background-image:url(../images/logo_back2.gif);
	background-repeat:no-repeat;
	background-position: 100% 0%;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4759A3;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
}

.normal_produtos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4759A3;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 0px;
}

.normal_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4759A3;
	text-align: justify;
}

.pequena_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4759A3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
}

.normal_vermelha_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BE0000;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
}

.pequena {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4759A3;
	text-align: justify;
}

.pequena_italico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #4759A3;
	text-align: justify;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
}

.cabecalhos {
	height: 20px;
	background: url(../images/header.gif) repeat-x;
	color: #BE0000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.bullet {
	height: 20px;
	background: url(../images/bullet.png) no-repeat;
	text-align: left;
}

.pedir_info {
	background: url(../images/info.gif) no-repeat;
	background-position: 23px 4px;
}

.pedir_info2 {
	background: url(../images/info.gif) no-repeat;
	background-position: -2px 4px;
}

.noticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4759A3;
	text-align: center;
	padding-top: 5px;
}

.imprimir_mapas {
	position: relative;
	top: -79px;
	left: 475px;
}

.imprimir_contactos {
	position: relative;
	top: -93px;
	left: 475px;
}

.menu_baixo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4759A3;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-left: 2px;
	border: 1px solid #666666;
}

.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#BE0000;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #000000;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;
	color : #666666;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 0px;
	text-decoration : none;
	color : #BE0000;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 0px;
	text-decoration : none;
	color : #666666;
}

a.destaque:link, a.destaque:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	text-decoration : none;
	color : #666666;
}

a.destaque:hover {
	text-decoration : none;
	color : #BE0000;
}

a.destaque:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	text-decoration : none;
	color : #666666;
}

.destaque {
	padding-bottom: 3px;
	padding-top: 7px;
}

ul {
	list-style-type:square;
}

li {
	line-height:11px;
	padding-top: 4px;
}

hr {
	border: 0px;
	color: #BE0000;
	background-color: #BE0000;
}