/*
	Autor: Felipe Volpatto
	Versão: 1.0   /   09/2010
---------------------------------------------------------------------------------------------------------------------
	TAG'S EM GERAL
---------------------------------------------------------------------------------------------------------------------
*/
*{
	margin:0;
	padding:0;
}

html, body{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align:justify;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img{ 
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal;
	font-weight:normal;
}

ol, ul{
	list-style:none;
}

caption, th{
	text-align:left;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}

q:before, q:after{
	content:'';
}

abbr, acronym{
	border:0;
}

a:link{
	color: #41372E;
	text-decoration:none;
}

a:visited{
	color: #41372E;
	text-decoration:none;
}

a:hover{
	color:#666666;
	text-decoration:underline;
}

a:active{
	color:#666666;
	text-decoration:underline;
}

/*
---------------------------------------------------------------------------------------------------------------------
	CORPO EM GERAL
---------------------------------------------------------------------------------------------------------------------
*/

#tira{
	height:23px;
	background:#F0F0F0;
	border-bottom:1px solid #CCC;
}

#corpo{
	width:848px;
	height:auto;
	margin:auto;
}

/*
---------------------------------------------------------------------------------------------------------------------
	TOPO
---------------------------------------------------------------------------------------------------------------------
*/
#topo{
	height:420px;
}

#topo_sub{
	height:170px;
}

#topo_img{
	clear:both;
	width:848px;
	height:242px;
}

#logo{
	width:321px;
	float:left;
	margin:36px 0 0 0px;
}

.pg_inicial{
	margin-top:5px;
	float:right;
}

#menu{
	background:url(../img/fundo_menu.jpg) repeat-x;
	width:499px;
	height:58px;
	margin-top:50px;
	border:1px solid #CCC;
	float:right;
}

#menu_int{
	width:100px;
	height:58px;
	border-right:1px solid #CCC;
	float:left;
	margin:0 0 0 25px;
}

#menu_int .cdl{
	margin:24px 0 0 -10px;
}

#menu_int .gestao{
	margin:24px 0 0 -10px;
	border:none;
}

#menu .no_border{
	border:none;
	width:80px;
}

#menu_int .noticias{
	margin:24px 0 0 8px;
}

#menu_int .contato{
	margin:24px 0 0 6px;
}

#sub_menu{
	width:360px;
	margin-right:100px;
	float:right;
}

/*
---------------------------------------------------------------------------------------------------------------------
	CONTEÚDO EM GERAL
---------------------------------------------------------------------------------------------------------------------
*/
#conteudo{
	width:848px;
	height:auto;
	padding-top:15px;
	/*border:1px solid #0F0;*/
}

.titulo_pg{
	color:#0A5296;
	font-size:15px;
	font-weight:800;
}

.selecionado{
	color:#666666;
}

#sobre_cont{
	margin-left:25px;
	width:800px;
}

/*
---------------------------------------------------------------------------------------------------------------------
	RODAPE
---------------------------------------------------------------------------------------------------------------------
*/
#rodape{
	background:url(../img/fundo_rodape.jpg) repeat-x;
	width:100%;
	height:44px;
	margin-top:20px;
	clear:both;
}

#rodape address{
	width:848px;
	margin:auto;
}

#rodape address p{
	width:600px;
	float:left;
	margin-top:10px;
}

#rodape address img{
	width:48px;
	height:17px;
	margin-top:15px;
	float:right;
}
