.css {
	background-attachment: fixed;
	background-image: url(imgs/background.jpg);
	background-repeat: repeat-x;
}
.rodape {
	font-family: Calibri;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.texto {
	font-family: calibri;
	font-size: 12px;
	color: #000;
	text-align: justify;
}
.Titulo {
	font-family: Calibri;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}
.titulo2 {
	font-family: Calibri;
	font-size: 14px;
	text-transform: uppercase;
	color: #7B1D2D;
	font-weight: bold;
}

.link {
	font-family: Calibri;
	font-size: 12px;
	color: #9F161E;
}
.contactos {
	font-family: Calibri;
	font-size: 12px;
	color: #FFF;
}
.contorno {
	border: 1px solid #999;
}
