/* CSS Document */

a:link
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:visited
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#menu a:link
{	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu a:visited
{	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

#menu  a:hover
{	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

img
{	border: none;
}

form
{	margin: 0px 0px 0px 0px;
}

.btn
{	height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	background:url(../img/pagina/btn.jpg) repeat-x;
	font-size: 12px;
}

.cxtexto
{	border: solid #333333 1px;
	height: 19px;
}

.cxbusca
{	border: solid 2px #666666;
	background: #FFFFFF;
	height: 26px;
}

.btnbusca
{	width: 81px;
	height: 22px;
	border: none;
	background: url(../img/pagina/btprocurar.jpg) no-repeat;
}

.cxtextobusca
{	border: 0px;
	height: 20px;
	width: 295px;
}

body
{	background: url(../img/pagina/fundo.jpg) repeat-y #000000 center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#principal
{	text-align: left;
	width: 1024px;
	margin: 0px auto;
}

#topo
{	width: 1024px;
	height: 162px;
	background: #46090D;
	float: left;
}

#lmenu
{	padding: 5px 0px 0px 10px;
}

#logo
{	width: 210px;
	height: 162px;
	float: left;
	background: url(../img/pagina/logo.jpg);
}

#fx_publicidade_topo
{	width: 774px;
	height: 145px;
	float: left;
	padding: 12px 0px 0px 40px;
}

#menu
{	height: 29px;
	width: 1024px;
	float: left;
	background: url(../img/pagina/menufundo.jpg) repeat-x;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}

#meio_geral
{	width: 1024px;
	float: left;
	background-color: #FFFFFF;
}

#meio
{	width: 1024px;
	float: left;
}

#col_esq
{	width: 673px;
	float: left;
	padding: 0px 0px 3px 5px;
}

#col_dir
{	width: 346px;
	float: left;
	padding: 0px 0px 3px 0px;
}

#itens_coluna_direita
{	width: 346px;
	text-align: center;
}

#itens_coluna_direita table
{	width: 330px;
	padding: 3px 0px 0px 0px;
	text-align: justify;
}

#itens_coluna_direita table td
{	padding: 0px 0px 5px 0px;
}

#topo_col_esq
{	height: 33px;
	width: 678px;
	background: url(../img/pagina/topo_colesq.jpg) no-repeat;
	float: left;
}

#faixa_guia
{	width: 673px;
	float: left;
}

#painel_controle
{	width: 165px;
	padding: 0px 2px 0px 0px;
	float: left;
}

#guia
{	width: 502px;
	padding: 2px;	
	float: left;
	background: #000000;
}

.fundoguia
{	background: #FFFFFF;
}

#meio_inf_esq
{	width: 341px;
	float: left;
}

#meio_inf_dir
{	width: 330px;
	padding: 0px 2px 0px 0px;
	float: left;
}

#abas_g
{	width: 341px;
	padding: 2px 0px 2px 0px;
}

#abas_p
{	width: 330px;
	padding: 2px 0px 2px 0px;
	float: left;
}

#texto_inf_esq
{	width: 341px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#texto_inf_dir
{	width: 326px;
	padding: 0px 2px 0px 2px;
	float: left;
}

#topo_col_dir
{	height: 33px;
	width: 346px;
	background: url(../img/pagina/topo_coldir.jpg) no-repeat;
	float: left;
}

#rodape
{	width: 1024px;
	height: 45px;
	text-align: center;
	float: left;
	background: #46090D;
	padding: 15px 0px 0px 0px;
}

.bordainf
{	border-bottom: dotted #999999 1px;
}

.titulos
{	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C63516;
	font-weight: bold;
}

#publicidade_topo
{	width: 720px;
	height: 126px;
	background: #000000 url(../img/pagina/FUNDOPUB.jpg);
	float: left;
}

#textos
{	width: 653px;
	padding: 2px 10px 0px 10px;
	text-align: justify;
}

/* banner destaque */
#slider {
    width: 700px; /* important to be same as image width */
    height: 126px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 auto;
	float: left;
}

#sliderContent {
    width: 700px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;   
    width: 700px;
	padding:10px 10px;
    background-color: transparent;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: transparent;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 312px;
}
.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 312px;
}
ul {
	border:none;
	padding:0;
	margin:0; 
}

/* fim banner destaque */

.thumbnail
{	width: 100px;
	height: 75px;
}

.txtorc
{	width: 200px;
	border: solid 1px #333333;
}

.txtcontato
{	width: 500px;
	border: solid 1px #333333;
}

.txtguia {
	color: #FFFFFF;
	font-weight: bold;
}