html {
    margin: 0;
    padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	letter-spacing: 1px;
	height: 100%;
	
	background-image: url("../img/fundo_1px.jpg");
	background-repeat: no-repeat;
	background-repeat:repeat-x;
	background-position: 50% 0%;
	background-attachment:fixed;
	
    margin: 0;
    padding: 0;
}

.bg_conteudo{
	background-color:#000000;
}

.bloco_links a {
	display:block;
	text-decoration: none;
	padding: 5px;
}

.bloco_links a:hover {
	background-color:#0F0F0F;
	padding: 5px;
}

.menu {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.menu a {
	color: #CBCBCB;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: normal;
	
}

.menu a:hover {
	color: #CBCBCB;
	border-bottom:solid 1px #CBCBCB;
}

.titulo_eventos {
	font-size: 12px;
	font-weight: bold;
	color: #698DB5;
}

.titulo_eventos a {
	text-decoration: none;
	color: #698DB5;
}

.titulo_eventos a:hover {
	text-decoration: underline;
}

.tit_noticia {
	font-size: 18px;
	color: #698DB5;
}

.tit_noticia a {
	text-decoration: none;
	color: #698DB5;
}

.tit_noticia a:hover {
	text-decoration: underline;
}

.tx_data {
	font-size: 9px;
	letter-spacing: 1px; 
	color: #7d7d7d;
}

.txt1 {
	font-size: 11px;
	line-height: 16px;
	color: #CCCCCC;
}

.txt1 a {
	text-decoration: none;
	color: #CCCCCC;
}

.txt1 a:hover {
	text-decoration: underline;
}

.txt_info_categoria {
     font-size: 9px;
     letter-spacing: 1px; 
     color: #7d7d7d;
}

input, select, textarea {
	border: 1px solid #525252;
	background-color:#313131;
	color:#FFFFFF;
}

.bt_procurar {
  width: 58px;
  height: 14px;
  border: 0;
  background: url(../img/bt_procurar.gif) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.paginacao {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
}

.paginacao a {
	color: #CCCCCC;
	font-size: 10px;
	text-decoration:none;
}


.fotoframe{
	border: 1px solid #323232;
	width: 62px;
	height: 62px;
	text-align: center;
}

.tira_borda{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.linha_divisao {
	background-color: #333333;
}

.rodape_txt {
	color: #CCCCCC;
	font-size: 10px;
}

.bg_album {
	background-color:#1E1E1E;
}