@charset "utf-8";
/* CSS Document */
html{
	background: #E6F2FF url(img/bgGeral.png) repeat-x top center;
}
body{
	background: #E6F2FF url(img/bgGeral.png) repeat-x top center;
	font: normal 11px Tahoma, Verdana, Arial;
	color: #5b5b5b;
	line-height: 1.3em;
	text-align: center;
	padding: 0;
}
::-moz-selection {
	background: #333;
	color: #fff;
}
h1{
	padding: 5px;
	height: 30px;
	margin: 0;
	margin-bottom: 15px;
	color: #fff;
	background: #222 url(img/h1.jpg) no-repeat center top;
	font: 500 1.8em Tahoma, Geneva, sans-serif;
	text-align: center;
}
h2{
	padding: 0;
	height: 24px;
	margin: 0;
	margin-bottom: 5px;
	color: #666;
	font: 500 1.4em Tahoma, Geneva, sans-serif;
	line-height: 24px;
	text-align: left;
}
h2 img{
	vertical-align: middle;	
}
h3{
	padding: 0;
	margin: 0;
	color: #666;
	font: 600 1.2em Tahoma, Geneva, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.05em
}
h4{
	padding: 0;
	margin: 0;
	color: #666;
	font: 600 1em Tahoma, Geneva, sans-serif;
	text-align: left;
	line-height: 1.6em;
	letter-spacing: 0.05em
}
h5{
	padding: 0;
	margin: 0 0 0 8px;
	color: #333;
	font: 600 1.4em Tahoma, Geneva, sans-serif;
	text-align: left;
	line-height: 1.6em;
	letter-spacing: 0.05em
}
h6{
	padding: 0;
	margin: 0 0 10px 8px;
	color: #666;
	font: 600 1.1em Tahoma, Geneva, sans-serif;
	text-align: left;
	line-height: 1.9em;
	letter-spacing: 0.05em
}

#geral{
	background: url(img/middleContent.png) repeat-y center top;	
	width: 100%;
	z-index:1;
	position: relative;
}
#geral2{
	background: url(img/topoBG.jpg) no-repeat top center;
	z-index: 1;
	position: relative;
}
#content{
	width: 900px;
	margin: 0 auto;
	padding-top: 160px;
	position:relative;
	z-index:1;
	
}
.bannerTopo{
	margin-bottom: 15px;
	height: 360px;
}
#content2{
	width: 940px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	z-index: 1;
	position: relative;
}
#content2 .banner{
	border: 1px solid #ddd;
	margin: 2px 5px 2px 5px;
}
#middleContent{
	background: url(img/middleContent.png) repeat-y center top;
	
}
.topo{
	z-index: 1
}
#menu{
	position: absolute;
	left: 30px;
	top: 113px;
	z-index: 50;
	width: 840px;
	height: 30px;
	text-align: center;
}
#menu a{
	color: #fff;	
}
.coluna1, .coluna2, .coluna3, .coluna4{
	float: left;
	text-align: left;
}
.coluna1{
	width:600px;
}
.coluna3{
	width: 560px;	
}
.coluna3>h2, .coluna1>h2{
	padding-top: 5px;
	padding-left: 5px;
}
.coluna2{
	width: 300px;	
}
.coluna4{
	width: 340px;
}
.coluna2 ul, .coluna4 ul{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}
.coluna2 ul li, .coluna4 ul li{
	list-style: none;
	font-size: 1.2em;
	display: block;
	border-top: 1px solid #fff;
}
.coluna2 ul li a, .coluna4 ul li a{
	padding: 0.5em 0.7em;
	display: block;
	color: #36F;
	background: #eee;
}
.coluna2 ul li a:hover, .coluna4 ul li a:hover{
	background: #fff;	
	text-decoration: none;
	color: #333;
}
.coluna2 .bloco, .coluna4 .bloco{
	padding: 9px;
	margin-bottom: 10px;
	position: relative;
}
.coluna2 .padrao, .coluna4 .padrao{
	background: #eee;
	font-size: 1.1em;
}
.coluna2 .padrao a img, .coluna4 .padrao a img{
	border: 1px solid #999;
	padding: 1px;
	background: #fff;
	margin: 1px;
}
.coluna2 .pesquisa{
	background: #eee;
}
.coluna2 .blog{
	background: #EDF1E4
}
.blog h4 a{
	color: #060;	
}
.postFoot{
	border: 1px solid #ccc;
	margin: 5px 30px 30px 10px;
	padding: 5px 7px;
	background: #efefef;
	color: #777;
}
.noticiaFoot{
	border-top: 1px solid #ccc;
	margin: 5px 30px 30px 10px;
	padding: 5px 0;
	color: #888;
}
.blogFotos{
	width: 215px;
	margin-bottom: 5px;
	float: left;
}
.blogFotos img{
	float: none;	
}
.coluna2 .planeta{
	background: #E4F1EF;
}
.planeta h4 a{
	color: #006;	
}
.planeta a img{
	float: left;
	margin: 4px 10px 5px 0;
	border: 1px solid #999;
}
.coluna2 .noticias{
	background: #F9ECDE
}
.noticias h4 a{
	color: #F60;	
}
.coluna2 .news{
	background: #EDE8FD
}
.item{
	display:inline;
	float: left;
	width: 242px;
	height: 322px;
	padding: 18px;
	margin: 20px 20px 0 0;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center!important;
}
.item img{
	margin-bottom: 5px;
}
.item .nomeColecao{
	font-size: 1.1em;
	line-height: 1.1em;
	color: #333;
	text-align: center;
}
.item .dataLancamento{
	font-size: 1em;
	color: #777;
}
.voltar{
	padding-top: 15px;
	text-align: right;
}
/* FORMS */
.inputNewsletter{
	border: 1px solid #999;
	background: #fff url(img/inputBG.png) repeat-x top center;
width: 240px;
	height: 18px;
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	margin: 0;
	vertical-align: middle;
}
.inputBusca{
	border: 1px solid #999;
	background: #fff url(img/inputBG.png) repeat-x top center;
	width: 209px;
	height: 18px;
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	margin: 0;
	vertical-align: middle;
}

.inputImg{
	margin: 0;
	vertical-align: middle;
}
fieldset{
	padding: 0 0 0 10px;
	border: 0;
	border-left: 1px solid #ddd;
}
label{
	float: left;
	display: block;
	padding: 6px 5px 5px 0;
	line-height: 18px;
	width: 80px;
	font-weight: none;
	font-size: 1.05em;
	color: #666;
}
.textarea{
	border: 1px solid #999;
	background: #fff url(img/inputBG.png) repeat-x top center;
	width: 221px;
	padding: 5px;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	margin: 1px 0 0 1px;
	float: left;
	font-family: Tahoma, Arial, Geneva, sans-serif!important;
}
.textarea:hover, .textarea:focus, .campo:hover, .campo:focus, .select:hover, .select:focus{
	border-color: #06F;
}
.campo, .select{
	border: 1px solid #999;
	background: #fff url(img/inputBG.png) repeat-x top center;
	width: 221px;
	height: 18px;
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin: 1px 0 0 1px;
	vertical-align: middle;
	float: left;
}
.select{
	width:auto!important;
	padding: 0.4em!important;
	vertical-align: middle;
}
option{
	background: none;
}
.botao{
	border: 1px solid #ddd;
	border-bottom-color: #999!important;
	border-right-color: #999!important;
	background: #ccc;
	width: auto;
	padding: 2px 4px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin: 4px 0 0 0;
	vertical-align: middle;
}
.botao:hover, .botao:focus{
	color: #333;
	border-color: #fff!important;
	border-bottom-color: #666!important;
	border-right-color: #666!important;
}
.checkbox{
	margin: 0 3px 0 0!important;
}
.rodape{
	line-height: 2em
}
.rodape a, .rodape a:visited{
	color: #003300;	
	padding: 0 0.8em;
}
.rodape a:hover{
	text-decoration: underline;
	color: #360;
}


/* FIM FORMS */

/* =============== CANTOS ARREDONDADOS ==================== */
.tl, .tr, .bl, .br{
	position: absolute;
	z-index: 10;
}
.tl{
	top: 0;
	left:0;
}
.tr{
	top: 0;
	right:0;
}
.bl{
	bottom: 0;
	left:0;
}
.br{
	bottom: 0;
	right:0;
}
/* PAGINAÇÃO */

#paginacao{
	margin:0;
	text-align: center;
}
#paginacao p{
	color: #999;
	font-size: 12px;
	text-align: left !important;
	margin-top: 10px;
}
#paginacao li{
border:0; margin:0; padding:0;
font-size:14px;
list-style:none;
display:inline;
}
#paginacao a{
margin-right:2px;
margin-top: 5px;
width: 12px;
height: 16px;
background: #396003;
color:#FFFFFF!important;
}
#paginacao .next a,
#paginacao .previous a {
border:solid 1px #DDD;
}
#paginacao .active{
color:#FFF;
display:block;
float:left;
padding:4px 6px;
background: #009900;
margin-top: 5px;
width: 12px;
height: 16px;
margin-right:2px;
}
#paginacao a:link,
#paginacao a:visited {
color:#000;
display:block;
float:left;
padding:4px 6px;
text-decoration:none;
}
#paginacao a:hover{
color: #333;
background: #FF9900;
}

/*=================================================*/

div.sucesso {
	background:#FFF;
	border:1px solid #006600;
	color:#006600;
	font-weight:bold;
	margin:10px;
	padding:8px;
	width:90%;
}

div.nenhum {
	background:#FFF;
	border:1px solid #CCCCCC;
	color:#333333;
	font-weight:bold;
	margin:10px;
	padding:8px;
	width:90%;
}

div.download {
	background:#FAFAFA;
	margin:5px 0 0 5px;
	padding:5px 7px 5px 7px;
	border-bottom:1px solid #EEE;
	width:95%;
}

div.download span.titulo {
	font-weight:bold;
	padding:0 10px 0 0;
}

div.download p.descricao {
	padding:5px 0 5px 0;
}

div.professor {
	background:#DDD;
	margin-bottom:5px;
	border-bottom:1px solid #AAA;
	padding:5px 5px 10px 5px;
}

div.professor:hover {
	background:#FFFFFF;
}

div.envieProjeto {
	background:#ddd; 
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-left-color: #eee;
	display:block;
	margin-bottom:10px; 
	text-align:center;
}

div.envieProjeto a {
	color:#222;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	padding: 7px;
}
div.envieProjeto a:hover{
	text-decoration: none;
	color: #06F;
	background: #fff;
}