/* estrutura */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input, select, option,
form, label, textarea, table, caption,
tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: "Trebuchet MS",Arial;
	vertical-align: baseline;
	color: #000;
	float: left;
	text-align: left;
}
h6{
	color: #000;
	font-size: 11px;
}
body {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.3;
	text-shadow: 1px 1px 0px #FFF;
	color: #000;
	background-color: #E8E9EB;
}
:focus{
	outline: 0;
}
html{
	width: 100%;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
br, strong{
	float: none;
	color: inherit;
}
strong{
	font-weight: bold;
}
em{
	float: none;
	font-style: italic;
}
.right{
	float: right;
}
.none{
	float: none;
	text-decoration: none;
}
.hidden{
	display: none;
}
/* Página */
.agrupaOutrasNovidade{
	padding-top: 10px;
	width: 600px;
}
.tituloOutraNovidade{
	padding: 10px;
}

/**  paginação **/
.blocoPaginacao {
	float: none;
/*	margin-top: 10px;*/
}
.englobaPaginacao {
	width: 500px;
/*111	padding: 10px 0 15px 0;*/
	margin: 10px 0 0 10px;
	display: inline;
}
.paginacao {
	width: 500px	;
	margin-left: 5px;
	text-align: left;
	display: inline;
}
.paginacao strong {
	color: #14212E;
	font-size: 14px;
	font-weight: bolder;
}
.paginacao * {
	color: #14212E;
	font-size: 14px;
	float: none;
	text-decoration: none;
}
.fonte {
	color: #E39F0C;
}
.fonte:hover{
	color: #14212E;
/*	text-decoration: underline;*/
}


.outros {
	width: 415px;
}
.agrupaLink {
	text-decoration:none;
	width: 330px;
	padding: 5px 10px;
}
.textoLink{
	text-decoration: none;
	float: none;
}
.textoLink:hover {
	color: #6BAACD;
}
.gota{
	padding: 1px 5px ;
}
.dataNoticia{
        font-size: 11px;
        text-shadow:none;
        font-style: italic;
}
.nomeNoticia{
        text-shadow:none;
}