@charset "utf-8";
/* CSS Document */

body {
	/* cor do fundo da página abaixo */
	background-color: #fff;
	margin: 0px auto;
	padding: 0;
	background-image: url(images/bg-wide.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

h1 {
/*	float:left;*/
	font-size:150%;
	color:#003366;
	padding-left: 2px;
/*	border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	margin:0 10px 5px 0;
	width: 150px;
}

h2 {
	color:#c60;
	font-size:16px;
	margin:8px 0 5px 0;
}

p {
	text-align:justify;
/*	margin:0 0 8px 0;*/
}

img.left {border: none; float:left;
	padding: 0 5px 0 0; /* top left bot right */
}

img.right {border: none; float:right;}

#contentLeft {float:left; width: 48%; padding: 2px;}

#contentLineVer {border-right:1px solid #ccc; float:left; height: 160px; margin-top: 5px; padding: 2px;}

#contentRight {float:right; width: 48%; padding: 2px;}

#tudo {
	height: auto;
	/* defina a largura do seu layout abaixo */
	width: 775px; 
	margin: 0 auto;
	padding: 0;
}
 
#header {
	/* endereço da imagem de topo abaixo */
	background-image: url(images/header.jpg);
	/* aqui a imagem do topo não se repetirá */
	background-repeat: no-repeat; 
	background-position: center;
	/* altura da imagem do topo em pixels */
	height: 58px; 
	/* largura da imagem do topo em pixels */
	width: 676px;
	margin-left: 49px;
}
 
#textos {
	/* defina a fonte utilizada no blog abaixo */
	font-family: Tahoma, Geneva, sans-serif;
	/* tamanho da fonte utilizada no blog */
	font-size: 12px;
	font-style: normal;
	/* cor da fonte utilizada no blog abaixo */
	color: #333; 
	text-decoration: none;
	height: auto;
	/* mesma largura do layout */
	width: 775px;
}
 
#content {
	/* serve para alinhar o content à esquerda */
	float: left; 
	height: auto;
	/* define a largura do content */
	width: 655px; 
	padding: 2px 10px 2px 10px; /* top left bot right */
	margin-left: 50px;
}

#fototopo {
	/* serve para alinhar o content à esquerda */
	float: right; 
	height: 282;
	/* define a largura do content */
	width: 430px; 
	padding: 0; /* top left bot right */
	margin-right: 58px;
}

#sidebar {
	/* serve para alinhar a sidebar à direita */
	float: left; 
	height: auto;
	/* define a largura da sidebar */
	width: 227px; 
	padding: 0px;
	margin-left: 60px;
}

#footer {
/*	clear: both; */
	background: transparent;
	margin: 0 auto; 
	width: 775px; 	
	text-align: left;
}
html #footer {
	height: 1%;
}
#footer p {
	text-align:center;
	line-height: 1.2em;
	margin-left: 55px;
}
#footer p.right {
	float: right; 
	margin: 1em 0;
	width: 30%; 
	text-align: right;
	font-size: 0.9em; 
	color:#999;
	margin-right: 55px;
}
#footer a{text-decoration:none; border: 0;}
/* a prop vertical-align deixou a img alinhada com o texto */
#footer img{background: transparent; border: 0; vertical-align: middle;} 

.noticias {
	background: #f2f2f2; /* cinza */
	border: #ccc 1px solid;
	padding: 5px 10px 5px 10px; /* top left bot right */
}
.parceiros {
	background-color: #e8f0f6; /* azul claro */
	border: #9cb5ca 1px solid;
	padding: 5px 10px 5px 10px; /* top left bot right */
}
/* MENUS */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* =-=-=-=-=-=-=-[Menu Four]-=-=-=-=-=-=-=- */
	
#menu {
	width: 227px;
	border-style: none;
/*	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;*/
	margin: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
	
#menu li a {
  	height: 31px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	background: url(images/bt-menu.jpg);
	padding: 8px 0 0 30px; 
	}
	
#menu li a:hover {
	color: #003366;
	background: url(images/bt-menu.jpg) 0 -31px;
	padding: 8px 0 0 30px; 
	}
/*	
#menu li a:active {
	color: #fff;
	background: url(images/menu.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}
*/
.titulo {font-size:12px; font-weight:bold; border-left:6px solid #003366; padding:0 0 0 8px;}
.tabela {width:auto; float:inherit; margin-left: 10px;}
.more{
border-left:6px solid #003366;
display:block;
float:left;
margin:0 0 0 29px;
display:inline;
padding:0 0 0 8px;
}
.linha {margin-left: 55px;}
</style>
