body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url(../imagens/bg_GERAL.jpg);
	background-repeat: repeat-x;

}




/*

Estilos de Formulario

*/

.FormInput {
	BORDER: #cccccc 1px solid;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	padding-left: 3px;
	background: #f7f7f4;
	cursor:pointer;
}

.btnDefault {
	BORDER-RIGHT: #716f64 1px solid; 
	BORDER-TOP: #ece9d8 1px solid; 
	MARGIN: 0px 10px 0px 0px; 
	BORDER-LEFT: #ece9d8 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #716f64 1px solid; 
	BACKGROUND-COLOR: #f2f0f0; 
	height:20px;
	cursor:pointer;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	FONT-SIZE: 11px;
}

/*
ESTILOS DAS NOTICIAS
*/

.textos 	{
	font-family: Arial, Tahoma, Verdana;
	    font-size: 12px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #000;
		letter-spacing: 0px;
		}

.textos_m 	{
	font-family: Arial, Tahoma, Verdana;
	    font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #000;
		letter-spacing: 0px;
		}

.texto_p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;

}

.texto_p_branco {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color:#FFFFFF;

}

.titulos_noticia_capa {
	font-family: Arial, Tahoma, Verdana;
	font-size: 18pt;
		font-weight:bold;
}

.titulos_secoes {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16pt;
	font-weight:bold;
	letter-spacing:-1px;
	padding:4px;
	color:#666666;
}

.titulos_paginas {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16pt;
}

.subtitulos {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12pt;
}

.paginacao{
    font-family:Tahoma, Verdana, Arial;
    font-size: 10px;
    cursor: pointer;
}

.espacamento {padding:4px 4px 4px 4px ;}

a:link {color: #333333;}
a:visited {	color: #333333;}
a:hover {	color: #990000;}
a:active {	color: #333333;}


A.titulo:visited {color:#000;text-decoration: none;}
A.titulo:active {color:#000;text-decoration: none;}
A.titulo:link {color:#000;text-decoration: none;}
A.titulo:hover {color:#333;text-decoration: underline;} 

A.link_branco:visited {color:#fff;text-decoration: none;}
A.link_branco:active {color:#fff;text-decoration: none;}
A.link_branco:link {color:#fff;text-decoration: none;}
A.link_branco:hover {color:#fff;text-decoration: underline;} 


A.rodape:visited {color:#fff;text-decoration: none;font-weight:bold;}
A.rodape:active {color:#fff;text-decoration: none;font-weight:bold;}
A.rodape:link {color:#fff;text-decoration: none;font-weight:bold;}
A.rodape:hover {color:#990000;text-decoration: underline;font-weight:bold;} 

/*MENU*/
#menu_branco {
background-color:#fff;
float:center;
height:28px;
width:100%;
}
#menu_branco ul {
list-style-image:none;
list-style-type:none;
width:744px;
margin:0px 0px 0px 0px;
padding:2px;
}
#menu_branco ul li {
display:inline;
color:#1D4D82;
float:center;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0px;
vertical-align:middle;

}
#menu_branco ul a {
color:#1D4D82;
float:center;
font-size:12px;
padding:4px;
text-decoration:none;
}
#menu_branco ul a:hover {
background-color:#1D4D82;
color:#fff;
}

/*MENU AZUL*/

#menu_AZUL {
float:center;
height:40px;
width:100%;
}
#menu_AZUL ul {
list-style-image:none;
list-style-type:none;
width:752px;
margin:0px 0px 0px 0px;
padding:3px;
}
#menu_AZUL ul li {
display:inline;
color:#333333;
float:center;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0px;
vertical-align:middle;

}
#menu_AZUL ul a {
color:#fff;
float:center;
font-size:12px;
padding:4px;
text-decoration:none;
}
#menu_AZUL ul a:hover {
background-color:#fff;
color:#333333;
}

/*  BANNER DHML  */

	#bg_dthml {
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		width:100%;
		height:1450px;
		background-color: #000;
		z-index:1001;
		-moz-opacity: 0.6;
		opacity:.60;
		filter: alpha(opacity=60);
		cursor:pointer;
	}
	#conteudo_dhtml {
	display:none;
		position: absolute;
		width:780px;
		height:458px;
		left:25%;
		top:145px;
		z-index:1002;
	}
