/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	outline: 0;
	padding: 0;
}
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del {	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BACKGROUND DO SITE */
body { background:#fff url(../imagens/bg-site.jpg) repeat-x top left; }


/* FLOAT */
clearBoth {
	clear:both;
	display:block;
}
floatLeft {
	display:block;
	float:left;
}
floatRight {
	display:block;
	float:right;
}


/* DEFININDO PROPRIEDADES DAS FONTES */
body,table,h1,h2,h3,h4,h5,h6,p,input,select,textarea,button,div,a {
	color:#666;
	font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


/* DEFININDO ALINHAMENTO DO SITE */
#alinhamento {
	background:url(../imagens/bg-ceu.jpg) repeat-x top center;
	margin:0 auto;
	text-align:left; /* Para voltar o alinhamento dos textos */	
}
	#site {
		display:block;
		margin:0 auto;
		padding:15px 20px 20px 20px;
		width:860px;	
	}


/* PROPRIEDADES DO SITE */
img { border:0; }
#parteum {
	background:url(../imagens/pontilhado.gif) repeat-x bottom left;	
	overflow:auto;
	padding:5px 0 20px 0;
	width:870px;
}
#parteum.dois {
	background: none;
	padding:5px 0 0 0;
}
	#parteum #esquerda {
		float:left;		
		margin-right:40px;
		width:400px;
	}
		#parteum #esquerda h2 { 
			background-position:left top; 
			background-repeat:no-repeat; 
			display:block;
			float:right;			
			height:30px;
			margin:15px 0 0 10px;			
			text-indent:-5000px;
			width:230px;
		}
		#parteum #esquerda p { 
			display:block;
			float:right;
			line-height:16px;			
			margin:5px 0 0 5px;
			text-align:justify;
			width:230px;			
		}
		#parteum #esquerda a.linkcapa { 
			color:#369;		
			display:block;
			float:right;
			margin:10px 0 0 10px;			
			text-align:right;
			width:184px;			
		}
		#parteum #esquerda a.linkcapa:hover { text-decoration:underline; }
	#parteum #direita {
		width:390px;
		float:right;
	}
	#parteum #direita.cir {
		background:url(../imagens/cir.gif) no-repeat top left;
		float:right;		
		height:75px;
		overflow:auto;
		margin-top:20px;		
		padding:0 0 0 169px;		
		width:230px;		
	}
		#parteum #direita .foto {
			float:left;
			margin:0 10px 0 0;
		}
		#parteum #direita h2 { 
			background-position:left top; 
			background-repeat:no-repeat; 
			clear:both;
			display:block;
			height:30px;
			margin:15px 0 0 0;			
			text-indent:-5000px;
		}
		#parteum #direita a.linkcapa { 
			clear:both;		
			color:#369;			
			display:block;
			margin:10px 0 0 230px;			
			text-align:right;
			width:120px;
		}
		#parteum #direita a.linkcapa:hover { text-decoration:underline; }
		#parteum #direita #lista-informativos { list-style:none; }
			#parteum #direita #lista-informativos li {
				background:url(../imagens/marc-informativos.gif) no-repeat top left;				
				padding:7px 0 5px 12px;
			}
				#parteum #direita #lista-informativos li a:hover {
					color:#369;					
					text-decoration:underline;
				}


/* ESCONDE */
.esconde { display:none; }


/* RODAPE */
#bg-rodape {
	background:#fff url(../imagens/bg-rodape.jpg) repeat-x top left;
	clear:both;
	display:block;
}
#rodape {
	clear:both;
	display:block;
	margin:0 auto;	
	padding:15px;
	text-align:center;
	width:740px;
}
	#rodape .copyright {
		color:#369;
		float:left;
		font-style:normal;
		text-align:left;
		width:680px;		
	}
	#rodape .assinatura {
		float:right;
		text-align:right;
		width:60px;		
	}


/* FLASH */
#topo {
	clear:both;
	display:block;
	height:269px;
	margin:0 auto;
	width:auto;
}
#sorriso-modelo {
	display:block;
	float:left;
	height:148px;
	width:146px;
}


/* Titulos */
h2.sorriso-modelo { background-image: url(../imagens/tit-sorrisomodelo.gif); }
h2.informativos {	background-image: url(../imagens/tit-informativos.gif); }
h2.depoimentos { background-image: url(../imagens/tit-depoimentos.gif); }

