html, body { margin: 0; padding: 0; width: 100%; height: 100%;
font-family: museo_sans300, sans-serif;
}
li {
	 list-style: none
}
body { color: #000; background: #fff center no-repeat; text-align: center;

}

a {
	color: #000000;
}

#pagina {
	width: 100%;
	height: 100%;
}

#under {
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-box-shadow: inset 0px 0px 300px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    inset 0px 0px 300px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         inset 0px 0px 300px 0px rgba(0, 0, 0, 0.3);
	z-index: -100;
}

#conteudo {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

#logo {
	padding-top: 45%;
}

h1 {
	width: 300px;
	height: 92px;
	display: block;
	background: URL("img/logo.png") center;
	text-indent: -9999px;
	margin: 0 auto;
}

#artistas {
	padding-bottom: 20px;
}

#artistas ul {
	padding-top: 3%;
	width: 960px;
	height: 400px;
	display: inline-block;
	margin: 0 auto;
	margin-left: -40px;
}

#artistas li {
	margin-left: 50px;
	margin-right: 50px;
	width: 220px;
	height: 370px;
	float: left;
}

.zeca {
	width: 220px;
	height: 350px;
	display: block;
	background: URL("img/zeca.jpg") center;
	text-indent: -9999px;
}

.zelia {
	width: 220px;
	height: 350px;
	display: block;
	background: URL("img/zelia.jpg") center;
	text-indent: -9999px;
}

.simone {
	width: 220px;
	height: 350px;
	display: block;
	background: URL("img/simone.jpg") center;
	text-indent: -9999px;
}

#artistas h3, #artistas a {
	font-size: 15px;
	margin-top: 7px;
	color: #000;
	text-decoration: none;
	font-family: museo_sans300, sans-serif;
	font-weight: 300;
}


#projetos {
	width: 100%;
	padding-top: 0px;
	display: inline-block;
	margin: 0 auto;
	margin-left: -40px;
}

#projetos ul {
	height: 0px;
	display: inline-block;
	text-align: center;
}

#projetos li {
	margin-left: 22px;
	margin-right: 22px;
	height: 20px;
	float: left;
}

#projetos h3 {
	font-family: museo_sans300, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #000;
}

#projetos h3 span {
	font-family: museo_sans500, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #000;
}


#outros {
	width: 100%;
	padding-top: 30px;
	display: inline-block;
	margin: 20px auto;
	margin-left: -40px;
}

#outros ul {
	height: 0px;
	display: inline-block;
	text-align: center;
}

#outros li {
	margin-left: 25px;
	margin-right: 25px;
	height: 25px;
	float: left;
}

#outros h3 {
	font-family: museo_sans500, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #000;
}


#contato {
	text-align: center;
	width: 100%;
	padding-top: 50px;
	margin-left: -40px;
}

#contato ul {
	text-align: center;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

#contato li {
	height: 5px;
}

#contato span {
	font-size: 12px;
}


p {
	font-size: 14px;
}


@media (max-width: 920px) {

	#conteudo {
		width: 320px;
	}

	#logo {
		padding-top: 40%;
	}

	#artistas {
		padding-bottom: 20px;
		display: block;
	}

	#artistas ul {
		width: 320px;
		height: 400px;
		display: block;
		margin: 0 auto;
		margin-left: -40px;
		padding-bottom: 30px;
	}

	#artistas li {
		margin-left: 10px;
		margin-right: 10px;
		width: 220px;
		height: 400px;
	}

	.zeca {
		width: 220px;
		height: 350px;
		display: block;
		background: URL("img/zeca.jpg") center;
		text-indent: -9999px;
	}

	.zelia {
		width: 220px;
		height: 350px;
		display: block;
		background: URL("img/zelia.jpg") center;
		text-indent: -9999px;
	}

	.zizi {
		width: 220px;
		height: 350px;
		display: block;
		background: URL("img/zizi.jpg") center;
		text-indent: -9999px;
	}

	.simone {
		width: 220px;
		height: 350px;
		display: block;
		background: URL("img/simone.jpg") center;
		text-indent: -9999px;
	}

	#projetos {
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-left: -40px;
	}

	#projetos ul {
		width: 100%;
		display: block;
		text-align: center;
	}

	#projetos li {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	#projetos h3 {
		font-family: museo_sans300;
		font-size: 17px;
		color: #000;
	}


	#outros {
		width: 360px;
		padding-top: 50px;
		display: block;
		margin: 20px auto;
		margin-left: -40px;
		margin-bottom: 120px;
	}

	#outros ul {
		display: block;
		text-align: center;
		width: 320px;
	}

	#outros li {
		margin: 0 auto;
		display: block;
		width: 100%;
	}

	#outros h3 {
		font-size: 15px;
		color: #000;
	}


	#contato {
		position: relative;
		text-align: center;
		width: 320px;
		margin-left: -40px;
		display: block;
	}

	#contato ul {
		display: block;
		text-align: center;
		top: 30px;
		margin: 20px auto;
	}

	#contato li {
		width: 330px;
		height: 30px;
		display: block;
		float: left;

	}

}