@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #003A92;
}
a:active {
	text-decoration: none;
	color: #003A92;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 996px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.topo {
	width: 996x;
	max-height:100px;
	padding-top:15px;
}
.menu {
	font-size:11px;
	margin-top: 15px;
	width: 796px;	
	float: left;
	background-image:url(tranparencia.png);		
}
.botoes{
	padding:10px 11px;
		float: left;
	}
	.botoes over{
		background-color:#39F;
		}
.bandeiras{
	float: right;
	padding-top:10px;
	padding-right:10px;
	}
.logo {
	width: 200px;
	margin: 0;
	float: left;	
}
.corpo {
	width: 996x;
	min-height:600px;
	clear:both;
	
}

.lateral {
	float: left;
	width: 200px;
	height: 400px;	
}
.social {
	width: 160px;
	margin: 0 auto;
	padding-top:400px;
}
.conteudo {
	padding: 9px 0;
	width: 796px;
	min-height:400px;
	
	float: left;
	background-image:url(tranparencia.png);	
}
.texto {
	font-size:12px;
	margin-left:15px;
	margin-bottom:0;
	margin-top:0;
	margin-right:5px;
	padding-top:0;
	width: 300px;
	height:auto;
	float: left;
	text-align:justify;
}
.texto2 {
	font-size:12px;
	margin-left:25px;
	margin-bottom:0;
	margin-top:20px;
	margin-right:5px;
	padding-top:0;
	width: 430px;
	height:auto;
	float: left;
}

.slide {
	margin-right:5px;
	width: 450px;
	margin:10px;
	float: left;
}
.slogan {
	margin-right:15px;
	margin-top:10px;
	font-style:oblique;
	width: 450px;
	float: right;
	text-align: right;
	color:#009;
	font-weight: bold;
}
.rodape {
	padding: 8px 0;	
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.negrito {
	font-weight: bold;
}
