/*
	
	ficheiros extras de CSS
	
*/
@import url(classes.css);
@import url(conteiners.css);
/*
	elementos básicos
*/	
* { 
		margin:0;
		padding: 0;
		text-decoration: none;
		outline: none;
}
	body {
		background: url(images/bg_borda.jpg) #FFF repeat-y left;
		font: 12px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
		color: #4C4C4C;
		display: block;
	}
	fieldset { border: none;}
	a, a:visited, 	a:active, 	a:hover { color: #4C90CE;  outline: 0;}
	object  { 
		width: 100%;
		overflow: hidden;
		display: block; 
		float: left;
		background: url(images/bg_topo.jpg) #4C7AAC top left no-repeat ;
		/*height: 33%;*/
		margin: auto 0 ;
	}
	ul a li.saiba_mais {list-style: none;} 
	form input.botao {
	   display: block;
	   width: auto;
	   float: left;
	   margin-left: 5px;
	}
	a img  {border:none;}
	address 	{
		font:12px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
		line-height:200%;
	}
	address a  {
		text-decoration:none;
		font:bold 12px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	}
	cite
	{
		border:1px dashed #CCC;
		background: #FFF;
		margin:10px 0 0 5%;
		color: #000;
		display:block;
		width:80%;
		font: bold 11px;
		text-indent: 0;
		padding: 5%;
	}
	hr { display:none; }
/*

	CSS para impressão

*/

@media print {
 * { 
	margin:0;
	padding: 0;
	text-decoration: none;
}
body {
	margin:0;
	font: 11pt "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #4C4C4C;
	}
#geral {
	margin: 0;
	/*display: table;*/
	background: #FFF;
	width: 100%;
}
.borda_fina {border: 1px solid #CCC;}
#bForm {width: 90%;}
}
