body {
    background-color:#add8e6;
	background-image:url('imagens/background1.png');
	background-repeat: repeat-x;
	text-align: center;
}

div.header {
	width: auto;
	height: auto;
	/*min-height: 21%;   /*140px*/
	/*background-color: #FFFFFF;*/
}

div.top-img {
	float: right;
	margin: 0px 5px 0px 5px;
	/*background-color: #FF00FF;*/
}

h1.header {
	vertical-align: middle;
	color: #000066;
	text-align: center;
	display: block;
	font-size: 4.5em;        /*100px, 16px vezes 6,25 */
	margin-bottom: 1%;
}


h2.header {
	vertical-align: middle;
	color: #000066;
	text-align: center;
	display: block;
	font-size: 1.5em;        /*100px, 16px vezes 6,25 */
	margin-bottom: 1%;
}


h3.header {
	vertical-align: middle;
	color: #000066;
	text-align: center;
	display: block;
	font-size: 1.0em;        /*100px, 16px vezes 6,25 */
	margin-bottom: 1%;
}

div.all {
	padding-left:  5%;
	padding-right: 5%;
	width: 80%;    /*1020px*/
	text-align: justify;
	/*font: 16px times new roman;*/
}

div.column1 {
	float: left;
	min-width: 15%;   /*15% or auto*/
	width: auto;      /*Fixes navigation bar overriding text, but makes the text go down*/
	background-color: /*#FF0000;*/
}

div.column2 {
	float: left;
	min-width: 77%;   /* Work-around to make it work for IE*/
	max-width: 77%;
	background-color: /*#0000FF;*/
}

div.gutter {
	float: left;
	width: 3%;
	height: 1px;
	background-color: /*#00FF00;*/
}

p.question {
    color: #000000;
	margin-top: 1.875em;     /*30px*/
	margin-bottom: 0.375em;  /*6px*/
}

p.answer {
    color: #000066;
	margin-top: 0.375em;     /*6px*/
	margin-bottom: 1.875em;  /*30px*/
}

p.text {
	text-align: justify;
}

p.textcenter{
	text-align: center;
}

p.textleft{
	text-align: left;
}

div#navagation{
	width: 180px;
	padding:0px;
	margin: 0px;
	font: 13px Lucida Console, Lucida Console;
}

div#navigation ul{
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#navigation ul li {	
    border-bottom-width: 1px;    /*1px*/
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

div#navigation ul li a{
	display:block;
	padding: 5px 5px 5px 0px;
	text-indent:0px;
	color: #000066;
	text-decoration: none;
	border: 0px solid #993300;
	border-left: 0px;
	border-right: 0px;
}

div#navigation ul li a:hover{
    background-color: #6495ED;
	color:#FFFFFF;
}

div#navigation .current {
	background-color: #000066;
	color:#FFFFFF;
}


#mapReduceList {
	background: #FFFFFF;
	margin-left:5%;
	margin-right:5%;
	padding-right: 10px;
}

div.text {
	margin: 0.625em;      /*10px*/
	font-size: 1.125em;   /*18px*/
}

img.centered{
	width: 100%;
	display: block;
	text-align: center;
	margin:10px auto;
}

img.centeredmenor{
	width: 80%;
	display: block;
	text-align: center;
	margin:10px auto;
}

label.centered{
	display: block;
	text-align: center;
	font-size: 15px;
}