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

.cont {
    margin:100px 15px 120px !important;
}

.apresentacao {
	float:left;
}

.apresentacao h2 {
    border:none !important;
    padding:0;
    margin:0 0 15px 0;
    font-size:27px
}

.col1 p {
	margin-top:0;
}

.col1 .noticias h2 {
	padding: 0 0 10px 0;
	border-bottom:1px solid #E9680A;
	font-size:21px;
	width:450px;
}

.noticias {
	float:left;
}

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

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

.noticias a {
     color:#E9680A;   
}

h3 {
    margin-bottom:0 !important;
    font-size:14px;
}

.noticias h3 a {
	color:#E9680A;
	font-size:14px;
}

.noticias a:hover {
	color:#6F6E6F
}

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

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

#rodape {
	position:fixed;
	bottom:5px;
	z-index:300;
	height:100px;
}

#header {
	position:fixed;
	z-index:200;
	background:url(../images/fundo.jpg);
	height:82px;
	top:0;
}

a span.mais {
    color:#6F6E6F;
    font-weight:lighter;
}

a:hover span.mais {
    color:#E9680A
}