@charset "iso-8859-1";

/**
 *
 * Informativos
 * http://www.segatoemarkert.com.br/informativos.php
 *
 **/
div#conteudoLista {
	position:absolute;
	top:45px;
	left:0;
	width:748px;
	height:450px;
	padding:75px 0 0 20px;
	background:url(../imagens/informativos/informativos.jpg) no-repeat top right;
}

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;
}

p.alignCenter { text-align:center; }

/* Listas */
ul.lista {
	margin:12px 0 0 25px;
	list-style-type:disc;
}
ul.lista li {
	line-height:140%;
	text-align:justify;
	font-size:80%;
	color:#333;
	margin:5px 0 10px;
}



/**
 *
 * Clareamento dental: verdadeiro marketing pessoal
 * http://www.segatoemarkert.com.br/informativo_clareamento_dental.php
 *
 **/
p#clareamentoDental { margin:0; }
p#clareamentoDental img {
	display:block;
	float:right;
	width:240px;
	height:212px;
	margin:15px 0 5px 15px;
}

/* Antes: Dentes amarelados e manchados */
p#antes {
	float:left;
	width:330px;
	text-align:center;
	margin-left:20px;
}

/* Depois: dentes clareados após clareamento imediato */
p#depois {
	float:right;
	width:330px;
	text-align:center;
}

p#antes img,
p#depois img {
	display:block;
	width:270px;
	height:150px;
	margin:0 auto 5px;
}

p#antes strong,
p#depois strong { font-size:80%; }



/**
 *
 * Você sabe o que é a doença cárie?
 * http://www.segatoemarkert.com.br/informativo_doenca_carie.php
 *
 **/
div.evolucaoCarie {
	min-height:150px !important;
	height:auto !important;
	height:150px;
	margin:15px 0 0;
	clear:both;
}

div.evolucaoCarie h3 {
	float:right;
	width:560px;
	height:20px;
	line-height:20px;
	font-size:90%;
	color:#333;
	margin:0 0 10px;
}

div.evolucaoCarie img {
	display:block;
	float:left;
	width:115px;
	height:135px;
	margin:0 15px 15px 0;
}

div.evolucaoCarie p {
	float:right;
	width:560px;
	margin:0;
}



/**
 *
 * Doença periodontal
 * http://www.segatoemarkert.com.br/informativo_doenca_periodontal.php
 *
 **/
p#oQueEdoencaPeriodontal { margin:0; }
p#oQueEdoencaPeriodontal img {
	display:block;
	float:left;
	width:106px;
	height:106px;
	margin:0 15px 5px 0;
}

div.doencaPeriodontal {
	min-height:120px !important;
	height:auto !important;
	height:120px;
	margin:12px 0 0;
}

div.doencaPeriodontal img {
	display:block;
	float:left;
	width:106px;
	height:106px;
	margin:0 15px 14px 0;
}

div.doencaPeriodontal p { margin:0; }


