﻿@CHARSET "utf-8";
html, body {
	height: 100%;
}
/* RESET CSS */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
a, a:link, a:visited, a:hover, a:active, a:focus {
	cursor: pointer;
	text-decoration: none;
	border-width: 0;
	border-collapse: collapse;
}
a:link {
	color:none;
}
p {
	margin:0;
	padding:0;
	border:0;
}
img, img a {
	border:0;
}
* html #tudo {
	height:100%;
}
body {
	background-color:#EBECE5;
	margin: 0;
	border: 0;
	padding: 0;
	font: 75%/1.4 Arial, sans-serif;
	font-family: Arial;
	color: #696969;
	text-align: center;
	font-weight: normal;
}
/*********DivsPrincipais********/
#tudo {
	min-height: 100%;
	position:relative;
	background:#EBECE5 url(../imagens/topoBG.png) repeat-x;
}
#master {
	text-align:left;
	margin:0 auto 65px auto;
	max-width:1200px;
	min-width:1000px;
}

/*hack chrome*/
body:nth-of-type(1) #tudo{position:inherit;}
body:nth-of-type(1) #master{margin-bottom:50px;}
body:nth-of-type(1) #rodape{position:inherit;bottom:0;}
.clear {
	clear:both;
}
.space {
	height:5px;
	clear:both;
	width:100%;
}
.imgFloat {
	float:left;
 *width:auto;
	padding-top:2px;
}
/*********Topo*********/
#topo {
	max-width:1200px;
	min-width:1000px;
	height:80px;
	margin: 0 auto;
}
#topo .topoMarca1 {
	float:left;
	margin:10px 0 0 10px;
}
#topo .topoMarca2 {
	float: right;
	margin: 30px 200px 0 0;
	text-align: center;
	font-weight:bold;
	width: 370px;
}
.pmstxt {
	margin: -25px 0 0 50px;
	font-size: 11px;
	color: #2692CC;
 *margin-top: -27px;
}
/********Menu********/
#menu {
	height: 30px;
	margin: 15px auto 0 auto;
	z-index: 10000;
	max-width:1200px;
	min-width:800px;
}
#menu ul {
	font-size:14px;
	color:#32609F;
	width:1150px;
	margin:0 auto;
}
#menu ul li {
	float: left;
	padding:5px 10px;
}
#menu ul li a {
	display: inline-block;
	color:#3261a2;
}
#menu ul li a:hover {
	color: #EBBA10;
	cursor:pointer;
}
#menu ul li a.current {
	color: #EBBA10;
	font-weight: bold;
}
/********alinhamento menu ul li************/
a, a:hover, a:active, a:focus {
	outline:0;
	direction:ltr;
}
.link {
	color:#3261a2;
	font-weight:bold;
}
.link:hover {
	text-decoration:underline !important;
}
/*********Conteudo*********/
.left {
	float:left;
	margin:10px 0 0 0;
	width:20%;
	font-size:11px;
}
.hrLeft {
	width:100%;
	color:#D2D2D2;
	margin-bottom:10px;
}
.left p {
	margin-left:10px;
}
.left span {
	line-height:20px;
}
.informacoes {
	text-align:center;
}
#conteudo {
	margin-top:10px;
	background-color: #f7f6f2;
	font-size: 12px;
	padding: 30px 10px 10px 10px;
	float:right;
	width:75%;
}
.pConteudo {
	font-size:14px;
	line-height:26px;
	margin:0 15px;
	text-align:justify;
	padding-bottom:10px;
}
.pConteudoIntro {
	text-indent:20px;
	font-size:14px;
	line-height:26px;
	margin:0 15px;
	text-align:justify;
	padding-bottom:10px;
}
.pCenter {
	text-align:center;
}
.pConteudoControle {
	font-size:12px;
	line-height:26px;
	margin:0 20px 0 150px;
	text-align:justify;
	padding-bottom:10px;
	font-style:italic;
}
.pConteudoAnexo{
	font-size:12px;
	line-height:24px;
	text-align:justify;	
}

.list li {
	list-style:disc !important;
	list-style-position: outside;
	margin:0 10px 20px 50px;
	font-size:14px;
}
.listModulos  li{
	list-style:disc !important;
	list-style-position: outside;
	margin:0 10px 8px 50px;
	font-size:11px;
}
.spanConteudo {
	text-align:center;
	width:300px;
	margin:0 auto;
	font-size:14px;
}
.titulo {
	position:absolute;
	top:150px;
}
.centralizar {
	display:table;
}
/********Rodape********/
#rodape {
	position:absolute;
	background-color:#333;
	height:40px;
	width:100%;
 	*left:0;
	bottom:0;
	text-align: center;
	padding-top:15px;
}


/***ACCORDION **/

#accordion {}
#accordion h3 {}

#accordion h3 a {
	font-size: 14px;
	color: #56697d;
	text-decoration: none;
	padding:5px;
	display:block;
	margin-bottom: 5px;
}
#accordion h3 a:hover {
	text-decoration:underline;
	background-color:#EBECE5;
	color:#495e73;
	
}
#accordion div {
	display: none;
	background-color:#E6E7DE;
}
#accordion h3 .opened {
	background-color: #EBBA10;
	color: #FFF;
}

#accordion p {
	font-size: 12px;
	color: #666;
	padding:15px;
	
}
