@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: #00C;
	scrolling: "no";
}
#pagina {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 705px;
	height: 1500px;
	z-index: 2;
	background-color: #00C;
	scroolling: "no";
	
}
#titulo_artigo {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 650px;
    height: 50px;
    z-index: 0;
    border: double;
    border-color: #000000;
    background-color: #00C;
	scroolling: "no";
}
#caixa_principal {
    position: absolute;
    left: 0px;
    top: 75px;
    width: 705px;
    height: 1500px;
    z-index: 3;
    border: thin;
    border-color: #000000;
    border-style: solid;
    background-color: #00C;
    -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: #00C;
    text-align: justify;
	scrooling: "no";
}
h1 {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
    color: #FF0;
    text-align: center;
    font-size: large;
}
h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 30px;
	padding-left: 15px;
	font-weight: bold;
	color: #FF0;
	text-align: justify;
}
p {
	margin-top: 0;
	padding-right: 30px;
	padding-left: 15px;
	text-indent: 50px;
	text-align: justify;
	font-weight: normal;
	color: #FF0;
}
.imagem {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
	text-align: center;
}
a img { 
	border: none;
}
li {
	padding-right: 10px;
	margin-left: 50px;
	margin-right: 30px;
	color: #FF0;
}
td li {
	padding-right: 10px;
	margin-left: 20px;
	color: #FF0;
}
a:link {
	color: #FF0;
	text-decoration: none;
}
a:visited {
	color: #FF0;
	text-decoration: none;
	}
a:hover, a:active, a:focus {
    color: #000000;
    text-decoration: none;
	}
ul, ol, dl {
	border: medium;
	border-color: #FF0;
	padding: 0;
	margin: 0;
	text-align:justify;
}
table {
	border: 1px;
	border-color: black;
	margin-left: 15px;
	background-color: white;
}
caption {
	background-color: white;
}
th p {
	font-size: small;
	font-weight: bold;
	text-align: justify;
	text-indent: 0px;
	padding: 0px;
	border: 1px;
	border-color: #FF0;		
	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;
}

	
img .imagem {
	border: thin solid #000000;
	
}
.sumario {
	background-color: yellow;
	text-align: center;
	font-weight: bold;
	text-indent: 0 px;
}
