/**
 * @author Fábio Miranda Costa <fabiomcosta@gmail.com>
 * http://www.meiocodigo.com
 */
/*********************************************
HACKS E INICIALIZACOES
*********************************************/
*{margin:0;padding:0;}
ul,ol{list-style:none}
li{vertical-align:top;line-height:1.2em}/* IE: posição vertical do marcador no IE  e espaço extra fantasma em lis*/
li a{line-height:1.2em}
caption,th,thead,tfoot{text-align:center;font-weight:bold}
a img,fieldset{border:0}
img,fieldset{display:block}
input.btn{cursor:pointer}
input.texto,input.btn,textarea.texto,select,option{}
input.texto,textarea.texto,select{}
option{}
div.clear{clear:both}
.tam1{width:60px}.tam2{width:90px}.tam3{width:120px}.tam4{width:150px}.tam5{width:180px}.tam6{width:220px}.tam7{width:250px}
select.tam1{width:66px}select.tam2{width:96px}select.tam3{width:126px}select.tam4{width:156px}select.tam5{width:186px}select.tam6{width:226px}select.tam7{width:256px}
h1,h2,h3,h4,h5,h6{font-weight:900;line-height: 1em}
h1{font-size:250%}
h2{font-size:200%}
h3{font-size:150%}
h4{font-size:120%}
h5{font-size:110%}
h6{font-size:100%}
/*********************************************
CLASSES GERAIS
*********************************************/
.float-left{
	float: left;
	margin: 0 10px 8px 0;
}
.float-right{
	float: right;
	margin: 0 0 8px 10px;
}
.clear-both{
	clear: both;
}
/* CLASSE PARA BOTOES DE FORMULARIO */
.btn{
	width: 56px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	color: #7dbed4;
	cursor: pointer;
	overflow: hidden;
	line-height: 300%;
}
.btn span{
	display: block;
	position: relative;
	top: -5px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 11px;
}
/* CLASSE PARA BOX */
.box{
	overflow: hidden;
	width: 2000px;
	position: relative;
}
.box1{
	background: url(../img/box_brd_t.gif) repeat-x;
	margin-bottom: 20px;
}
.box2{
	background: url(../img/box_brd_b.gif) bottom repeat-x;
}
.box3{
	background: url(../img/box_brd_l.gif) repeat-y;
}
.box4{
	background: url(../img/box_brd_tl_bg1.gif) left top no-repeat;
}
.box5{
	background: url(../img/box_brd_bl.gif) left bottom no-repeat;
}
.box6{
	padding: 15px 5px 1px 15px;
	width: 220px;
	overflow: hidden;
}
.box-titulo{
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #3c669a;
	background-image: url(../img/titulo_brd_tr_bg1.gif);
	color: #fff;
	padding-bottom: 3px;
	margin-bottom: 12px;
	overflow: hidden;
}

.box-titulo h3{
	font-size: 17px;
	font-weight: 100;
	border-bottom: 1px solid #fff;
	padding: 4px 5px;
	overflow: hidden;
}
.box-conteudo{
	padding: 0 4px 5px 4px;
	overflow: hidden;
	zoom: 1;
}
/* para boxes que ficarem em fundo cinza */
.box-bg2 .box4{
	background: url(../img/box_brd_tl_bg2.gif) left top no-repeat;
}
.box-bg2 .box-titulo{
	background-image: url(../img/titulo_brd_tr_bg2.gif);
}
/* CLASSE PARA INPUTS DE FORMULARIO */
.form-input1{
	background: url(../img/input_brd_t.png) repeat-x;
	margin-bottom: 8px;
}
.form-input2{
	background: url(../img/input_brd_b.png) bottom repeat-x;
}
.form-input3{
	background: url(../img/input_brd_t.png) repeat-y;
}
.form-input4{
	background: url(../img/input_brd_tl.png) left top no-repeat;
}
.form-input5{
	background: url(../img/input_brd_bl.png) left bottom no-repeat;
}
.form-input6{
	background: url(../img/input_brd_br.png) right bottom no-repeat;
}
.form-input7{
	background: url(../img/input_brd_tr.png) right top no-repeat;
	padding: 6px 8px 15px 8px;
	overflow: hidden;
	zoom: 1;
}
.form-input7 .texto{
	border: 0;
	width: 100%;
	color: #7dbed4;
	font-size: 11px;
	font-family: 'Trebuchet MS', Arial, Verdana;
}
/*********************************************
CSS PARA TODOS
*********************************************/
body{
	font-family: Arial, Verdana, 'Trebuchet MS';
	font-size: 12px;
	background-color: #fff;
	min-width: 900px;
}
/*********************************************
TOPO
*********************************************/
.topo1{
	background: url(../img/bg_topo_repeat.jpg) repeat-x;
}
.topo2{
	width: 100%;
	background: url(../img/bg_topo.jpg) center top no-repeat;
}
.topo3{
	width: 900px;
	margin: 0 auto;
	height: 186px;
}
.topo-img{
	width: 200px;
	height: 150px;
	margin: 36px 190px 0 0;
	display: inline;
	float: right;
}
.topo-index{
	display: inline;
	float: left;
	height: 170px;
	margin: 8px 0 8px 27px;
	width: 170px;
}
/*********************************************
MENU TOPO
*********************************************/
.menu-topo1{
	border-top: 1px solid #caff90;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	background: url(../img/bg_menu_topo.png) repeat-x;
}
.menu-topo2{
	width: 900px;
	height: 47px;
	padding-top: 17px;
	margin: 0 auto;
}
.menu-topo2 ul{
	display: block;
	overflow: hidden;
	float: left;
	background: url(../img/icones.gif) 10px 10px no-repeat;
}
.menu-topo2 .primeiro-item{
	margin-left: 0px;
}
.menu-topo2 .primeiro-item a{
	width: 14px;
	height: 14px;
}
.menu-topo2 li{
	float: left;
	display: inline;
	margin-left: 30px;
}
.menu-topo2 li a{
	display: block;
	padding: 8px;
	overflow: hidden;
	float: left;
}
/*********************************************
BUSCA TOPO
*********************************************/
.menu-topo-busca{
	float: right;
	overflow: hidden;
}
.menu-topo-busca fieldset{
	float: right;
}
.container-palavra-chave-busca-topo{
	background: url(../img/input_bgcor2.png) no-repeat;
	width: 175px;
	height: 17px;
	padding: 6px 5px 14px 5px;
	float: left;
}
.container-palavra-chave-busca-topo .texto{
	border: 0;
	background: transparent;
	width: 100%;
	height: 17px;
	float: left;
}
.menu-topo-busca .btn{
	background-image: url(../img/btn_bgcor2.png);
	float: left;
}
/*********************************************
LOGO ABAIXO DO MENU
*********************************************/
.abaixo-do-menu{
	height: 55px;
	width: 100%;
	background: url(../img/bg_baixo_menu.jpg) center top repeat-x;
}
/*********************************************
PRINCIPAL
*********************************************/
.principal1{
	width: 100%;
	overflow: hidden;
	background: url(../img/bg_geral.png) top repeat-x;
}
.principal2{
	width: 900px;
	margin: 0 auto;
	padding-top: 18px;
}
/*********************************************
CENTRO
*********************************************/
.centro{
	width: 640px;
	padding-right: 20px;
	float: left;
	overflow: hidden;
	color: #283c75;
}
.sessao{
	background: url(../img/brd_topo_degrade.png) right 8px no-repeat;
	margin-bottom: 40px;
}
.sessao-data{
	color: #a3a9bc;
	font-size: 10px;
}
.sessao-titulo{
	color: #283c75;
	font-size: 20px;
	padding: 10px 0 14px 0;
}
.sessao-img{
	padding: 3px;
	border: 1px solid #65ae48;
}
.sessao a{
	color: #283C75;
}
.sessao p{
	line-height: 160%;
	margin-bottom: 15px;
}
.sessao ul, .sessao ol{
	margin-bottom: 15px;
}
.sessao ul{
	list-style-type: disc;
	margin-left: 20px;
}
.sessao ol{
	list-style-type: decimal;
	margin-left: 23px;
}
.sessao li{
	margin-bottom: 5px;
}
.sessao h3, .sessao h4, .sessao h5, .sessao h6{
	margin-bottom: 10px;
}
/*********************************************
CONTROLES DA SESSAO
*********************************************/
.sessao-controles1{
	background: url(../img/controles_bg.png) repeat-x;
}
.sessao-controles2{
	background: url(../img/controles_brd_l.png) top left no-repeat;
}
.sessao-controles3{
	background: url(../img/controles_brd_r.png) top right no-repeat;
	width: 100%;
	padding-top: 5px;
}
.sessao-controles3 .btn{
	background-image: url(../img/btn_bgcor1.png);
	float: right;
}
.sessao-controles3 ul{
	list-style: none;
	margin: 0 0 0 14px;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
.sessao-controles3 li{
	float: left;
	padding-right: 38px;
}
.sessao-controles3 a{
	display: block;
	float: left;
	font-size: 11px;
	text-decoration: none;
}
.sessao-controles3 a:hover{
	text-decoration: underline;
}
.controle-item{
	background-image: url(../img/icones.gif);
	background-repeat: no-repeat;
	color: #65ae48;
}
.controle-comentarios{
	background-position: left -45px;
	padding-left: 14px;
}
.controle-enviar-amigos{
	background-position: left -22px;
	padding-left: 20px;
}
.controle-comentar{
	background-position: left -71px;
	padding-left: 6px;
}
.conteudo-controle{
	padding-top: 20px;
	display: none;
}
.conteudo-controle-titulo{
	font-size: 22px;
	color: #233466;
	border-bottom: 1px solid #000;
	line-height: 16px;
	padding-left: 8px;
	margin-bottom: 30px !important;
}
.conteudo-controle-comentar fieldset{
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}

/*********************************************
PAGINACAO
*********************************************/
.paginacao{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.paginacao ul{
	float: left;
	position: relative;
	left: 50%;
}
.paginacao li{
	float: left;
	position: relative;
	right: 50%;
}
.paginacao a{
	background-image: url(../img/bg_item_paginacao.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	display: block;
	overflow: hidden;
	width: 31px;
	height: 22px;
	padding-top: 9px;
	text-align: center;
	color: #7dbed4;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 11px;
}
.paginacao a:hover{
	text-decoration: none;
}
.paginacao .pagina-atual{
	font-weight: 900;
	background-position: left -31px;
}
/*********************************************
COLUNA DA DIREITA
*********************************************/
.coluna-direita{
	width: 240px;
	float: left;
	color: #283c75;
	_overflow: hidden;
}
.coluna-direita a{
	color: #283c75;
}
.coluna-direita .btn{
	background-image: url(../img/btn_bgcor1.png);
	float: right;
}
/*********************************************
BOX CALENDARIO DE EVENTOS
*********************************************/
.box-calendario-eventos dt{
	font-weight: 900;
	padding-bottom: 2px;
}
.box-calendario-eventos dl li{
	padding-bottom: 2px;
	line-height: 140%;
}
.box-calendario-eventos dl li span{
	color: #65ae48;
}
.box-calendario-eventos dd{
	padding-bottom: 2px;
}
/*********************************************
BOX LINKS
*********************************************/
.box-links li{
	line-height: 140%;
	padding-bottom: 8px;
}
.box-links li span{
	color: #65ae48;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 10px;
}
/*********************************************
BOX INFORMATIVO
*********************************************/
.box-informativo p{
	margin-bottom: 10px;
	line-height: 140%;
}
/*********************************************
BANNERS DA DIREITA
*********************************************/
.banner-direita{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.banner-direita img{
	float: right;
	border: 10px solid #3c669a;
}


