/*Formatação do site Espaço Therapico*/

/*Deixar o site no topo*/
* {
	padding:0;
	margin:0;
}

/*Fundo do site*/
body {
	margin: 0 auto;
	text-align: center;
	background:url(imagens/bg.jpg) fixed center;
}

/*Alinhar o site no centro*/
.centro {
	margin: 0 auto;
	text-align: center;
}

/*Texto do Conteudo do site todo PADRÃO*/
.texto_conteudo {
	font-family: verdana; font-size: 11px; color: #6B6867; line-height: 16px; font-weight:bold;
}

.texto_conteudo a {
	font-family: Verdana; font-size: 11px; color: #6B6867; line-height: 16px; text-decoration:none;
}

.texto_conteudo a:hover {
	font-family: Verdana; font-size: 11px; color: #6B6867; line-height: 16px; text-decoration: underline; font-weight:bold;
}


/*Texto cinza do topo*/
.texto_cinza {
	font-family: verdana; font-size: 10px; color: #6B6867; line-height: 16px; font-weight:bold;
}

.texto_cinza a {
	font-family: Verdana; font-size: 10px; color: #6B6867; line-height: 16px; text-decoration:none;
}

.texto_cinza a:hover {
	font-family: Verdana; font-size: 10px; color: #6B6867; line-height: 16px; text-decoration: underline; font-weight:bold;
}

/*Texto Azul*/
.texto_azul {
	font-family: verdana; font-size: 10px; color: #55468D; line-height: 15px; font-weight:bold; text-transform:uppercase;
}

.texto_azul a{
	font-family: verdana; font-size: 10px; color: #55468D; text-decoration:none;
}

.texto_azul a:hover{
	font-family: verdana; font-size: 10px; color: #55468D; text-decoration:underline;
}

/*Texto do branco rodapé*/
.texto_laranja {
	font-family: verdana; font-size: 10px; color: #F7901D; line-height: 18px; font-weight:bold; text-transform:uppercase;
}

.texto_laranja a {
	font-family: Verdana; font-size: 10px; color: #F7901D; line-height: 18px; text-decoration:none; font-weight:bold;
}

.texto_laranja a:hover {
	font-family: Verdana; font-size: 10px; color: #000; line-height: 18px; text-decoration: underline; font-weight:bold;
}

/*Fundos da index*/

.abaixo_topo {
	background:url(imagens/continuacao_topo_index.jpg) no-repeat;
	height:72px; width:610px;
}	

.fundo_conteudo_repete {
 	background:url(imagens/fundo_cont_index_repete.jpg) repeat-y; 
	width:446px;
} 

/*fundo da lateral das internas*/
.bg_lateral_int {
	background: url(imagens/rodape_lateral.gif) no-repeat bottom;
	width:84px;
}

/*Rodape interna*/

.rodape_conteudo_interna {
	background:url(imagens/rodape_interna.gif) no-repeat; 
	width:526px;
	height:67px;
}

/*INPUT CONTATO*/

input {
	border:1px solid #F7901D;
	width:150px;
}

textarea {
	border:1px solid #F7901D;
}

select {
	border:1px solid #F7901D;
}
 