@charset "utf-8";
.fundo-pg {
	background-attachment: fixed;
	background-image: url(images/fundo-tabela-css.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.fundo-tabela {
	background-image: url(images/fundo-home.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.fundo-tabela-menor {
	background-image: url(images/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.fundo-tabela-equipe {
	background-image: url(images/fundo-equipe.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.fundo-tabela-equipe-foto {
	background-image: url(images/fundo-equipe-foto.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.fundo-tabela-artigo-foto {
	background-image: url(images/fundo-artigo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D2B75;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D2B75;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F77BC;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D2B75;
	text-decoration: none;
}
.Titulo-noticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D2B75;
	text-decoration: none;
}
.Textos-tratamentos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
