html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #0384b8;
	background-position: top left;
	background-repeat: no-repeat;
}

* {	outline: none; }

form { margin: 0px; }

a {
	text-decoration:none;
	font-size:10px;
	color:#666;
}

a:hover {
	text-decoration:none;
}

a:visited {

}

.paginador {
width:23px;
height:16px;
color:#666666;
cursor:pointer;
float:left;
background:#ffffff;
background-repeat:no-repeat;
border:1px solid #d0d0d0;
text-decoration: none;
padding-top:1px;
display:;
margin:2px 2px 2px 2px;

}

.paginador:link {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
    background:#ffffff;
	border:1px solid #d0d0d0;
}
.paginador:visited {
	color:#6c9268;
	text-decoration: none;
	border:1px solid #cccccc;
}
.paginador:hover {
	color: #666;
	text-decoration: none;
	background:#ffe000;
	/*border:#CCCCCC;*/
	border:1px solid #d2b905;
}
.paginador:active {
	background:#fff;
	text-decoration: none;
}

.formulario {
	background: transparent;
	border:1px solid #d0d0d0;
	color:#666666;
	padding-top:4px;
	height:18px;
	font-size:11px;
}

.formulario_contato{
	color:#000;
	background-color:#eee9e9;
	filter: alpha(opacity=40); /* para o IE */
    -moz-opacity:0.4; /* para o FireFox */
    opacity:0.4; /* para o outros Navegadores */
	border:1px solid #999
}

.formulario_contato:focus {
	background-color: #999;
	color:#000;	
}

.formulario:focus {
	background-color:#D7D7D7;
	color:#666666;	
}

.txt_menu {
	color:#FFF;
	font-size:11px;
}
.txt_menu:hover {
	color:#000;
	font-size:11px;
	background-color:#ffe000;
	cursor:pointer;
}

.txt_rodape a {
	color:#FFF;
	font-size:10px;
}

.txt_rodape a:hover {
	color:#ffe000;
	cursor:pointer;
}

.txt_rodape_black {
	color:#042634;
	font-size:10px;
}

.caminho a{
	color:#999999;
	font-size:10px;
	text-decoration:underline;
}

.caminho a:hover{
	color:#333333;
	text-decoration:underline;
}

.titulo_noticia {
	font-size:14px;
}

.data_noticia {
	font-size:11px;
	color:#10abdc;
}

.foto_noticia {
	border:5px solid #d8d6d6;
}

.foto_noticia:hover {
	border:5px solid #ffe000;
	cursor:pointer;
}

.tituloconteudos {
	font-size:16px;
	padding-bottom:5px;
}

/* MODAL */.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999;}.bg_modal { position: absolute; top: 0; left: 0; z-index: 99998; }.view_modal { position: absolute; left: 50%; top: 50%; text-align: left; z-index: 99998; }.modal { visibility: hidden; cursor:pointer; }