@charset "utf-8";
@import url("menu.css");
@import url("class.css");
@import url("imports.css");

/*=============
CSS RESET
==============*/

#bysign { width: 25px; height: 25px; background: url(../../_IMG/sign.png); bottom: 0; right: 0; position: fixed; float: left;} 



*, html, body {margin: 0; padding: 0;}

body {
	background: #fff url(../../_IMG/topo.png) repeat-x;
	color: #666;
	/*font: 12px/130% Arial,Verdana,sans-serif;*/
	font: 12px/130% arial;
	text-align:left;
	text-decoration: none;

	/*HACK IE*/
	/* *text-align: center; */
	/* text-align:center;*/	 
}

ul, ol, dl {margin: 0 0 10px 0;	padding: 0; list-style: none;}
li, dt, dd {margin: 0; padding: 0;}
li *, dt *, dd * {margin: 0;padding: 0;}
img, img a, img a:hover {border: none;	margin:0; padding:0;}
a:link, a:visited, a:hover, a:focus, a:active {	color: #000;}
a:link, a:visited, a:focus, a:active {text-decoration:none;}
a:hover {text-decoration: none;}
p {line-height:1.4em;margin:0 0 5px 0;}

/* ESTRUTURA */

#corpo {
	width: 920px;
	height: auto;
	margin: 0 auto;
	*text-align: left;	/* HACK IE */
}
#conteudo { 
	width: 870px; 
	height: auto; 
	min-height: 700px; 
	float: left; 
	-moz-border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0;
	-moz-box-shadow: 0 -2px 5px #ddd;
	-webkit-box-shadow: 0 -2px 5px #ddd;
	background: #f9f9f9;
	margin-left: 10px;
	padding: 10px;
}

#rodape { width: 100%; height: auto; float: left; background: #eee; text-align: center;}

.midias_sociais {width: 500px; height: auto;margin: 10px auto;}
.midias_sociais img {width: 30px; height: 30px; margin: 0 auto;}
.midias_sociais a{margin-left: 5px;}

/* TOPO */
#topo { width: inherit; height: 240px; float: left;}
#logotipo {position: absolute; left: 0; top: 0; float: left; }
.topo_img {
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	display: none;
}
#topo_titulo {
	background: url(../../_IMG/topo_titulo.png);
	width: 650px;
	height: 100px;
	margin: 90px 0px 0px 125px;
	float: left;
	position: absolute;
}
/*



/* MENSAGEM DO DIA */
#mensagem {
	width: 100%;
	margin-top: 20px;
	background: #f1f1f1;
	height: auto;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 999;
}
#botao_mensagem{position: absolute; margin-top: 125px; right: 0; float: right; margin-right: 20px; cursor: pointer; width: 190px; height: 140px; background: url(../../_IMG/balao_msg.png) no-repeat; }
#botao_mensagem:hover {
	background-position: -190px 0;}
#mensagem b{font-size: 20px; margin-top: 10px; color: #06f;float: left;}
#mensagem .box { float: left; padding: 10px; z-index: 999; width: 900px;}
#mensagem .titulo { width: auto; font-size: 14px; font-weight: bold;padding: 3px 5px;background: url(../../_IMG/fnd_titulo.png);color: #fff; float: left;-moz-border-radius: 5px;}
#mensagem .descricao {width: 100%;bfont-size: 14px; margin-top: 5px; float: left; }
#mensagem .fechar { width: auto; padding: 5px; float: right; background: url(../../_IMG/fnd_titulo.png); color: #fff; cursor: pointer; -moz-border-radius: 5px;}


/*========LIGHTBOX==========*/

.bg_preto{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
	
}
 
.lightbox_fnd {
	margin-top: -10%;
	margin-left: -25%;	
	display: none;	 
	position: fixed;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	padding:5px;
	background: #fff;
	z-index:1002;
	color: #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 15px #ccc;
}

.bt_fechar {
	right: 0; 
	top: 0; 
	position: absolute; 
	margin-right: 3px;
	cursor: pointer;
	padding: 5px;
	color: #06f;
	float: left;
	 
}
.lightbox_conteudo {
	margin-right: 60px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding-left: 5px;

}
/*============================*/


/*====[ LISTA LINKS ]====*/
.lista_links {  height: auto;}
.lista_links a{padding: 5px; clear: both; float: left; font-size: 20px; color: #999; line-height: 110%;}
.lista_links a:hover {background: #06f; color: #fff;}

#conteudo_atividades strong {color: #000;}


/*====[ MIDIAS SOCIAIS]====*/

#midias_sociais img{float: left; margin-right: 10px;}



/*====[ LISTA CRE ]====*/

.lista_cre{}
.lista_cre li{ float: left;width: 135px;}
.lista_cre li.menu{
	font-size: 20px;
	float: left;
	padding:5px;
	font-weight: bold;
	margin-top: 20px;
	color: #999;
	height: 100px;	
	cursor: pointer;

}
.lista_cre li:hover{ color: #06f;}

.lista_cre .cre_cidade{
	/*visibility: hidden;*/
	width: 130px;
	color: #999;
	font-size: 12px;
	padding: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	float: left;
	clear: both; 
	
	}

.lista_cre li:hover .cre_cidade{visibility: visible;}
.lista_cre .cre_cidade:hover{ background: #06f; color: #fff;}
.detalhe_cre { height: 300px!important; margin-top: -150px!important; width: 700px; margin-left: -370px;} 
.prog_cre {height: 250px!important; width:690px!important; overflow: auto; margin-right: 0!important;}
.bt_fechar_cre {background: #000!important; color: #fff!important; float: right; -moz-border-radius: 10px; padding: 5px 10px; text-transform: uppercase; position: absolute; margin-left: 625px;cursor: pointer;}

