@charset "iso-8859-1";
/* CSS Document */

/* Noticias com ID */
h1{
	color:#666;
	font-size:18px;
	font-weight:800;
	padding:0 0 10px;
}

p{
	font-size:12px;
	color:#333;
	line-height:120%;
	padding:0 0 15px;
	border-bottom:1px solid #999;
}

h2, h5, h5 a{
	color:#f60;
}

ul#bannernoticia{
	width:520px;
	margin:15px auto 0;
}

ul#bannernoticia li{
	width:520px;
	padding:17px 3px 3px;
	background-color: #D7D7D5;
	background-image: url(../imagens/site/publicidade2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* Lista de noticias */
#foto{
	display:block;
	width:650px;
	position:relative;
	margin:15px auto;
}

ul#noticiaslista{
	width:665px;
	margin:25px auto;
}

ul#noticiaslista li{
	border-bottom:1px solid #ccc;
	clear:both;
	height:45px;
	margin:0 0 5px;
}

.data{
	background:#c2c2c2;
	color:#666;
	display:block;
	float:left;
	font-size:12px;
	height:36px;
	margin:0 10px 0 0;
	padding:4px 0 0;
	text-align:center;
	width:40px;
}

.foto{
	float:left;
	margin:0 10px 0 0;
}

ul#noticiaslista li h3 a{
	color:#666;
	font-size:12px;
	float:left;
	padding:10px 0 0;
}

a.leiamais{
	color:#f60;
	display:inline-block;
	padding:12px 0 0 10px;
}

