@charset "iso-8859-1";

/**
 *
 * Especialidades: Tratamento das DTMs
 * http://www.segatoemarkert.com.br/dtms.php
 *
 **/
div#conteudo {
	position:absolute;
	top:123px;
	left:20px;
	width:708px;
	height:427px;
	padding-right:20px;
	overflow:auto;
}

p {
	text-align:justify;
	margin:15px 0 25px;
}

/* Sintomas da disfunção temporomandibular */
ol#sintomas {
	font-size:80%;
	color:#333;
	margin:15px 0 35px 25px;
}


