@charset "utf-8";
/* CSS Document */

.col1 h2 {
	padding:0 20px 10px 0;
	border-bottom:1px solid #F06E1E;
	margin-bottom:10px;
}

#wrapper .noticias {
	float:left;
	border-bottom:1px solid #E9680A;
	margin-bottom:10px;
}

#wrapper .noticias img {
	float:left;
	margin:0 10px 0 0;
}

#wrapper .noticias p.noticia {
    text-align:justify;
}

a {
	color:#E9680A
}

a:hover {
	color:#6F6E6F
}

.noticias span {
	clear:both;
	font-weight:bold;
	font-size:11px;
	display:block
}

.anteriores {
	float:right;
	font-weight:bold;
	width:135px;
}

.anteriores a {
	background:url(../images/news/setinha.png) no-repeat right 8px;
	width:135px;
	display:block;
}

.anteriores a:hover {
	background-position:right -6px;
}

.redesSociais {
	clear:both;
}

a.twitter {
	display:block;
	background:url(../images/twitter-facebook.png) no-repeat;
	width:35px;
	height:30px;
	text-indent:-999px;
	float:left;
	margin:0 15px;
}

a.facebook {
	display:block;
	background:url(../images/twitter-facebook.png) no-repeat;
	background-position:-44px;
	width:25px;
	height:25px;
	text-indent:-999px;
	float:left;
}

h3 {
	font-size:14px;
}
