/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#0F345E;
 color: #333333;
 text-align:center;
}

#cabecalho {
 height:auto;
}

#corpo {
	width:777px;
	margin-left:2px;
	_margin-left:2px;
	margin-top:10px;
	background-image: url(imagens/bgNoticias.jpg);
	background-repeat: bottom repeat-x;
	text-align:left;
}

#corpo .foto {
	float:left;
	margin-right:5px;
}

#corpo .titulo, .titulo2, .titulo3, .texto, .data, .texto2, .texto3, .fonte, .postado {
	margin-top:20px;
	font-family: Verdana;
	color: #000000;
}
#corpo .titulo {
	padding: 10px 20px;
	height: 12px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
#corpo .titulo2 {
	padding: 10px 20px;
	height: 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#corpo .titulo3 {
	padding: 0px 20px;
	height: 12px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}
#corpo .data {
	margin-top: 10px;
	font-size: 9px;
	height: 15px;
	color: #003366;
	font-weight: bold;
	padding: 0px 20px;
}
#corpo .texto {
	padding: 20px;
	margin-top: 8px;
	font-size: 12px;
}
#corpo .fonte {
	padding: 0px;
	margin-top: 10px;
	font-size: 10px;
}
#corpo .postado {
	padding: 20px;
	margin-top: 0px;
	font-size: 10px;
}
#corpo .texto2 {
	padding: 10px 20px;
	margin-top: 5px;
	font-size: 12px;
}
#corpo .texto3 {
	padding: 10px 20px;
	margin-top: 5px;
	font-size: 12px;
	height: 20px;
	overflow: hidden;
}

#maisNoticias {
	margin-left: 0px;
	text-align:left;
	border-left: 1px dotted #000000;	
	border-right: 1px dotted #000000;	
	border-top: 1px dotted #000000;
	background-image: url(imagens/bgMaisNoticias.jpg);
	background-repeat: top left repeat-y fixed;
	-moz-opacity:0.9;
	_filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

#maisNoticias #tituloMais {
	width:170px;
	margin-top: 10px;
	margin-left: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #000000;
	padding-top: 5px;
}

#maisNoticias #tituloMN {
	margin-left: 3px;
	margin-top: 5px;
	font-size: 10px;
	border-bottom: 1px dotted #000000;
}

a.tituloMN {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a:hover.tituloMN {
	text-decoration: underline;
}

#rodape {
	text-align:left;
	width:770px;
	margin-left:123px;
	_margin-left:9px;
	_margin-top:0px;
}


#sobre {
	width:777px;
	margin-left:2px;
	_margin-left:2px;
	margin-top:10px;
	background-image: url(imagens/bgNoticias.jpg);
	background-repeat: bottom repeat-x;
	text-align:left;
}

#sobre .titulo, .titulo2, .texto, .data, .texto2 {
	margin-right:20px;
	margin-top:20px;
	font-family: Verdana;
	color: #000000;
}
#sobre .titulo2 {
	padding: 10px 20px;
	height: 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#sobre .texto2 {
	padding: 10px 20px;
	margin-top: 5px;
	font-size: 12px;
}
a.saibaMais {
	margin-right:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
a:hover.saibaMais {
	text-decoration: underline;
}
.paginacao {
	width: 90%;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top: 1px solid #666666;
	text-align: center;
}
