/* atribue parâmetros a todas as páginas */ 
* html img/**/ {  
  
filter:expression(  
this.alphaxLoaded ? "" :  
(  
this.src.substr(this.src.length-4)==".png"  
?  
(  
(!this.complete)  
? "" :  
this.runtimeStyle.filter=  
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+  
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+  
String(this.alphaxLoaded=true).substr(0,0)+  
(this.src="imagens/blank.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
}

body {
	background-color: #FFF;
	background-image:url(imagens/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

* {
	
 	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	/*margin: auto;*/
	list-style-type:none;
	font-size:11px;
	font-family:Arial;
}

.borda_tabela {/* border:0px; */background-color:#FFF; }


/* ############################################## */
/* Todos os textos do site (exceto home) */
/* ############################################## */
.texto_azul {
	font-family: Arial;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}
.texto_azul a:link {
	font-family: Arial;
	font-size: 11px;
	color:#003399;
	text-decoration: underline;
}
.texto_azul a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}
.texto_azul a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #003399;
	text-decoration: underline;
}
.texto_azul a:active {
	font-family: Arial;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}

.texto_destaque12 {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
}

.texto_preto {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:link {
	font-family: Arial;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}
.texto_preto a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.texto_preto a:active {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.texto_cinza {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.texto_cinza a:link {
	font-family: Arial;
	font-size: 11px;
	color:#999999;
	text-decoration: none;
}
.texto_cinza a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.texto_cinza a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}
.texto_cinza a:active {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

/* ############################################## */
/* ..Outros.. */
/* ############################################## */
.texto_destaque {
	font-weight:bold;
	font-family: Arial;
	font-size: 14px;
	color: #605D5C;
	text-decoration: none;
}


.negrito {
	font-weight:bold;
	font-size:11px;
	font-family:Arial;
	color:#7A7776.
}


.rodape {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.rodape a:link {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.rodape a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.rodape a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}
.rodape a:active {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}


.titulo {
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	font-family:Arial;
}


.form {
	font-family: Arial;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
	border:1px #CCCCCC solid;
}


.borda_img { border: 1px solid #B2B2B2; }


.borda_padding { padding: 6px; }


.tabelinha {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


.tabelinha_cabecalho {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.no-repeat {background-repeat:no-repeat; }

.repeat-x {background-repeat:repeat-x; }

.repeat-y {background-repeat:repeat-y; }

.background_right-y { background-position:right; background-repeat:repeat-y; }

.bacground_bottom-x { background-position:bottom; background-repeat:repeat-x; background-image:url(imagens/pont_hor_11.gif)}

.tabela_azul_meio{
	color:FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	font-size: 11px;
	padding:5px;
	background:url(imagens/azulmeio.gif);
}

.fundo_pont_dir_vert{
	background:url(imagens/pont_vert_12.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.fundo_cinza{
	background-color:#CCCCCC;
}

.tabela_prod_branca{
	border: solid 1px #EFEFEF;
	border-bottom:none;
	border-top: none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 10px;
}

.texto_tit_produto{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666666;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
}

.pad10{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	padding: 10px;
}

.pad10:hover{
	background-color:#FFFFCC;
}

.tit_azul{
	color:#000099;
}

