/* ---------- Body ---------- */
body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:rgb(232,232,231);
	background-image:url(../_img/back.gif);
	background-repeat:repeat-x}
	
	
/* ---------- Div ----------- */
div.divFotoGrande {
width:580px;
height:320px;
overflow: auto}
	
	
/* ---------- TD ---------- */
td.tdTopoVermelho {
	background-image:url(../_img/topoVermelho.gif);
	background-repeat:repeat-x}
	
td.tdLinhaVermelha {
	background-image:url(../_img/linhaVermelha.gif);
	background-repeat:repeat-x}
	
td.tdFundoConteudo {
	background-color:rgb(219,219,219);
	background-image:url(../_img/tijolo_1.gif);
	background-position:right bottom;
	background-repeat:no-repeat}
	
td.tdBranco {background-color:rgb(255,255,255)}
td.tdCinzaClaro {background-color:rgb(232,232,231)}	
td.tdCinzaMedio {background-color:rgb(219,219,219)}
td.tdVermelho {background-color:rgb(218, 37,29)}
	
	
/* ---------- Fontes ---------- */
font {
	font-family:verdana;
	font-size:11px;
	color:rgb(130,130,130);
	line-height:150%}
	
font.fontProduto{
	font-family:verdana;
	font-size:16px;
	color:rgb(255,255,255);
	font-weight: bold;
	
		
}

font.fontProdutoInterno{
	font-family:verdana;
	font-size:20px;
	color:rgb(255,255,255);
	font-weight: bold;		
}

	
/* ---------- Parágrafo ---------- */
p {
	font-family:verdana;
	font-size:11px;
	color:rgb(130,130,130);
	line-height:150%;
	text-align:justify}
	

/* ---------- Formulários ---------- */
input {
	font-family:verdana;
	font-size:11px;
	color:rgb(150,150,150);
	background-color:rgb(235,235,235);
	border-style:solid;
	border-width:1px;
	border-color:rgb(150,150,150);
	padding:2px}
	
select {
	font-family:verdana;
	font-size:11px;
	color:rgb(150,150,150);
	background-color:rgb(235,235,235);
	border-style:solid;
	border-width:1px;
	border-color:rgb(150,150,150);
	padding:2px}
	
textarea {
	font-family:verdana;
	font-size:11px;
	color:rgb(150,150,150);
	background-color:rgb(235,235,235);
	border-style:solid;
	border-width:1px;
	border-color:rgb(150,150,150);
	padding:2px}
	
	
/* ---------- Links ---------- */
a:link {font-family:verdana; font-size:11px; font-weight:bold; color:rgb(218,37,28); text-decoration:none}
a:visited {font-family:verdana; font-size:11px; font-weight:bold; color:rgb(218,37,28); text-decoration:none}
a:visited {font-family:verdana; font-size:11px; font-weight:bold; color:rgb(218,37,28); text-decoration:none}
a:hover {font-family:verdana; font-size:11px; font-weight:bold; color:rgb(0,0,0); text-decoration:underline}

a.linkVisaoi:link {font-family:arial; font-size:10px; font-weight:bold; color:rgb(150,150,150); text-decoration:none}
a.linkVisaoi:visited {font-family:arial; font-size:10px; font-weight:bold; color:rgb(150,150,150); text-decoration:none}
a.linkVisaoi:visited {font-family:arial; font-size:10px; font-weight:bold; color:rgb(150,150,150); text-decoration:none}
a.linkVisaoi:hover {font-family:arial; font-size:10px; font-weight:bold; color:rgb(0,0,0); text-decoration:underline}


a.linkTitulo:link {font-family:verdana; font-size:20px; font-weight:bold; color:rgb(255,255,255); text-decoration:none}
a.linkTitulo:visited {font-family:verdana; font-size:20px; font-weight:bold; color:rgb(255,255,255); text-decoration:none}
a.linkTitulo:active {font-family:verdana; font-size:20px; font-weight:bold; color:rgb(255,255,255); text-decoration:none}
a.linkTitulo:hover {font-family:verdana; font-size:20px; font-weight:bold; color:rgb(255,255,255); text-decoration:none}



/* banner flash transparente */
#banner_propaganda {
	height:300px;
	width:500px;
	position:absolute;
	z-index:10;
	left:27%;
	top:130px;
	padding:5px;
	margin-left:0px;
}	

#fechaBanner {
	color:#FFFFFF;
	font-family:verdana;
	padding:5px;
	font-size:11px;
	background-color:#FF9900;
	width:45px;
	float:left;
	cursor:pointer}

