﻿@charset "utf-8";



/***** ESTRUTURA *****/


	#title {
		background: url(../images/background/theme-profissionais.png) no-repeat right 0px;

	}

	#title h1{			
		background: url(../images/h/h1-nossos-profissionais.png) no-repeat 0px 0px;
	}


	#jorge {
		background: url(../images/list-style-images/foto-dr-jorge.png) no-repeat 0 0;
	}

	#jorge h2{
		background: url(../images/h/h2-dr-jorge-von-zuben.jpg) no-repeat 0px 0px;
	}


	#marcia {
		background: url(../images/list-style-images/foto-dra-marcia.png) no-repeat 0 0;
		padding-bottom: 40px;
	}

	#marcia h2{
		background: url(../images/h/h2-dra-marcia.jpg) no-repeat 0px 0px;
		
	}
	#patricia {
		background: url(../images/list-style-images/foto-dra-patricia.png) no-repeat 0 0;
		padding-bottom: 40px;
	}

	#patricia h2{
		background: url(../images/h/h2-dra-patricia.jpg) no-repeat 0px 0px;	
		
				
	}

	#andre {
		background: url(../images/list-style-images/foto-dr-andre.png) no-repeat 0 0;
	}

	#andre h2{
		background: url(../images/h/h2-dr-andre.jpg) no-repeat 0px 0px;
	}

	#alexandre {
		background: url(../images/list-style-images/foto-dr-alexandre.png) no-repeat 0 0;
	}

	#alexandre h2{
		background: url(../images/h/h2-dr-alexandre.jpg) no-repeat 0px 0px;
	}

	
	#bruno {
		background: url(../images/list-style-images/foto-dr-bruno.png) no-repeat 0 0;
	}

	#bruno h2{
		background: url(../images/h/h2-dr-bruno.jpg) no-repeat 0px 0px;
	}
	
	#renato {
		background: url(../images/list-style-images/foto-dr-renato.png) no-repeat 0 0;
	
	}

	#renato h2{
		background: url(../images/h/h2-dr-renato.jpg) no-repeat 0px 0px;
	}
	
	
	.esquerdo {
		float: left;
		width: 100%;
		margin-top: 15px;
		padding: 20px 0 10px 40px;
		float: left;

	}

	.esquerdo h2{
		float: left;
		width: 100%;
		height: 60px;
		padding-bottom: 10px;
		text-indent: -9990px;
		overflow: hidden;
		margin-left: 140px;
	}

	padding-bottom: 40px;

	.esquerdo p{
		float: left;
		font-size: 0.8em;

	}
	.esquerdo ul {
		width: 300px;
		float: left;
		font-size: 0.8em;
		padding: 0px 0 7px 175px;
	}
	.esquerdo ul li{
		float: left;
		width: 100%;
		list-style-type: disc;
	}

	.direito {
		float: left;
		width: 100%;
		margin-top: 15px;
		padding: 20px 0 10px 30px;
		float: left;
	}

	.direito h2{
		float: left;
		width: 100%;
		height: 60px;
		padding-bottom: 10px;
		text-indent: -9990px;
		overflow: hidden;
	}



	.direito p{
		float: left;
		font-size: 0.8em;

	}
	.direito ul {
		float: left;
		width: 300px;
		font-size: 0.8em;
		padding: 0px 0 7px 20px;
	}
	.direito ul li{
		float: left;
		width: 100%;
		list-style-type: disc;
	}



	.contact {			

		width: 300px;	
		margin-top: 10px ;
	}


	.contact p{			
		width: 100%;	
		border-bottom: dotted 1px #ccc;
	}



	.contact p a{	
		color:#b4c4c7 !important;
		padding-left: 30px;
		font-size: 0.9em;
	}


	.esquerdo .contact {
		margin-left: 140px;
	}

	.direito .contact {
		margin-left: 10px;
	}




	.indique {			
		background: url(../images/icons/indique.jpg) no-repeat 0px 3px;
	}

	.curriculo {			
		background: url(../images/icons/curriculo.jpg) no-repeat 0px 3px;
	}
	.mail {			
		background: url(../images/icons/email.jpg) no-repeat 0px 7px;
	}







	#comentario span{			
		float: left;
		font-size: 1.5em;
		font-style: italic;
		color:#70c8b3;
		padding:5px 20px 30px 5px;
		border-bottom:#70c8b3 solid 1px;
	}












