body{
	background:#e7f0f0;
	margin:0 auto;
	background-position:center top;
	font-family: 'Roboto', sans-serif;;
	}

#centro {
	margin:0 auto;
	width:980px;
	}
#conteudo{
	width:980px;
	background:#fff;
	color:#000;
	font-size:14px;
	float:left;
	}
#conteudo p{
	padding:20px 30px 30px 30px;
}

h1{
	margin:30px 30px 0px 30px;
	color:#588376;
	}
	
#rodape{
	width:980px;
	height:100px;
	color:#fff;
	background:#566e6d;
	float:left;
	font-size:12px;
	font-weight:500;
	}
#rodape p{
	padding:30px;
	}
table{
	margin-left:30px;
	}
input{
	border:none;
	background-color:#F0F0F0;
	}
#button{
	margin:30px 15px 30px 30px;;
	width:80px;
	height:40px;
	background:#5cada1;
	color:#fff;
	}
#button:hover{
	margin:30px 15px 30px 30px;;
	width:80px;
	height:40px;
	background:#000;
	color:#fff;
	}
.idioma{
	float:left;
	display:block;
	width:80px;
	height:40px;
	line-height:40px;
	background:#5cada1;
	color:#fff;
	margin:30px 15px 30px 0px;
	text-decoration:none;
	text-align:center;
	}
.idioma:hover{
	background:#000;
	color:#fff;
	}
	
/* Links para a apresentações */

#conteudo a {
	text-decoration: none;
	color: #000;
}

#conteudo a:hover {
	text-decoration: underline;
}