@charset "utf-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(imagens/fundo-site.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}
.img-borda {
	border: 10px #FFFFFF;
}
.texto-padrao {
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}
.titulo-padrao {
	font-family: Tahoma;
	font-size: 14px;
	text-align: left;
}
.texto-esquerda {
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
}
.texto-tabela {
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
}
.link {
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.link:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
.fotoGrande {
	position: fixed;
	width: 500px;
	height: 300px;
	left: 30%;
	top: 200px;
}

#links {

	position: absolute;
	left: 81%;
	top: 20px;

}