@font-face {
	font-family:CroissantOne;
	src:url(../TiposLetra/CroissantOne-Regular.otf);
}

html
{
	background-color:#DCE6F1;
	text-align:center;
}

body
{
	width:900px;
	background-color:#DCE6F1;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

body h1
{
	background-color:#dcfdfd;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 20px 20px;
	border-radius: 10px;
	color:#000099;
	display:block;
	text-align:center;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	font-family:arial;
}

nav
{
	background-color:#DCE6F1;
	text-align:center;
}

article
{
	background-color:#ffffff;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	text-align:justify;
	padding: 20px 20px;
	border-radius: 10px;
	color:#000099;
	display:block;
	min-height:400px;
}

.center
{
	text-align:center;
}

.mapaContactos
{
	float:right;
	position:relative;
	top:-360px;
}

.shiftDireita
{
	padding-left:20px;
}