/* 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;
}

* {
 	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_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_12 {
	font-family: Arial;
	font-size: 12px;
	
	color: #666666;
	text-decoration: none;
}

.texto_preto_12 {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.texto_preto_12 a:link {
	font-family: Arial;
	font-size: 12px;
	color:#000;
	text-decoration: none;
}
.texto_preto_12 a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.texto_preto_12 a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.texto_preto_12 a:active {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.texto_branco_12 {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.texto_branco_14 {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

.texto_branco_14_bold {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}
/****************************/

.texto_preto_12_linkAzul {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.texto_preto_12_linkAzul a:link {
	font-family: Arial;
	font-size: 12px;
	color:#0000CC;
	text-decoration: none;
}
.texto_preto_12_linkAzul a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
}
.texto_preto_12_linkAzul a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
.texto_preto_12_linkAzul a:active {
	font-family: Arial;
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
}

.texto_branco_12 {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

/***************************/


.texto_branco {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:link {
	font-family: Arial;
	font-size: 11px;
	color:#FFF;
	text-decoration: none;
}
.texto_branco a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
.texto_branco a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}


.texto_cinza {
	font-family: Arial;
	font-size: 11px;
	color: #7F7F7F;
	text-decoration: none;
}
.texto_cinza a:link {
	font-family: Arial;
	font-size: 11px;
	color:#7F7F7F;
	text-decoration: none;
}
.texto_cinza a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #7F7F7F;
	text-decoration: none;
}
.texto_cinza a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #7F7F7F;
	text-decoration: underline;
}
.texto_cinza a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
/* ############################################## */
/* ..Outros.. */
/* ############################################## */
.texto_destaque {
	font-weight:bold;
	font-family: Arial;
	font-size: 14px;
	color: #605D5C;
	text-decoration: none;
}

.menu_texto {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.menu_texto a:link {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.menu_texto a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.menu_texto a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #3D66BB;
	text-decoration: none;
}
.menu_texto a:active {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.menu {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-image:url(imagens/fundo_menu_05.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:16px;
	vertical-align:middle;
	text-align:left;
	
}
.menu a:link {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;

	
}
.menu a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	
}
.menu a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #3D66BB;
	text-decoration: none;
	
}
.menu a:active {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	
}

.negrito {
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	color:#000.
}


.rodape {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}


.titulo_branco {
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

.titulo_preto {
	color:#000000;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}


.titulo_grande {
	color:#4C4C4C;
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
}

.numeros {
	color:#CCCCCC;
	font-size:68px;
	font-family:Arial;
	font-weight:bold;
}

.form {
	font-family: Arial;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
	border:1px #CCCCCC solid;
}


.borda_img { border: 1px solid #000; }


.borda_padding { padding: 6px; }


.tabelinha_escura {
	background-color:#E5E5E5;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}

.tabelinha_clara {
	background-color:#F3F3F3;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}


.tabelinha_cabecalho {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:center;
	background-image:url(imagens/cabecalho_03.gif);
	text-decoration: none;
	border-right: 1px solid #FFF;

}

.tabelinha_caracteristicas{
	font-family: Arial;
	font-size: 10px;
	color: #5D5D5D;
	background-color:#FCFCFC;
	vertical-align:middle;
	text-align:left;
	padding-left:8px;
	text-decoration: none;
	border:#EEEEEE solid 1px;
	

}

.no-repeat {background-repeat:no-repeat; }

.repeat-x {background-repeat:repeat-x; }

.repeat-y {background-repeat:repeat-y; }

.background_center {background-position:center; background-repeat:no-repeat; }

.background_bottom {background-position:bottom; background-repeat:no-repeat; }

.busca_rapida {
	width: 115px;
}
.borda_bottom {background-position:bottom; background-repeat:repeat-x; }

div#prev{
	float:left;
	width:77px;
	height:18px;
	z-index:20;
	background-image:url('imagens/bts_nav_foto.gif');	
	cursor:pointer;
	display:none;
}
div#next{
	float:right;
	z-index:50;
	width:77px;
	height:18px;
	background: top right url('imagens/bts_nav_foto.gif');
	cursor:pointer;
}
.background_bottom-x { background-position:bottom; background-repeat:repeat-x; }

.background_top-x { background-position:top; background-repeat:repeat-x; }

#twitter{
	background:url(imagens/twitter.jpg) no-repeat;
	width:188px;
	height:44px;
	margin-top:10px;
}