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

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

*, 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;
	voice-family: "\"}\"";/* para o ie6 e anteriores reconhecer elementos de bloco */
	voice-family:inherit;/* para o ie6 e anteriores reconhecer elementos de bloco */
	/*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: 890px;
	height: auto;
	margin: 0 auto;
	*text-align: left;	/* HACK IE */
}
#conteudo { width: 870px; height: auto; float: left; padding: 20px 10px;}
#rodape { width: 100%; height: auto; float: left; margin-top: 150px; 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: 220px; 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: 0 auto 20px auto;
	background: #f9f9f9;
	height: auto;
	float: left;
	-moz-border-radius: 10px;
	z-index: 999;
}
#mensagem b{font-size: 20px; margin-top: 10px; color: #06f;float: left;}
#mensagem .box { float: left; padding: 20px; z-index: 999; width: 850px;}
#mensagem .titulo { width: auto; font-size: 14px; font-weight: bold;padding: 3px 5px; background: #06f; color: #fff; float: left;}
#mensagem .descricao {width: 100%;bfont-size: 14px; margin-top: 5px; float: left; }
#mensagem .fechar { width: auto; padding: 5px; float: right; background: #06f; color: #fff; cursor: pointer;}


/*========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;}