/* CSS Document */

body{
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px;
	text-align:justify;
}
h1{
font-size:24px;
}
#bottomBar{
		position: fixed;
		bottom: 30px;
		color: #cc0000;
		margin-bottom:-30px;
		width:100%;
}
.oculta{
	color:#D5D5D5;
	background-color:#D5D5D5;
}
.mostra{
	color:#000000;
	background-color:#FFFFFF;
}
.overlay{
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     z-index:1001;
     opacity:.30;
     -moz-opacity: 0.30;
     filter: alpha(opacity=30);
}
.modal {
     display: none;
     position: absolute;
	 top:10px;
	 left:150px;
     width: 620px;
     height: 420px;
     padding: 5px;
     background: #fff;
     color: #333;
     z-index:1002;
     overflow: auto;
	 text-align:justify;
}

#pechar{
	cursor:pointer;
}
#bSeguinte{
	float:right;
	padding-right:20px;
}
.imaLeft{padding-right:10px;}
.imaRight{padding-left:10px;}
