@import url('http://fonts.googleapis.com/css?family=Russo+One');

/* 
	INÍCIO DO CSS RESET
	http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   
   Modoficado e adaptador por Ricardo Dias - r1@ig.com.br
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
	FIM DO CSS RESET
*/
input, textarea {
	border:1px dotted #F90;
	width:99%;
	background:url(images/input_bg.gif) top left no-repeat;
	padding:4px;
}


body{
	background:url(images/Fundo_Ceu.jpg) top center fixed;
}

a, a:visited, a:hover, a:active {
	/*text-shadow: 0.05em 0.06em #CCC;*/
	text-decoration:none;
}

#cabecalho{
	background:url(images/bg_rodape_laranja.png) repeat-x;
}

#cabecalho_meio{
	width:960px;
	height:190px;
	margin:0 auto;
	padding:10px 0;
	position:relative;
}

#cabecalho_texto{	
	float:right;
	color:#069;
	margin:0;
}

#cabecalho_texto td{
	font-size:14px;
	border-bottom:1px solid #Fff;
}

#central{
	/*background:#FFF*/
}

.central_borda{
	/*background:#FFF*/
	width:960px;
	margin:0 auto;
}

#central_meio{
	width:960px;
	margin:0 auto;
	/*padding:10px 0px 10px 0*/;
	background:url(images/BG-meio_02.png) top center repeat-y;
}

#rodape{
	margin:10px 0;
}

#rodape #menu{
	margin-bottom:10px;
}

#rodape_meio{	
	/*height:100px;*/
	background:url(images/bg_rodape.png) top left repeat-x;	
	width:960px;
	margin:0 auto;
	padding-top:15px;
}

#menu_superior{
	width:961px;
	background:url(images/bg_topo.png) top center repeat-x;
	height:56px;
	margin:0 auto;
}

#menu_superior_meio{
	width:960px;
	margin: 0 auto;
}

.spacer{
	height:1px;
	clear:both;
}

.logo{
	width:360px;
	float:left;
}

#menu{
	/*width:400px;*/
	float:left;
}

#menu ul {
	padding-top:14px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	font-family:"Russo One", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:10px 20px;
	color:#fff;	
	text-decoration: none;
	text-shadow: 0.05em 0.06em #09c;	
	border-right:1px solid #09C;
}

#menu ul li .ultimo_link {
	border-right:none;
}

#menu ul li a:hover {
	border-bottom:2px solid #fff;	
}

#telefone_menu{
	width:255px;
	float:right;
	margin:8px 0;
	text-align:right;
	color:#fff;
	font-size:17px;
	font-family:'Russo One';
	font-weight:bold;
	background:url(images/phone_icon.png) top left no-repeat;
	padding:6px 10px;
	text-shadow: 0.05em 0.09em #09f;
}

.rodape_bl-texto-esq{
	float:left;
	margin:0 0 20px 20px;
	font-size:13px;
	color:#036;
	line-height: 1.3;
}

.titulo_pagina{
	font-family:'Russo One';
	margin:0 auto;
	background:url(images/barra_laranja.png);
	padding:8px 0px 20px 40px;
	color:#FFF;
	font-size:18px;
	text-shadow: 0.07em 0.07em #F90;
}

.bloco_noticia{	
	margin:0 0 0 8px;
	padding-bottom:30px;
	text-align:justify;
}

.titulo_noticia{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:2px solid #ffcf19;
	color:#246bb3;
	padding:7px 0 5px 0;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	text-shadow: 0.05em 0.05em #FFF;
}

.coluna_esquerda{
	width:30%;
	float:left;
}

.coluna_direita{
	width:69%;
	float:right;
	border-left:2px solid #ececed;
}

.texto_noticia ul li{
	left:10px;
	padding:4px 0 4px 20px;
	border-bottom: 1px solid #ececed;
	list-style: none;
	background: url(images/bolinha.gif) top left no-repeat;
}

.texto_noticia .conteudo{
	margin-bottom:20px;
}

.conteudo td, th {
	border-bottom:1px solid #B7DBFF;
	padding:3px;
}

.texto_noticia strong{
	text-shadow: 0.05em 0.05em #CCC;
}

.menu_esquerda ul li{
	margin:2px 10px 0 0;
	padding:5px;
	border-bottom:1px dotted #CCC;
}

.menu_esquerda ul li a {
	font-size:14px;
	color:#667;
	font-weight:bold;
	text-decoration: none;
	text-shadow: 0.06em 0.07em #DDD;
}

.menu_esquerda ul li a:hover {
	color:#ffcf19;
}

.central_95{
	width:95%;
	margin:0 auto;
}

.bloco_texto {
	color:#665;
}

.bloco_texto strong{
	text-shadow: 0.05em 0.06em #CCC;
	color:#333;
}

.menu_baixo {
}

.destaque{
	width:178px;
	float:left;
	padding:10px;
	margin:0 4px 0;
}

.titulo_destaque{
	color:#246bb3;
	font-weight:bold;
	font-size:16px;
}

.subtitulo_destaque{
	font-size:12px;
	color:#667;
	font-weight:bold;
}

.preco_destaque{
	color:#246bb3;
	font-weight:bold;
	font-size:16px;
	background:#FF9;
	margin:3px 0;
}

.ultimo_destaque{
	margin-right:0;
}

.destaque div{
	padding:4px;
}

.destaque strong{
	font-size:11px;
	text-shadow:none;
}

th {
	color:#246bb3;
	font-size:16px;
	border-bottom:1px solid #6CF;
	padding-bottom:5px;
}

td {
	padding:2px;
}

.link_roteiro{
	margin:10px 0 15px 0;
	border-bottom: 1px dotted #DDD;
}

.floatesquerda{
	float:left;
	margin-right:10px;
}

.floatesquerda div{
	margin-bottom:6px;
}

.floatesquerda .preco_destaque{
	background:#fff;
}
