/* CSS Document */

#publicidadeDiv{
	position:absolute;
	width:250px;
	left:1008px;
	top:87px;
}

#blogItem{
	padding: 2px;
	min-height:84px;
	height:auto !important;
	height:84px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom: 2px dashed grey; 
	margin: 2px;
}

#headerBlogs{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	background-color:#B1EDCF;
	text-align:center;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #009933;
	margin-bottom:4px;
}

#blogsBO{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#blogsBO a:link, #blogsBO a:visited, #blogsBO a:active{
	color:#0033FF;
	text-decoration:none !important;
	font-weight:normal;
}
#blogsBO a:hover{
	color:#0099FF;
	text-decoration:none !important;
	font-weight:normal;
}

#blogItem a:link, #blogItem a:active, #blogItem a:visited{
	color:#006600;
	font-weight:normal;
	text-decoration:none !important;
}

#blogItem a:hover{
	color:#0099FF;
	text-decoration:none !important;
	font-weight:normal;
}

#anoTitulo{
	background-color:#EEEEEE;
	padding:2px;
	color:#003300;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid grey;
	border-bottom: 1px solid #CCCCCC;
}

#imgNotAno{
	border: 1px solid black;
	float: left;
	clear: left;
	margin-right: 3px;
}

#anoNoticia{
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid grey;
	border-top: 0px;
	min-height: 73px;
	height: auto !important;
	height: 73px;
	font-size:11px;
	color:#666666;
}

#anoNoticia a:link, #anoNoticia a:active, #anoNoticia a:visited{
	color:#e77918;
	text-decoration:none;
	font-size:11px;
}

#anoNoticia a:hover{
	color:#000000;
	text-decoration:none;
	font-size:11px;
}

#anoPassado{
	margin-bottom:12px;
}