@charset "UTF-8";
/* CSS Diginet Serviços */
* {
	margin: 0;
	padding: 0;
}
* img {
	border: none;
}
html, body {
	height: 100%;
}
body {
	color: #333;
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif;
	text-align: center;
}
.float_left { float: left; }
h1 {
	font-size: 14px;
}
h2 {
	padding: 1em 0 .2em 0;
}
p {
	margin: 0.2em 0;
}
p.vermelho {
	font-size: 14px;
	color: #C00;
	font-weight: bold;
}
p.verde {
	font-size: 14px;
	color: #060;
	font-weight: bold;
}
p.chamada {
	width: 380px;
	text-align: justify;
	margin-left: 0.4em;
	margin-top: -0.2em;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
#container {
	background: url(../img/bg_geral.jpg) repeat-x top left;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
#container-page {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	padding-bottom: 183px;
}
#container-head {
	background: #ffffff;
	height: 55px;
}
#head {
	padding: 0px;
	width: 1000px;
	margin: 0 auto;
	height: 55px;
}
#head h1 {
	padding: 9px;
	width: 200px;
	margin: 0;
	display: block;
	/*height: 55px;*/
}

#head ul#lista-linkrapido {
	list-style: none;
	float: right;
	width: 510px;
	margin: 20px 10px 0 40px;
}
* html #head ul#lista-linkrapido { /*para ie 6 */
	margin: 20px 10px 0 40px;
	width: 530px;
} 
#head ul li {
	float: left;
	margin: 0px 0px 0px 30px;
	padding-left: 8px;
	background: url(../img/img_icone_lista_linkrapido.gif) 0px 1px no-repeat;
}
#head ul li.sem-icone {
	background: none;
	padding-left: 0px;
}
#head ul li a {
	font-size: 12px;
	color:#333;
}

#container-conteudo {
	padding: 0 1em 0 1em;
}
#container-page:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
div#page-bloco {
	margin: 20px 0 20px 13px;
}
div#blocos-servico {
	margin: 20px 0 20px 13px;
	font-size: 11px;
}
div.bloco-servico-destaque {
	padding: 0 5px 0 10px;
	margin: 0 0 10px 0;
	width: 223px;
	height: 270px;
	border-left: #EAEAEA 2px solid;
	float: left;/*background:#093;*/
}
div.bloco-servico-destaque p {
	text-align: justify;
	margin: 5px 5px 15px 0;
}
div.bloco-chamada {
	padding: 0 1%;
	width: 98%;/*background:#099;*/
	margin-bottom: 30px;
	height: 110px;
}
div.bloco-chamada div.texto {
	float: left;
}
div.bloco-chamada div.link_portal {
	float: right;
	margin-top: 20px;
}
#container-footer {
	width: 100%;
	background: url(../img/bg_rodape.jpg) repeat-x top left;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 185px;
}
#footer {
	padding: 0px;
	width: 1000px;
	height: 185px;
	margin: 0 auto;
}
#footer #copyright {
	padding: 15px 0px 0px 0px;
	width: 200px;
	height: 165px;
	margin: 0px;
	float: left;
	font-size: 11px;
}
#footer #acesso-rapido {
	padding: 18px 0px 0px 0px;
	width: 800px;
	height: 167px;
	margin: 0px;
	float: left;
}
#footer * #dados-copyright {
	position: relative;
	top: 115px;
	left: -75px;
}
#footer * ul#lista-empresa, #footer * ul#lista-servicos, #footer * ul#lista-telefones {
	list-style: none;
	float: left;
}
#footer * ul#lista-servicos, #footer * ul#lista-telefones {
	margin-left: 60px;
}
* html #footer * ul#lista-servicos, #footer * ul#lista-telefones {
	margin-left: 60px;
} /*para ie 6 */
#footer * ul li {
	line-height: 20px;
}
#footer * ul li a {
	color:#333;
}

#page-bloco * ul#lista-telefones {
	list-style: none;
	margin-top: 20px;
	margin-left: 10px;
}
* html #page-bloco * ul#lista-telefones {
	margin-left: 10px;
} /*para ie 6 */
#page-bloco * ul li {
	line-height: 20px;
}
#page-bloco * ul li a {
	color:#333;
}
/* estilos dos formularios */
form fieldset {
	background:none;
	border:0 none;
}
form legend {
	font-size:1.3em;
	font-weight:bold;
}
form label {
	display:block;
	padding:10px 0 5px;
}
form input {
	padding: 2px;
}
form button {
	display:block;
	margin-top:15px;
}
/* classes gerais */
.separador {
    margin-top: 20px;
}