@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.titulo_home{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FF0000;	
}

.titulo_chamada{
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
}

.titulo{
	font-weight:bold;
	font-size:10px;
}

.data{
	font-size:10px;
	color:#FF0000;
}

.centro_home{
	background:transparent url(../_img/bg_home.png) top center no-repeat;
	height:380px;
}

.centro{
	background:transparent url(../_img/bg_centro.png) top center no-repeat;
	height:380px;
}

.rodape{
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
}

/* PAGINACVAO */

div.pagination {
font-family:trebuchet ms;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:10px;
padding:3px;
text-align:center;
}
div.pagination a {
border:none;
color:#AAAAAA;
margin-right:2px;
padding:2px 5px;
text-decoration:none;
}
div.pagination a:hover, div.pagination a:active {
border:none;
margin-right:2px;
padding:2px 5px;
color:#CC0000;
}
div.pagination span.current {
background-color:#CC0000;
border:none;
color:#ffffff;
font-weight:bold;
margin-right:2px;
padding:2px 5px;
}
div.pagination span.disabled {
border:none;
color:#CCCCCC;
margin-right:2px;
padding:2px 5px;
}


