﻿@charset "utf-8";



/***** ESTRUTURA *****/


	#title {
		background: url(../images/background/fale-conosco.png) no-repeat right 0px;

	}

	#title h1{			
		background: url(../images/h/h1-fale-conosco.png) no-repeat 0px 0px;
	}




	.horario-atendimento {
		float: left;
		width: 205px;
		height: 145px;
		margin: 20px 0 5px 15px;
		background: url(../images/background/horario-de-atendimento.jpg) no-repeat 0px 0px;
	}

	.agende-consulta {
		float: left;
		width: 205px;
		height: 145px;
		margin-left: 15px;
		background: url(../images/background/agende-sua-consulta.jpg) no-repeat 0px 0px;
	}

	.adress {
		float: left;
		width: 205px;
		margin: 20px 0 0 15px;
	}
	.adress h2{			
		float: left;
		width: 100%;
		height: 40px;
		margin: 0px 0 0px 0px;
		text-indent: -9990px;
		overflow: hidden;
		background: url(../images/h/h2-endereco.png) no-repeat 0px 0px;
	}

	.adress p{
		float: left;
		font-size: 0.7em;
		padding-left: 50px;
	}
	.adress p a{
		float: left;
		margin-top: 10px;
		padding-left: 20px;
		background: url(../images/list-style-images/bullet.gif) no-repeat 0px 2px;
	}





/* FORMULÁRIO */


#formulario {
	float : left ;
	width : 100% ;
}

#formulario form{
	float : left ;

	margin-top: 50px;


	
}
#formulario div{
	foat : left ;
	display : block ;
}

#formulario p{

	font-weight: bold;
	margin-top:4px;

}

#formulario strong{
	float : left ;
	padding: 17px 5px 0 5px;
	font-size: 0.7em;
}




#formulario input, select, textarea {
	float : left ;
	font-family: trebuchet ms;
	color: #7a766a;
	font-size: 0.72em;
}











#formulario #nome {
	float : left ;
	width : 300px ;
}
#formulario #nome p {
	float : left ;
	padding-right: 20px;

}

#formulario #nome input{
	float : left ;
	width : 212px ;
	height: 24px;
	padding: 5px 5px 5px 7px;
	margin: 5px 0 0px 0px;
	background: url(../images/input/medio.gif) no-repeat 0px 0px;

}


#formulario #email {
	float : left ;
	width : 580px ;
}

#formulario #email p {
	float : left ;
	padding-right: 20px;

}

#formulario #email input{
	float : left ;
	width : 212px ;
	height: 24px;
	padding: 5px 5px 5px 7px;
	margin: 5px 0 0px 0px;
	background: url(../images/input/medio.gif) no-repeat 0px 0px;

}



#formulario #finalidade {
	float : left ;

}

#formulario #finalidade p {
	float : left ;
	padding-right: 6px;


}

#formulario #finalidade input{
	float : left ;
	width : 212px ;
	height: 24px;
	padding: 5px 5px 5px 7px;
	margin: 5px 0 0px 0px;
	background: url(../images/input/medio.gif) no-repeat 0px 0px;

}


#formulario #telefone {
	float : left ;
	width : 280px ;

}
#formulario #telefone p {
	float : left ;
	padding-right: 15px;
}


#formulario #telefone .ddd {
	float : left ;
	width : 26px ;
	border : 1px solid #c4d7e0 ;
	height: 24px;

	padding: 5px 5px 5px 7px;
	margin: 5px 0 0px 0px;
	background: url(../images/input/ddd.gif) no-repeat 0px 0px;
}
#formulario #telefone .tel {
	float : left ;
	width : 130px ;
	border : 1px solid #c4d7e0 ;
	height: 24px;
	padding: 5px 5px 5px 7px;
	margin: 5px 0 0px 0px;
	background: url(../images/input/tel.gif) no-repeat 0px 0px;
}







#formulario #mensagem {
	float : left ;
	width : 310px;
	margin: 10px 0 10px 0;
}
#formulario #mensagem p {
	float : left ;
	width : 100% ;
	padding: 0px 20px 6px 0px;
}
#formulario #mensagem textarea{
	float : left ;
	width : 291px ;
	height: 165px;
	padding: 5px 3px 5px 8px;
	margin: 0px 0 0px 0;
	background: url(../images/input/textarea.gif) no-repeat 0px 0px;
}




#formulario #enviar {
	float : left ;
	width : 200px ;
	margin-top: 20px;
}

#emails {
	float : right ;
	width : 210px ;
	height : 250px ;
	font-size: 0.7em;
	padding: 10px 0 0 20px;
	background: url(../images/list-style-images/carta.png) no-repeat 0px 0px;
}


#emails h3{			
	float: left;
	width: 100%;
	height: 60px;
	margin: 0px 0 10px 0px;
	text-indent: -9990px;
	overflow: hidden;
	background: url(../images/h/h3-se-preferir.jpg) no-repeat 0px 0px;
}



