@import url("estilo_links.css");
@import url("estilo_form.css");
@import url("estilo_cores.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(fundo.jpg);
	background-repeat: repeat-x;
	background-color: #F9FBEE;
}
p {
	text-align:justify;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.texto_inicial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #3C746B;
	padding-left: 5px;
	height: 70;
	background-color: #F0F9F4;
}
.box_produtos {
	border-width: 1px;
	border-style: solid;
	border-color: #DAD9E2;
}
.box_produtos1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DAD9E2;
	border-bottom-color: #DAD9E2;
	border-left-color: #DAD9E2;
}
.box_produtos2 {
	border-width: 3px;
	border-style: solid;
	border-color: #76BE99;
	height: 66px;
	width: 66px;
}
.linha_vertical {
	border-left-color: #76BE99; 
	border-left-style:solid; 
	border-left-width:1px
}
.linha_horizontal {
	border-top-color: #76BE99; 
	border-top-style:solid; 
	border-top-width:1px
}

.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #185325;
	padding-left: 5px;
}
.subtitulo {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}
.texto_preco {
	font-weight: bold;
	color: #00923F;
	font-size: 14px;
}
.paginacao {
	color: #185325;
	text-decoration: none;
}
.texto_bold {
	font-weight: bold;
	color: #00923F;
}
.titulo_sublinhado {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}

.grid_linhas {
	line-height: 14px;
}
.grid_cabecalho {
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	background-color: #C2E399;
	line-height: 18px;
	text-align: left;
}
.grid_rodape {
	font-size: 12px;
	color: #006699;
	background-color: #CCDFFF;
	line-height: 16px;
}
.alinhamento {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ajuda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #F3F3F3;
	padding: 5px;
	text-align: left;
	border: 1px solid #EAEAEA;
}

