/* CSS Document Physio Physio Practice */

/*DEIXAR O SITE COLADO NO TOPO*/
* {
	margin: 0;
	padding: 0;
}

/*ALINHAR O SITE NO CENTRO*/
.centro {
	margin: 0 auto;
	text-align: center;
}

/*FUNDO DO TOPO E DO SITE*/
body{
	background:#ebf6d8;
	margin:0;
	padding:0;
	text-align:center;
}
div#geral{
 	background:url(imagens/bg_topo_x.jpg) repeat-x top;
}
/*FUNDO RODAPÉ*/
.fundo_rodape {
	background:url(imagens/bg_rodape_x.jpg) repeat-x bottom;
	width:100%; height:83px;
}

/*FUNDOS CONTEUDO DA INDEX*/
.fundo_1 {
	background:url(imagens/fundo_1.jpg) no-repeat right top;
	width:400px; height:111px;
}
.fundo_2 {
	background:url(imagens/fundo_2.jpg) no-repeat left top;
	width:375px; height:111px;
}
.fundo_3 {
	background:url(imagens/fundo_3.jpg) no-repeat right top;
	width:400px; height:179px;
}
.fundo_4 {
	background:url(imagens/fundo_4.jpg) no-repeat left top;
	width:375px; height:179px;
}
.fundo_4_interna {
	background:url(imagens/fundo_4_interna.jpg) no-repeat left top;
	width:375px; height:107px;
}

/*FUNDO INTERNA*/
.fundo_interna {
	background:url(imagens/fundo_internas.jpg) no-repeat center top;
	width:410px; height:447px;
}

.fundo_interna_vendas {
	background:url(imagens/fundo_internas_vendas.jpg) no-repeat center top;
	width:708px; height:447px;
}

/*FUNDO LISTA DE PREVECAO E SAUDE*/
.fundo_listinha1{
	background:url(imagens/linha_1.jpg) no-repeat center top;
	width:365px; height:18px;
}

.fundo_listinha2{
	background:url(imagens/linha_2.jpg) no-repeat center top;
	width:365px; height:18px;
}

/*FONTES PARA CONTEUDO DO SITE*/
/*Texto CINZA*/
.texto_cinza {
	font-family: Arial;
	padding-right:10px;
	line-height:16px;
	font-size: 11px;
	color: #797979;
	text-align:justify;
	text-decoration:none;
}

.texto_cinza a{
	font-family: Arial;
	font-size: 11px;
	color: #797979;
	text-decoration:none;
}

.texto_cinza a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #797979;
	text-decoration:underline;
}

/*Texto para prevenção e saude na home.... esse texto está indo apenas nesse texto "[...]"   */
.texto_vinho {
	font-family: Arial;
	line-height:20px;
	font-size: 11px;
	color: #863C53;
	font-weight:bold;
	text-decoration:none;
}

.texto_vinho a{
	font-family: Arial;
	font-size: 11px;
	color: #863C53;
	text-decoration:none;
}

.texto_vinho a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #863C53;
	text-decoration:underline;
}

/*Font para todo escrito em Physio Practice*/
.texto_verde {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #7BA231;
	text-decoration:none;
}

.texto_rosa {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #BB3B89;
	text-decoration:none;
}

/*INPUT DA NEWSLETTER HOME*/

.news_nome {
	background:url(imagens/input_news_nome.jpg) no-repeat;
	width:108px; height:21px;
}

.news_email {
	background:url(imagens/input_news_email.jpg) no-repeat;
	width:114px; height:21px;
}

.news_texto {
	background-color:transparent;
	border:0;
	width:100px; height:21px;
	padding:3px;
	font-family: Arial; font-size: 11px; color: #797979;
}

/*INPUT CONTATO, CADASTRE-SE, INDIQUE UM AMIGO*/

input {
	border:2px solid #e3d1d8;
	background-color:#f7f7f7;
}

textarea {
	border:2px solid #e3d1d8;
	background-color:#f7f7f7;
}

select {
	border:2px solid #e3d1d8;
	background-color:#f7f7f7;
}

.caixa { 
	width:650px; 
	height:80px;
}
.caixa2 { 
	width:650px; 
	height:120px;
}
.caixa_imagem {
	float:left;
	 width:90px;
}

h3 { 
	font-family: Arial;
	padding-right:14px;
	line-height:16px;
	font-size: 11px;
	color: #797979;
	text-align:justify;
	text-decoration:none;
}

.clear{clear:both;}

.img_produtos{float:left; margin:0 10px 15px 0; border:none;}
