h2{
	display: block;
	width: 514px;
	height: 99px;
	background: url(/static/tema/contato-h2.png);
	text-indent: -5000px;
	}
	
#conteudo{
	overflow: auto;
	}

#Institucional{
	padding: 0px 20px;
	width: 358px;
	float: left;
	line-height: 1.5em;
	}
	
#Institucional h3{
	font-size: 28px;
	color: orange;
	margin-bottom: 20px;
	}	

#Mapa{
	clear: left;
	margin-left: -5px;
	margin-top: 20px;
	margin-bottom: 30px;
	}

#formulario_contato{
	width: 280px;
	float: left;
	padding: 20px;
	margin-right: -20px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #1d688f;
	color: white;
	position: relative;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	}
	
#formulario_contato img.tl{
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#formulario_contato img.bl{
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
	
#formulario_contato td{vertical-align: top; padding: 3px;}

#formulario_contato input[type="text"]{
	width: 	190px;
	}

#formulario_contato textarea{
	width: 198px;
	height: 100px;
	}

#conteudo #formulario_contato input[type="submit"]{
	width: 169px;
	height: 45px;
	background-color: transparent;
	background-image: url(/static/tema/contato-botao-enviar.gif);
	background-position: top;
	text-indent: -5000px;
	margin-left: 70px;
	}
	
#conteudo #formulario_contato input[type="submit"]:hover{
	background-position: 0px 45px;
	}

#TextoContato{
	height: 186px;
	padding-top: 35px;
	clear: left;
	}

#endereco, #msn, #skype{
	display: block;
	background: url(/static/tema/bg-box-contato.png);
	position: relative;
	width: 204px;
	height: 116px;
	float: left;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 12px;
	color: #12587c;
	}
	
#msn{
	margin-left: 7px;
	margin-right: 7px;
	}

#endereco h3, #msn h3, #skype h3{
	position: absolute;
	text-indent: -5000px;
	}

#endereco p, #msn p, #skype p{
	line-height: 1.2em;
	}

#endereco h3{
	width: 224px;
	height: 74px;
	background: url(/static/tema/contato-endereco.png);
	top: -35px;
	left: 5px;
	}
	
#msn h3{
	width: 183px;
	height: 91px;
	background: url(/static/tema/contato-msn.png);
	top: -50px;
	left: 10px;
	}

#skype h3{
	width: 	133px;
	height: 59px;
	background: url(/static/tema/contato-skype.png);
	top: -35px;
	left: 40px;
	}

