/* CSS Document */

.chamadas{
	width:779px;
	margin:0 auto;
	position:absolute;
	left:20px;
	top:15px;
}

	.chamadas h1.informativo, .chamadas h1.FAQ, .chamadas h1.TrabalheConosco{
		float:left;
	}
	.chamadas h1.informativo{
		background:url(../imagens/informativoIMG.jpg) no-repeat;
		width:172px;
		height:63px;
		padding-right:32px;
	}
		.chamadas h1.informativo a{
			display:block;
			width:172px;
			height:63px;
		}
	.chamadas h1.FAQ{
		background:url(../imagens/faqIMG.jpg) no-repeat;
		width:172px;
		height:63px;
		padding-right:32px;
	}
		.chamadas h1.FAQ a{
			display:block;
			width:172px;
			height:63px;
		}

	.chamadas h1.TrabalheConosco{
		background:url(../imagens/trabalheConoscoIMG.gif) no-repeat;
		width:172px;
		height:63px;
	}
		.chamadas h1.TrabalheConosco a{
			display:block;
			width:172px;
			height:63px;
		}
		
		
		