@charset "utf-8";
/* CSS Document */


#body {background-color: #00C;
}

#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 705px;
	height: auto;
	z-index: 2;
	background-color: #FFFFFF;
}
#pagina {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 705px;
	height: 1500px;
	z-index: 2;
	background-color: #00000;
	
}
#titulo_artigo {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 650px;
    height: 50px;
    z-index: 0;
    border: double;
    border-color: #000000;
    background-color: #FFFFFF;
}
#caixa_principal {
    position: absolute;
    left: 0px;
    top: 75px;
    width: 705px;
    height: 1500px;
    z-index: 3;
    background-color: #FFFFFF;
    border: thin;
    border-color: #000000;
    border-style: solid;
    background-color: #FFFFFFF;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
#caixa_texto {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 30px;
    width: 670px;
    height: auto;
    z-index: 2;
    background-color: #FFFFFF;
    text-align: justify;
}
h1 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 30px;
	padding-left: 15px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
p {
	margin-top: 0;
	padding-right: 30px;
	padding-left: 15px;
	text-indent: 50px;
	text-align: justify;
	font-weight: normal;
	color: #000000;
}
a img { 
	border: none;
}
li {
	padding-right: 10px;
	margin-left: 50px;
	margin-right: 30px;
	color: #000000;
}
td li {
	padding-right: 10px;
	margin-left: 20px;
	color: #000000;
}
a:link {
	color: #1A00FF;
	text-decoration: none;
}
a:visited {
	color: #1A00FF;
	text-decoration: none;
	}
a:hover, a:active, a:focus { 
	color: #1A00FF;
	text-decoration: none;
	}
ul, ol, dl {
	border: medium;
	border-color: black;
	padding: 0;
	margin: 0;
	text-align:justify;
}
table {
	border: 1px;
	margin-left: 15px;
}
th p {
	font-size: small;
	font-weight: bold;
	text-align: justify;
	text-indent: 0px;
	padding: 0px;
	border: 1px;
	border-color: black;		
	margin: 3px;
	list-style-type: disc;
}
td p {
	font-size: small;
	text-align: justify;
	text-indent: 20px;
	padding: 0px;
	border: 1px;
	margin: 3px;
	list-style-type: disc;
}
td li {
    font-size: small;
    text-align: justify;
    text-indent: 5px;
}
.redut {
	font-size: 9px;
	text-align: justify;
	text-indent: 0px;
	padding: 0px;
	border: 0px;
	margin: 3px;
	list-style-type: disc;
}
.legenda {
    text-align: center;
	align-content: center;
}
.cit {
	padding-left: 60px;
	padding-right: 60px;
	text-indent: 0px;
}
.imagem {
	margin-left: 20px;
    border: thin solid #000000;
}
.sumario {
	background-color: yellow;
	text-align: center;
	font-weight: bold;
	text-indent: 0 px;
}
