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

#newsMainPage {
	margin:0;
	padding:0;
}

#newsMainPage h2.newsMainHead {
	position:relative;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:10px 30px 0 30px;
	color:#CC9900;
	cursor:pointer;
}

#newsMainPage h2.newsMainHead:hover {
	color:#EE9900;
}

#newsMainPage .newsMainContent {
	font-size:12px;
	color:#727070;
	padding:0;
	margin:10px 30px 20px 30px;
	text-align:justify;
}

#newsMainPage p.newsMainContent {
	padding:0;
	margin:0;
}

#newsMainPage a {
	font-size:10px;
	color:#CC9900;
	padding:0 20px 0 20px;
	text-decoration:none;
}

#allNewsLink a {
	font-size:10px;
	color:#727070;
	padding:0 20px 0 20px;
	text-decoration:none;
}

#newsMainPage a:hover, #allNewsLink a:hover {
	color:#EE9900;
	text-decoration:underline;
}

#allNewsLink {
	text-align:right;
	position:absolute;
	bottom:20px;
	right:10px;
	margin:13px 0 0 0;
}

/* ------------------ */

#news-view {
	background:url(../imagens/text-concha.png) right bottom no-repeat;
	text-align:justify;
	color:#735B13;
	letter-spacing:1px;
	margin:20px 0 20px 0;
	padding:0;
}

#news-view h1 {
	text-align:center;
	font-weight:bold;
	font-size:24px;
	letter-spacing:1px;
	color:#CC9900;
	margin:0 10px 0 10px;
	padding-bottom:30px;
}

#news-view .content {
	margin:0 20px 0 20px;
}

#news-view img {
	margin:3px 10px 3px 10px;
	background-color:#fff;
	padding:5px;
	border:2px solid #735B13;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#news-view .coments {
	text-align:right;
	font-size:12px;
	letter-spacing:1px;
	margin:5px 10px 5px 10px;
}

#news-view .coments a {
  text-decoration: none;
  color:#CC9900;
}

#news-view .coments a:hover {
	text-decoration: underline;
	color:#F90;
}

/* ------------------ */

#newsQuery {
	text-align:left;
	font-size:12px;
}

#newsQuery h1 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:30px 0 30px 0;
	color:#CC9900;
}

#newsQuery li {
	list-style:none;
}

#newsQuery p {
	margin:0;
}

#newsQuery p.titulo a {
	color:#CC9900;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

#newsQuery p.titulo a:hover {
	color:#EE9900;
	text-decoration:underline;
}

#newsQuery p.resumo {
	text-indent:30px;
}

#newsQuery p.data {
	font-weight:bold;
	margin:30px 0 0 0;
}

#newsQuery p.foot {
	color:#CC9900;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:30px 0 0 0;
}

#newsQuery p.control {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:10px 0 30px 0;
}

#newsQuery p.control a {
	color:#CC9900;
	text-decoration:none;
}
#newsQuery p.control a:hover {
	color:#EE9900;
	text-decoration:underline;
}
