@charset "utf-8";
/* CSS Document */
h5 {
	font-size: 1.1em;
	color: #0083C8;
}
h4 {
	font-size: 1.3em;
	color: #0083C8;
}
h3 {
	font-size: 1.5em;
	color: #0083C8;
}
h2 {
	color: #64696E;
	font-size: 1.7em;
}
h1 {
	color: #64696E;
	font-size: 1.8em;
}

/********************* RODAPE *************************/
.copyright {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	color: #777;
	margin: 10px 5px 5px 5px;
	display: block;
}
/******************* Produtos **********************/
.titulo_barra_page {
	font-weight: bold;
	font-size: 1.4em;
	color: #0071BD;
	font-family: Arial Narrow,Arial,Helvetica,sans-serif;
}
.titulo_produto {
	font-weight: bold;
	font-size: 2.4em;
	color: #0071BD;
	padding: 5px 5px 10px 0px;
	font-family: Arial Narrow,Arial,Helvetica,sans-serif;
	line-height: 100%;
}
.sub_top_produto{
	font-weight: bold;
	color: #0071BD;
	font-size: 1em;
	padding: 5px 5px 5px 0px;
}
.sub2_top_produto {
	font-size: 0.9em;
	color: #444;
	font-weight: bold;
	padding: 5px 5px 5px 0px;

}
.recomendacao {
	color: #C00;
	font-size: 0.9em;
	font-weight: bold;
}
.conta_negativo {
	color: #C00;
	font-size: 0.9em;
}
.conta_positivo {
	color: #06C;
	font-size: 0.9em;
}
.conta_resultado {
	color: #06C;
	font-size: 1em;
	font-weight: bold;
}
.produto_imagem {
	padding: 20px 10px 20px 10px;
	text-align: center;
	vertical-align: middle;
}
.ps_foto {
	font-size: 0.85em;
	padding: 3px;
}
/*****************************************************************/
#atualizando_site {
	margin: 30px auto;
	width: 270px;
	height: 160px;
	color: #666;
	border: 10px #CCC solid;
	background: #F4F4F4;
	text-align: center;
	padding: 15px;
	font-size: 1.7em;
	font-weight: bold;
}

.red {
	color: #F00;
}
/********************************************************************/
.erro{
	margin: 5px;
	padding: 8px;
	display: block;
	text-align: center;
	background: #FEE1E0;
	border: #F30 1px solid;
	font-size: 11px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	color: #000;
}
.registro{
	display: block;
	margin: 5px;
	padding: 8px;
	text-align: center;
	background: #E0F5EA;
	border: 1px solid #096;
	font-size: 11px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	color: #000;
}
.alerta{
	display: block;
	font-size: 11px;
	margin: 5px;
	padding: 8px;
	text-align: center;
	background: #FF9;
	color: #000;
	border: 1px solid #C90;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
.top2 {
	color: #000;
	text-transform: capitalize;
	font-size: 1.15em;
	font-weight: bold;
	margin: 2px 0px 5px 0px;
	display: block;
}
.top3 {
	color: #000;
	text-transform: inherit;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	display: block;
}
.top4 {
	color: #000;
	text-transform: capitalize;
	font-size: 1.4em;
	padding: 5px;
	display: block;
	margin: 0px;
	border-bottom: 1px solid #E1E1E1;
}
.separador {
	height: 2px;
	display: block;
	margin: 1px 3px 1px 3px;
	border-bottom: 1px solid #E6E6E6;
}