@media screen, print{

	*{margin: 0; padding: 0}
	.linkcursor{cursor: pointer}

	a{text-decoration:none; color: #0075a9}
	a:hover{text-decoration: underline}
	a img{border: none; margin:0; padding:0}

	html, body{height: 100%}

	#conteudo{width: 100%;height: 90%;display: table;position: relative}

	ul{margin: auto; display: table; list-style-type: none}
	ul li{width: 37px; height: 37px; margin: 0 5px; float: left}

	body{font-family: 'Open Sans Condensed', sans-serif;font-size: 16px;color: #363636;background: url('../../imagens/bg.png');font-weight: 300;font-style: normal}

	#informacoes{width: 531px;height: 216px;padding: 42px 0 50px 0;margin: 0 auto}

	#logo{width: 236px;height: 216px;float: left;overflow: hidden}

	header{width: 100%;height: 50px;line-height: 50px;text-align: center;background: url('../../imagens/bg_header.gif')}

	#faixa{width: 100%;height: 345px;background: url('../../imagens/bg_faixa.png') top no-repeat}

	#geral{position: static;width: 100%;height: 100%}

	#top{width: 100%;height: 90%;display: table;#position: relative;overflow: hidden}

	#bottom{width: 100%;#top: 50%;#position: absolute;display: table-cell;vertical-align: middle}

	#contato{width: 236px;height: 100%;float: right;display: table;position: relative}

	#centro{height: 100%;#top: 50%;#position: absolute;display: table-cell;vertical-align: middle}

	address{float: right;font-style: normal;font-size: 18px;color: #363636}

	footer{	width: 100%;height: 50px;line-height: 50px;text-align: center;background: url('../../imagens/bg_footer.gif');position: absolute;bottom: 0}

	footer p{float: left;padding: 0 0 0 40px}

	footer img{float: right;padding: 15px 40px 0 0}

}