body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.fundo_menu {
	background-image: url(imagens/fundo_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fundo_rodape {
	background-image: url(imagens/rodape.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
}
.fundo_lateral_esquerda {
	background-image: url(imagens/canto_esquerdo.jpg);
}
.fundo_lateral_direita {
	background-image: url(imagens/canto_direito.jpg);
}
.divisao {
	background-image: url(imagens/linha_central.jpg);
	background-repeat: repeat-y;

}
.titulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #B8282E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5BC43;
	font-weight: bold;
	padding: 5px;
}
.titulos_cursos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #B8282E;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
}
.texto_home {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
}
.textos_links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 16px;
}
.separacao_horizontal {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5BC43;
}
.global
{
	width: 100%;
	margin-left: 45px;
}
.imagens
{
	width: 25%;
	float: left;
	margin-top: 18px;
	margin-right: 8px;
	margin-left: 8px;
	background-image: url(imagens/fundo_terapias.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #E5BC43;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}
a.linque1:link{color:#B8282E; text-decoration:underline;}
a.linque1:visited {color:#B8282E; text-decoration:underline;}
a.linque1:hover {color:#E5BC43; text-decoration:underline;}
a.linque1:active {color:#B8282E; text-decoration:underline;}