.fundopng{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/curva_foto_titulo.png,sizingMethod='scale');
}

body {
	margin: 0px;
    background:url("../images/bg.gif");
	background-repeat: repeat;
}

.bgtopcinza {
	background-color: #747474;
}

.bgtoplaranja {
	background-color: #B61010;
}

.tablecolor {
	background-color: #FFFFFF;
	border-right:#000000 1px solid;
	border-left:#000000 1px solid;
	width:750px;
	height:100%;
}

.tableserrilhada {
	border: 1px dashed #00CCFF;
}

.tableserrilhadalaranja {
	border: 1px dashed #FF6600;
}

.linhamenu {
	border-bottom:#DDDDDD 1px solid;
	height:31px;
}

.bgcinza {
	background-color: #F0F0F0;
}

.bglateralazulescuro {
	background-color: #4883BE;
	height:100%;
}

.bglateralazulclaro {
	background-color: #C1CAD4;
	height:100%;
}

.tabelaaltura100 {
	height:100%;
}
.txtazul {
	color: #065887;
	}
.txtbrancotit {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	}	
	
.txtbold {
	font-weight: bold;
	}		
	
.txtcinza {
	color: #747474;
	}
	
.txtlaranja {
	color: #FF6600;
	}	
	
.txtbrancoenquete {
	color: #FFFFFF;
	font-size: 10px;
}
	
td {
	font-size: 11px;
	font-family: Tahoma;
	line-height: 14px;
	border: 1;
	}
	
.txtazulclarobold {
	color: #00aa4f;
	font-weight: bold;
	}
.txtazulclaroboldgd {
	font-size: 14px;
	color: #F2280D;
	font-weight: bold;
	}
.txtazulescurobold {
	color: #014996;
	font-weight: bold;
	}
.verdana {
	font-size: 10px;
	font-family: Verdana;
	}	


/*formularios*/

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 11px;
	color: #000000;
	font-family: Arial
}

textarea {
	font-size: 11px;
	color: #000000;
	font-family: Arial
}

.campoform {
	width:100%;
}

select {

	font-size: 11px;
	color: #000000;
	font-family: Arial
}

/*links*/

a {
	color: #000000;
	text-decoration: none;
}

#meiaentrada {
	position: absolute;
	left:353px;
	width:187px;
	height:99px;
	margin-left:90px;
	margin-top:5px;
	z-index:0;
	top: 345px;
}

#promo {
	position: absolute;
	left:50%;
	width:650px;
	height:433px;
	margin-left:-325px;
	margin-top:30px;
	z-index:1;
}

#promo #bt_fechar {
	clear: right;
	float: right;
	height: 15px;
	width: 55px;
}
#textos {
	font-size: 11px;
}

/***********************************************/
/* menu de eventos		                       */
/***********************************************/

#menueventos {
	width: 735px;
	height: 45px;
	background:url("../images/eventos_menu_bg.jpg");
	background-repeat: no-repeat;
	float: left;
	left:0px;
	text-align: right;	
  }
  
#menueventos ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
  }
#menueventos li {
	float:left;
	margin:0;
	padding:0 0 0 7px;
  }
#menueventos a {
	float:left;
	display:block;
	padding:6px 11px 6px 11px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menueventos a {float:none;}
/* End IE5-Mac hack */
#menueventos a:hover {
	background:url("../images/eventos_menu_bg_over.jpg") right top;
	color:#2d6b34;
	background-repeat: repeat-x;
  }
#menueventos #current {
  background-image:url("../images/eventos_menu_bg_over.jpg");
	background-repeat: repeat-x;
  }
#menueventos #current a {
	background-image:url("../images/eventos_menu_bg_over.jpg");
	color:#2d6b34;
	padding-bottom:15px;
	background-repeat: repeat-x;
  }
  
#menueventos .ativo { height: 43px; background: url("../images/menueventos_ativo.gif") center 0 no-repeat; }

#menueventos .ativo a { padding-right: 14px; padding-bottom: 0; border-width: 0 1px; border-style: solid; border-color: #eee; color:#00aa4f; }
