@charset "utf-8";
/* CSS Document */

.estilo_conteudo p {
	margin:0px;
	padding:0px;
}

.estilo_conteudo h1,.estilo_conteudo h2,.estilo_conteudo h3,.estilo_conteudo h4,.estilo_conteudo h5,.estilo_conteudo h6 {
	margin:3px 0;
	color:#333;
	clear:both;
}


.estilo_conteudo .destaque_padrao {
	font-weight:bold;
	color:#EF500A;
}

.estilo_conteudo {
	line-height:19px;
}

.estilo_conteudo img {
	float:left;
	padding:2px;
	margin:0 5px 0 0;
	border:solid 1px #fff;
}

.estilo_conteudo a {
	color:#EF500A;
	text-decoration:none;
	font-weight:bold;
}

.estilo_conteudo .data {
	color:#EF500A;
	font-weight:bold;
	font-size:0.8em;
}

.estilo_conteudo a:hover {
	text-decoration:underline;
}

.estilo_conteudo .nota {
	background-color:#F4F5F6;
	width:655px;
	border-bottom:dotted 1px #666;
	border-top:dotted 1px #666;
	padding:10px;
	margin:10px 0 10px 0;
}

.estilo_conteudo .info {
	background-color:#F4F5F6;
	width:625px;
	border-bottom:dotted 1px #666;
	border-top:dotted 1px #666;
	padding:10px 10px 10px 40px;
	background-image:url(../images/box_info.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	margin:10px 0 10px 0;
}

.estilo_conteudo .alerta {
	background-color:#FFF5EB;
	width:625px;
	border-bottom:dotted 1px #FFB4A0;
	border-top:dotted 1px #FFB4A0;
	padding:10px 10px 10px 40px;
	background-image:url(../images/box_alert.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	margin:10px 0 10px 0;
}

.estilo_conteudo .download {
	background-color:#F5FAEB;
	width:625px;
	border-bottom:dotted 1px #78BE5A;
	border-top:dotted 1px #78BE5A;
	padding:10px 10px 10px 40px;
	background-image:url(../images/box_download.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	margin:10px 0 10px 0;
}

.estilo_conteudo .dica {
	background-color:#FFFDEB;
	width:625px;
	border-bottom:dotted 1px #FFC864;
	border-top:dotted 1px #FFC864;
	padding:10px 10px 10px 40px;
	background-image:url(../images/box_tip.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	margin:10px 0 10px 0;
}

.estilo_conteudo  ul, .estilo_conteudo  ol {
	margin:10px 0 0 20px;
}



blockquote {
	margin: 10px 0 10px 15px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 130%
}



blockquote:first-letter {
	font-size: 1.3em;
}

blockquote:first-letter,
blockquote.quotation p:first-letter {
	font-size: 1.3em;
}



blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(../images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/blockquote_end.png) 100% 100% no-repeat;
	font-size:0.8em;
}


