@charset "utf-8"; /* CSS Document */ *{margin:0px;} a { text-decoration: none; } a img { border: none; } p img { min-width:90%; max-width: 98%; } body { background:url(../Imagens/planoFundo_imagem01.png) no-repeat fixed top left; background-size: cover; font-family:Arial !important; margin:0px; min-width:926px; } #topo{ width: 100%; min-width:926px; background:url(../Imagens/fundoTopo02.png) repeat-x; height:83px; position:relative; } #topo .barra_gov{ } #topo .logo{ position: absolute; left: 0; top: -20px; z-index: 10; } #topo .logo img{ width: 235px; } /********** 4.1 Clear Fix **********/ .clearfix { display: inline-block; } .clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } html[xmlns] .clearfix { display: block; } * html .clearfix { height: 1%; } /* menu superior */ #menu { font:bold; } .menuhorizontal { height: 30px; margin-top: 33px; float:right; font-family: Arial, Helvetica, sans-serif bold; font-weight: bold; font-size: 14px; color: #FFF; width: 70%; min-width:690px; } .menuhorizontal img{ width: 40px; height: 30px !important; float:left; } .menuhorizontal ul { float:right; transition: margin-left .5s ease; -webkit-transition: margin-left .5s ease; -moz-transition: margin-left .5s ease; -o-transition: margin-left .5s ease; } .menuhorizontal ul li { float:left; text-align:center; line-height: 30px; text-decoration: none; color: #FFF; margin-left: 10px; display: table-cell; vertical-align: middle; list-style-type:none; } .menuhorizontal li { background: #004646; /* Para Browsers antigos */ background: linear-gradient(#004646, #CFF); /* padrão w3c */ background: -moz-linear-gradient(#004646, #CFF); /* FF 3.6+ */ background: -webkit-gradient(linear, left top, bottom left, color-stop(0%, #004646), color-stop(100%, #CFF)); /* Chrome, Safari4+ */ background: -webkit-linear-gradient(top, #004646 0%, #CFF 100%); /* Chrome10+, Safari5.1+ */ background: -o-linear-gradient(top, #004646 0%, #CFF 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #004646 0%, #CFF 100%); /* IE10+ */ list-style: none; color: #FFF; line-height: 30px; float:left; border-radius: 0 30px 30px 0; } .menuhorizontal li a, .menuhorizontal li span { color: #FFF; line-height: 30px; margin: 15px 25px 15px 10px; text-shadow: 2px 2px 2px #000; } .menuhorizontal li a:active { color: #FFF; line-height: 30px; } /* Container */ #conteudo { width:100%; margin-top:30px; } .container{ padding: 15px 0; text-align:justify; background: #fff; border-radius: 12px; padding: 10px 20px; width: 70%; min-width: 300px; min-height:320px; display:table; margin: 0 15% 30px 15%; } .content { background: #fff; border-radius: 12px; } .content .text { width: 80%; float: left; } .content .secondary{ float: left; width: 20%; text-align:center; } /* ids do conteúdo da página - display padrão */ #sobre { display: block; } #links, #doc, #acessarSistema { display:none; } /* página de ferramentas (index.php) */ #scrollingControl { float: right; margin-right: 230px; margin-top: 40px; width: 60px; } .linksFerramentas { width:100%; margin-top: 15px; } .linksFerramentas ul { list-style: none; position:relative; margin-top: 15px; } .ferramentas { color:#000; float:left; margin: 20px; width: 99%; } .ferramentas a { text-decoration: none; font-weight:bold; } .ferramentas img { height: 41px; float:left; } .ferramentas p { float: left; text-align: justify; margin-left: 5px; width:78%; line-height: 41px; } /* FINAL página de ferramentas (index.php) */ /* DIV Acessar Sistema e Links */ .listaAcessarSistema li { list-style:inside url(../Imagens/listaAcessarSistema.png) none; margin: 15px 5px; } #metadadosEstatisticos h3, #cargaDados h3, #limitesGeograficos h3, #publicacaoCartogramas h3, h3 { background:url(../Imagens/fundoMenuH_overList.png) repeat-x; border-radius: 7px 7px 0 0; width: 100%; color:#FFF; float:left; font-size:15px; text-shadow: 2px 2px 2px #000; margin-top: 10px; line-height: 30px; text-indent: 15px; } .itens { padding: 2px; width: 98%; float: left; margin: 0 15px; } .itens p { margin-top: 5px; } .subitens { float:left; width: 98%; margin: 0 15px; } .subitens p { font-weight: bold; font-size:14px; margin: 15px 0; } .subitens ul {margin: 15px 0;} .subitens li { list-style: decimal inside; margin: 3px; } /* DIV Acessar Sistema e Links */