/* 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: #EC3E02;
	background-image:url(imagens/bg.jpg);
	background-repeat:repeat-x;
}

* {
 	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_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: #FAC5B3;
	text-decoration: none;
}
.texto_branco a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}



.texto {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.texto a:link {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}
.texto a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.texto a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #B30700;
	text-decoration: none;
}
.texto a:active {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	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:#000000.
}


.rodape {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}


.titulo {
	color:#8A8887;
	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 #000; }

.borda_img_branca { border: 1px solid #FFF; }

.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; }

.titulo-telas{
	color:white;
	font-weight:bold;
	background:#ec3e01;
	font-size:12px;
	padding:3px 0 3px 7px;
	margin:0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.fundo-telas {
	background:#e5e5e5;
	padding:10px 10px 15px 10px;
}
.fundo-telas span {
	color:black;
	width:173px;
	text-align:justify;
	float:left;
	font-size:12px;
}
.ampliar {
	float:left;
	margin:0 0 0 7px;
	position:relative;
}
.ampliar span {
	text-align:right;
	font-size:11px;
	float:none;
	position:absolute;
	bottom:-13px;
	right:0px;
}
.ampliar img{
	border:1px solid #ec3e01;
	float:left;
	margin:0 3px;
}
.fundo-telas table {
	border:2px solid #ec3e01;
	padding:0;
	margin:0;
}
.fundo-telas table tr{
	padding:0;
	margin:0;
}
.fundo-telas table tr td{
	text-align:center;
	font-size:12px;
	padding:0;
	margin:0;
}
.fundo-telas.tabela {
	background:url(imagens/logo-transp.jpg) no-repeat 258px 150px #e5e5e5;
}
