@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: MyCustomFont;
 src: url("calibri.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("calibri.ttf") /* TTF file for CSS3 browsers */
}
  
  body
	{
		margin: 0;
		padding: 0;
		font-family: MyCustomFont, Verdana, Arial, sans-serif;
		font-size:90%;
		color: #000;
		background-color: #EEEEEE;
		background-image:url(_layout/fundo_marrom.jpg);
		background-repeat:repeat;
	}


	h1,h2,h3,h4,h5,h6 {
		font-weight: bold;
		font-family: MyCustomFont, Verdana, Arial, sans-serif;
	}
	h1 {
		font-size: 22px;
		color: #AC1F0B;
	}
	h2 {
		font-size: 120%;
		color: #57332C;
	}
		
	h3 {
		font-size: 14px;
		color: #AC1F0B;
	}
	h4 {
		font-size: 12px;
		color: #57332C;
	}
	h5 {
		font-size: 10px;
		color: #57332C;
	}
	h6 {
		font-size: 8px;
		color: #57332C;
	}
 	a {
		color: #AC1F0B;
	}
	a:link {
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #C2A15A;
	}
	a:hover {
		text-decoration: none;
		color: #C2A15A;
	}
	a:active {
		text-decoration: none;
		color: #FFF;
	}		
	textarea {
	padding: 0;
	vertical-align: top;
	margin: 4px 0 1px 0;
	border: 1px solid #57332c;
	}
	input {
	border: 1px solid #57332c;
	margin: 1px 0;
	}
	input[type=text], input[type=password] {
	border: 1px solid #57332c;
	}
	select {
	padding: 0;
	margin: 1px 0 1px 0;
	border: 1px solid #57332c;
	}
	hr {
      color: #6B5932;
      height: 1px;
    }
	#container
	{
		margin: auto;
		width: 950px;
		text-align: left;
		background-image:url(_layout/unique_bg.jpg);
		background-repeat:repeat-y;
	}
	
	#header
	{
	margin: auto;
	width:950px;
	height: 580px;
	background-image:url(_layout/unique_topo.png);
	background-repeat:no-repeat;
	position: relative;
	}
	#header #resultados{
	position:absolute;
	top: 195px;
	left: 180px;
	width: 730px;
	height: 375px;
	margin: 0px;
	padding: 0px;
		}
	#header #menu{
	font-family: MyCustomFont, Verdana, Arial, sans-serif;
	font-size:100%;
	text-align:right;
	color:#FFF;
	position:absolute;
	top: 135px;
	left: 251px;
	width: 660px;
	height: 31px;
		}
	#header #menu ul {
	margin:0;
	padding: 0;
	list-style-type: none;
		}
	#header #menu li {
	float:right;
	display: inline;
	padding: 0 0 0 15px
		}		
		
		
	#header #menu a {
		color: #FFF;
		font-family: MyCustomFont, Verdana, Arial, sans-serif;

	}
	#header #menu a:link {
		text-decoration: none;
		color: #FFF;
	}
	#header #menu a:visited {
		text-decoration: none;
		color: #FFF;
	}
	#header #menu a:hover {
		text-decoration: none;
		color: #C2A15A;
	}
	#header #menu a:active {
		text-decoration: none;
		color: #FFF;
	}
	#header #menu #redesocial{
	text-align:center;
	position:absolute;
	top: -50px;
	left: 505px;
	width: 61px;
	height: 23px;
	padding: 15px 0 0 103px ;
	background:url(_layout/unique_menu_redessociais.png);
	background-repeat:no-repeat;
		}	
	#header #menu2{
	font-family: MyCustomFont, Verdana, Arial, sans-serif;
	font-size:100%;
	text-align:center;
	color:#FFF;
	position:absolute;
	top: 0px;
	left: 366px;
	width: 549px;
	height: 35px;
	background:url(_layout/unique_menu_topo.png);
	padding-top: 10px;
		}	
	#header #menu2 a {
	font-family: MyCustomFont, Verdana, Arial, sans-serif;		
		color: #57352E;
	}
	#header #menu2 a:link {
		text-decoration: none;
	}
	#header #menu2 a:visited {
		text-decoration: none;
		color: #FFF;
	}
	#header #menu2 a:hover {
		text-decoration: none;
		color: #FFF;
	}
	#header #menu2 a:active {
		text-decoration: none;
		color: #57352E;
	}		
	#mainnav
	{
		margin:auto;
		width: 776px;		
		height: 25px;
		background-image:url(_images/menu.png);
	}
	
	#menu
	{
		float: right; 
		width: 180px;
		height: 100px;
	}
	#content	
	{
	position:relative;
	margin-left:210px;
	padding: 10px;
	width: 680px;
	height:auto;
	}




	#ondeencontrar
		{
	position:relative;
	margin-left:210px;
	padding: 10px;
	width: 680px;
	height:auto;
	}
	#ondeencontrar	a {display:block; text-decoration:none}
	#ondeencontrar	dl {margin:0 auto; width:100%}
	#ondeencontrar	dt {background-color:#57332c; border-bottom:2px solid #fff; padding:5px}
	#ondeencontrar	dt a {color:#fff;}
	#ondeencontrar	dd, ul {margin:0; padding:0}
	#ondeencontrar	ul li {list-style:none;}
.nao{ }
.sim{ background:url(_layout/content_post.png);}
	#ondeencontrar	ul li a {color:#000; padding:5px}
	#ondeencontrar	ul li a:hover {background-color:#aaa; color:#fff}
	.titulo_onde{
		color:#AC1F0B;
		font-size:100%;
		font-weight:bold;
		}	






	
	#contentpost
	{
	position:relative;
	margin-left:210px;
	padding: 10px;
	width: 680px;
	height:auto;
	}
	#contentpost #titulo{
	width: 680px;
	height:auto;
	margin-bottom: -10px;
		}	
	#contentpost #data{
	font-size:12px;
	color:#999;
	width: 680px;
		}
	#contentpost #conteudo{
	width: 675px;
	height: auto;
	padding-left:0px;
		}
		
	#contentpostsim
	{
	position:relative;
	margin-left:210px;
	padding: 10px;
	width: 680px;
	height:auto;
	background:url(_layout/content_post.png);
	}
	#contentpostsim #titulo{
	width: 680px;
	height:auto;
	margin-bottom: -10px;
		}	
	#contentpostsim #data{
	font-size:12px;
	color:#999;
	width: 680px;
		}
	#contentpostsim #conteudo{
	width: 675px;
	height: auto;
	padding-left:0px;
		}		
		
		
		
	.titulo_noticias{
		color:#AC1F0B;
		font-size:16px;
		font-weight:bold;
		}	
		
	.titulo_chamadas{
		color:#57332C;
		font-size:14px;
		font-weight:bold;
		}	
		
	#content2
	{
		float: right;
		margin-right: 12px;
		width: 350px;
		height:auto;
	}
	
	#contentbox
	{
	position:relative;
	margin-left:210px;
	width: 680px;
	height:auto;
	padding: 10px;
	}
	#contentbox_slider
	{
	position:relative;
	margin-left:210px;
	width: 700px;
	height:auto;
	}
	#barra	
	{
	float:left;
	padding: 10px;
	width: 178px;
	height:auto;
	}	
	
	#footer	
	{
	margin:auto;
	padding-top: 10px;
	width: 950px;
	height: 43px;
	clear: both;
	color:#FFF;
	font-size:12px;
	text-align:center;
	background-image:url(_layout/unique_bottom.png);
	}

