@charset "utf-8";
/* CSS Document */

/*
Name: global.css
Autor: Diogo Henrique / @twidiogo
Date Created: 16/12/2010
Last Updated: 02/06/2011
Description: Torre de comando
*/


/* IMPORTAÇÕES 
---------------------------------------------------------- */

/* reset css */
@import url(../css/reset.css);

/* standard (padrão) */
@import url(../css/standard.css);

/* structures (estruturas) */
@import url(../css/structures.css);

/* header (cabeçalho) */
@import url(../css/header.css);

/* footer (rodapé) */
@import url(../css/footer.css);


/* INÍCIO CSS 
---------------------------------------------------------- */

/* Fóruns */	
.secao-forum{}
.secao-forum h1{ margin-bottom:10px;}
.secao-forum h2{ border-bottom:1px dotted #000; padding-bottom:10px; margin-bottom:20px;}
.secao-forum h3{ font-size:18px; padding-bottom:5px;}
.secao-forum button{ float:right; border:0; background:none; color:#da251d; cursor:pointer; font-weight:bold;}
.secao-forum button:hover{text-decoration:underline;}
/* .secao-forum p{ display:none;}*/
.cordecaocao{ border:0px solid #F00;}
.cordecaocao .tit-cord{float:left; font-weight:bold; padding-top:5px;}
.cordecaocao ul{ padding-left:20px;}
.cordecaocao ul li{ list-style-type:none;}

/* Mesas Redondas */
.secao-mesas h1{ padding-top:15px;}
.mesa{ border-bottom:2px dashed #000; margin-bottom:15px;}
.mesa ul{ padding-left:20px;}
.mesa ul li{ list-style-type:none;}
.mesa h2.n-mesa{  padding-bottom:5px; font-size:18px;}
.mesa h2.tit-mesa{ font-size:20px; line-height:26px; color:#da251d;}
.box-cordenacao, .box-participantes{ border:0px solid #F00; overflow:hidden; margin-bottom:10px;}
.tit-cord, .tit-part{float:left; font-weight:bold; padding-top:5px; width:120px; text-align:right;}
.box-cordenacao ul, .box-participantes ul{ padding-left:10px; padding-bottom:0;}
.box-cordenacao ul li, .box-participantes ul li{list-style-type:none;}

/* Apoio */	
ul.apoio{
	overflow:hidden;
	margin:0 -30px 0 -30px;
	padding:0px;
	list-style:none;
	}
ul.apoio li{
	list-style:none;
	float:left;
	width:300px;
	height:215px;
	text-align:center;
	font-weight:bold;
	padding-right:10px;
	padding-bottom:20px;
	}
ul.apoio li img{
	margin-top:10px;
	}

/* Turismo */
ul.turismo{margin:0 -30px 0 -30px; list-style:none; overflow:hidden; padding:0;}
ul.turismo li {list-style:none; /*background:url(../imagens/abas-palco-1.png) no-repeat bottom center scroll;*/	overflow:hidden;}
ul.turismo li h2{ padding-bottom:10px;}
ul.turismo li a.log-tur{ float:left;}
ul.turismo li .dados-tur{ overflow:hidden; float:left; font-size:14px;}
ul.turismo li ul{ padding-left:10px;}
ul.turismo li ul li{ font-size:14px; padding:0; background:none; list-style:inside;}
ul.turismo li p{ font-size:14px;}
ul.turismo li p a{ float:none;}	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
