* {
	padding: 0px;
	margin: 0px;
	border: 0px
	outline: none;
	border-style: none;
}

iframe, frame, frameset {
	border-style: none !important;
    border:0px none transparent !important;
}

body {
/* 
	background-image: url("../images/bg.png");
	background-position-x: left;
	background-position-y: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
 */
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 15px;
	line-height: 18px;
}

.pagina {
	width: 460px;
	
}

.news-item-link a {
/* 	font-weight: bold; */
	text-decoration: none;
	color: #ffffff;
}

a, a:hover, a:visited, .news-item-link a:link, .news-item-link a:visited, .news-item-link a:hover {
/*
	font-weight: bold;
 */
	text-decoration: none;
	color: #ff54a0;
}

.clear {
	clear: both;
}

.top-brasil {
	display: inline-block;
	background-color: #fc5783;
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}

.top-brasil:hover {
	color: #8d031e;
}

.top-org {
	display: inline-block;
	background-color: #f3bf53;
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}

.top-org:hover {
	color: #833c0d;
}

.news-lista {
	padding: 15px;
	margin: 0px;
	width: 430px;
	float: left;
}

.news-item-titulo {
	list-style-type: none;
	cursor: pointer;
	margin-bottom: 5px;
	height: 30px;
	color: #ffffff;
}

.news-autor {
	font-style: italic;
	color: #4c4c4c;
	text-align: right;
	margin-top: 20px;
}

.news-item-data {
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	float: left;
	height: 14px;
	color: #FFFFFF;
/* 
	background-color: #ffbd41;
 */
}

.news-item-link {
	height: 14px;
	padding: 8px;
	float: left;
}

.news-item-noticia {
	color: #ffffff;
	letter-spacing: 0px;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-top: 15px;
	line-height: 22px;
	font-size: 13px;
	display: none;
	margin-bottom: 8px;
	text-align: left;
}

.title {
	font-size: 23px;
	margin-left: 15px;
	margin-top: 5px;
	font-weight: bold;
	letter-spacing: -1;
	color: #ffffff;
	background-color: #FF54A0;
	padding: 10px;
	float: left;
}
