@charset "UTF-8";
/* CSS Document */

body {
	background: #6E87A6 url(/imagens/sitebuild/fundo.png) left top repeat-x;
	margin: 0;
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	}

/* LINKS */
a {
	color: #62AEE0;
	}

/* CONTENT */
#header {
	background: #fff url(/imagens/sitebuild/header.gif) left top no-repeat;
	width: 900px;
	height: 250px;
	display: block;
	margin: 0 auto;
	}
#content {
	background-color: #fff;
	width: 900px;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	}
#contentleft {
	float: left;
	width: 450px;
	padding-left: 50px;
	padding-right: 25px;
	}
#contentright {
	float: left;
	width: 350px;
	padding-left: 25px;
/*	background-color: #f4f4f4; */
	}
#contentbottom {
	clear: both;
	background: #fff url(/imagens/sitebuild/footer-content.gif) left bottom no-repeat;
	height: 80px;
	}

/* LISTA CONTACTOS*/
ul.contactos {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1em;
	font-size: 1.1em;
	}
ul.contactos li {
	background-color: #004864;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 3px;
	}
ul.contactos li label span {
	color: #00AFE2;
	font-size: 0.9em;
	line-height: 1em;
	}
ul.contactos li label {
	float: left;
	width: 90px;
	padding-left: 30px;
	}
ul.contactos li a {
	color: #fff;
	text-decoration: none;
	}
ul.contactos li a:hover {
	color: #00AFE2;
	text-decoration: underline;
	}

/* FOOTER */
#footer {
	width: 900px;
	display: block;
	margin: 0 auto;
	}
#copyright {
	width: 430px;
	padding-left: 20px;
	padding-top: 10px;
	color: #fff;
	font-size: 0.7em;
	float: left;
	}
#intg {
	width: 430px;
	padding-right: 20px;
	padding-top: 10px;
	color: #fff;
	text-align: right;
	font-size: 0.7em;
	float: left;
	}
#intg a {
	color: #fff;
	text-decoration: none;
	}
#intg a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* texto */
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #62AEE0;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-top: 0;
	margin: 0;
	padding-bottom: 1em;
	}
p {
	font-size: 1em;
	margin: 0;
	padding-bottom: 0.5em;
	}