/* Begin Typography & Colors */
body {
	background-color: #FFFFFF;
	background-image: url("./images/fundo.jpg");
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	margin: 0px;
	padding: 0px;
}

td {
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
a:link, a:visited, a:hover, a:active {
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

a:hover {
	COLOR: #333333;
	text-decoration: underline;
}

#header {
	width: 770px;
	height: 150px;
}

#header .ladoA {
	float: left;
	width: 450px;
}

#header .ladoB {
	position: relative;
	float: right;
	width: 300px;
	height: 100px;
	/*background-image: url("./images/index_05.jpg");
	background-position: center;
	background-repeat: no-repeat;*/
}

#header .ladoB .menu_abas {
	position: relative;
	bottom: -6px;	
	height: 15px;
	background-image: url("./images/index_06.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 13px 51px 2px 20px;
}

#header .ladoB .pub {
	width: 160px;
	height: 90px;
}

#header h1 {
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding-top: 70px;
}

#content_master {
	width: 770px;
	clear: both;
}

#rodape {
	width: 770px;
	height: 47px;
	padding-top: 25px;
}

#rodape h5 {
	font-weight: bold;
	color: #FFFFFF;
}

.title_bloco_menu {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.input {
	FONT-SIZE: 10px; 
	COLOR: #ffffff; 
	border: #00273f 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #002740;
}

#s {
	height: 10px;
	width: 130px;	
	padding-right: 20px;
}

form {
	display: inline;
}

#frm_busca_topo_interno {
	padding-left: 59px;
	padding-top: 50px;
}

.gecko #frm_busca_topo_interno {
	padding-top: 52px;
}

.input_busca {
	margin-left: 60px;	
}

.post_titulo, a.post_titulo:link, a.post_titulo:active, a.post_titulo:hover, a.post_titulo:visited {
	font-size: 16px;
	color: #01aae5;
}

.post_data {
	color: #fcbb1d;
	font-size: 10px;
}

/* End Structure */



/*	Begin Headers */
h1, .h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
/* End Headers */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

.conteudo_principal {
	width: 514px;
	float: left;
}

.conteudo_menu {
	width: 220px;
	float: right;
}

.limpa {
	clear: both;
	height: 20px;
}

#loading_busca {
	display: none;
}

.forte {
	font-weight: bold;
}

dt {
	
}

dd {
	padding-bottom: 10px;
	text-align: justify;
}

.l_google {
	color: #008000;
	text-decoration: none;
	font-size: 12px;
	text-align: justify;
}

a.link_google:link, a.link_google:active, a.link_google:hover, a.link_google:visited {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	text-decoration: underline;
}

.desc_google {
	FONT-SIZE: 11px;
	LINE-HEIGHT: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.end_google  {
	FONT-SIZE: 10px;
	LINE-HEIGHT: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #008000;
}

/****** Pagination Style **********/
.paginacao {
	padding: 2px;
	text-align:center;
	clear: both;
	font-weight: bold;
	font-size: 12px;
}

.paginacao ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

.paginacao li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.paginacao a, .paginacao a:visited {
	padding: 0 5px;
	border: 1px solid #000000;
	text-decoration: none;
	color: #000000;
}

.paginacao a:hover, .paginacao a:active {
	border: 1px solid #000000;
	color: #000;
	background-color: lightyellow;
}

.paginacao li.currentpage {
	font-weight: bold;
	padding: 0 5px;
	background-color: #fff;
	color: #666666;
}

.paginacao li.disablepage {
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
}

.paginacao li.nextpage {
	font-weight: bold;
}

* html .paginacao li.currentpage, * html .paginacao li.disablepage{
	margin-right: 5px;
	padding-right: 0;
}

.centraliza {
	text-align:center;
	margin: 10px 0px 10px 0px;
}

.centraliza_layout {
	text-align: center;
	margin: 0px;
}
/* fim paginacao*/

.post_titulo, a.post_titulo:link, a.post_titulo:active, a.post_titulo:hover, a.post_titulo:visited {
	font-size: 16px;
	color: #01aae5;
}

.post_data {
	color: #fcbb1d;
	font-size: 10px;
}

.postmetadata { clear: right; }

.entry {
	text-align: justify;
}

.entry ol { padding: 0 35px 0 0; }

html>body .entry li { margin: 7px 10px 8px 0; }

html>body .entry ul {
	margin-right: 0px;
	padding: 0 30px 0 0;
}

.flutua_foto {
	float: left;
	padding: 15px;
}

.meta {
font-size:1em;
padding-left:3px;
text-align:right;
}

.titulo_blocos_h2 { 
font-weight:normal; font-size:16px; margin-bottom:12px; 
}

#cat-envie-comentario { background-color:#fff; color:gray; clear: both; }

#loading {
	display: none;
}

.storytitle {
color:#efb000;
text-decoration:none;
font-size: 14px;
}

.back_coment {
	background-color: #F0F0F0;
	border: 1px dashed #c8c8c8;
	margin-bottom: 3px;
	padding: 2px;
}

.date {
color:#a1a1a1;
font-size:1em;
margin-bottom:0;
margin-top:0;
text-align:left;
}

.formulario input, .formulario textarea, .formulario select{
	border:1px solid #ddd;
	padding:2px;
	margin:5px 0 0 0;
	font:90% Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	color: #000;
	height: 15px;
}

.botao{
	border:1px solid #ddd;
	padding:4px;
	margin:5px 0 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	color: #000000;
	font-size: 11px;
	width: auto;
	cursor: crosshair;
	min-height: 25px;
}

.TextNormal {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 15px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: justify; background-color: #fff;
}

.Headline {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN-BOTTOM: 0px; TEXT-TRANSFORM: uppercase; COLOR: #000000; LINE-HEIGHT: 25px; BORDER-BOTTOM: #666f85 1px dotted; FONT-FAMILY: Arial, Helvetica, sans-serif; background-color: #fff;
}

.erro {
	color: red;
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#HOTWordsTxt a{ font-weight: bold; font-size: 15px; }


#spreadthis {
	margin-top: 10px;
	text-align: center;
}

#HOTWordsTxt a {
	font-weight: bold;
}