@charset "utf-8";
/* CSS Document */

#nav {
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#obra {
	background-color: #333;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	letter-spacing: 3%;
	word-spacing: 10%;
	vertical-align: middle;
}

#main {
	background-color: #333;
	text-align: center;
	vertical-align: middle;
	
}

#titulo {
	font-size: 80%;
}

#footer {
	background-color: #333;
	text-align: center;
	font-size: 80%;
}

#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
}

body {
	font-family: "Century Gothic";
	font-size: 100%;
	color: #CCC;
	background-color: #333;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

h1 {
	font-size: 175%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a:link {
	color: #CCC;
	text-decoration: none;
}

a:visited {
	color: #CCC;
	text-decoration: none;
}

a:active {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
