/* 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_01.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

* {
 	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:1px solid #CCCCCC; }


/* ############################################## */
/* 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_preto10 {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.texto_preto10 a:link {
	font-family: Arial;
	font-size: 10px;
	color:#000;
	text-decoration: none;
}
.texto_preto10 a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.texto_preto10 a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.texto_preto10 a:active {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	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_branco10 {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco10 a:link {
	font-family: Arial;
	font-size: 10px;
	color:#FFF;
	text-decoration: none;
}
.texto_branco10 a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco10 a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}
.texto_branco10 a:active {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}


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

/* ############################################## */
/* ..Outros.. */
/* ############################################## */

.noticias {
	font-size:11px;
	font-family:Arial;
	color:#000;
	background-image:url(imagens/pontilhado_horizontal_25.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-left:10px;
	vertical-align:middle;
}


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


.texto_azul{
	font-family: Arial;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
.texto_azul a:link {
	font-family: Arial;
	font-size: 11px;
	color:#006699;
	text-decoration: underline;
}
.texto_azul a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
.texto_azul a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #2C9BD2;
	text-decoration: underline;
}
.texto_azul a:active {
	font-family: Arial;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}

.texto_vermelho{
	font-family: Arial;
	font-size: 11px;
	color: #C00202;
	text-decoration: none;
}


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


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

.borda_vermelha{ border: 2px solid #B70202; }


.borda_padding { padding: 6px; }


.tabelinha_escura {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-color:#F0F0F0;
	text-decoration: none;
	background-position:left;
	vertical-align:middle;
	text-align:center;
}


.tabelinha_clara{
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-color:#FEFEFE;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
}

.tabelinha_cabecalho{
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	background-color:#636363;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	border-left:#FFF solid 2px;
}

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

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

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

.background_bottom {background-repeat:no-repeat; background-position:bottom;}

.background_left {background-repeat:repeat-y; background-position:left;}

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

.background_top{background-repeat:no-repeat; background-position:top; }

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


.busca_rapida {
width: 120px;
}



/* PAGINACAO */
div#paginacao {
padding-top: 10px;
margin: auto;
text-align: center;
height: 30px;
}

div#paginacao ul{
list-style: none;
padding: 0px;
margin: 0px;
padding: 2px;
}

div#paginacao ul li{
display: inline;
margin-left: 2px;
margin-right: 2px;
}

div#paginacao ul li a,
div#paginacao ul li span {
padding: 1px;

padding-left: 7px;
padding-right: 7px;
text-decoration: none;
}

div#paginacao ul li span {
background-color: #8E0202;
border:1px solid #202020;
color: #FFF;
}

div#paginacao ul li a{
background-color: #3B3B3B;
border:1px solid #290000;
color: white;
}

div#paginacao ul li a:hover {
background-color: #D10101;
border:1px solid #290000;
color: white;
}

div#paginacao ul li.anterior span,
div#paginacao ul li.proximo span {
visibility:hidden;
}


/*##########################################################################*/
/*##############################VIDEOS######################################*/
/*##########################################################################*/
.bt_prox{
	background:url(imagens/bg_botao.jpg) no-repeat;
	width:85px;
	height:23px;
	float:right;

}

	.bt_prox a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:23px;
	text-decoration:none;
	}
#video_annterior{ float:left;}
#link_videos {}

	#link_videos  a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#900;
	text-decoration:none;
	text-align:hover;
	
	}