
/* CSS Document */
html, body {
	margin: 0 0;
	padding: 0 0;
	clear: both;
	background-color: #fff;
}

#principal {
	width: 720px;
	text-align: center;
	margin: 0 auto;
}

#topo {
	width: 720px;
	text-align: center;
	margin: 20px 0px;
	min-height: 60px;
}

#rodape {
	width: 720px;
	text-align: center;
	margin-top: 10px;
	min-height: 60px;
}

#participe {
	width: 140px;
	height: 58px;
	border: none;
	background-color: #fff;
	position: relative;
	float: left;
	text-align: left;
}

#participe img {
	border: none;
	text-decoration: none;
	cursor: pointer;
}

#player {
	width: 300px;
	border: none;
	background-color: #000;
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity: .80;
	-khtml-opacity: 0.8;
	position: relative;
	padding: 13px;
	margin: 0 auto;
	float: right;
}

#player img {
	border: none;
	text-decoration: none;
}

#player .img_pad {
	border: none;
	text-decoration: none;
	margin-right: 7px;
}

#player h2 {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 110%;
	color: black;
	font-weight: bold;
	cursor: move;
}

#imagem {
	padding-top: 0px;
}

.popup_balada {
	border: 1px solid #6A8FA6;
	width: 720px;
	position: absolute;
	text-align: right;
	background-color:#000;
	margin: 0 auto;
	left: 315px;
	top: 63px;
	padding-bottom: 10px;
}

.popup_cofredanossa {
	border: 1px solid #6A8FA6;
	width: 430px;
	position: absolute;
	text-align: right;
	background-color:#FFF;
	margin: 0 auto;
	left: 200px;
	top: 100px;
	padding-bottom: 10px;
}

#cofredanossa {
	width: 300px;
	height: 60px;
	border: none;
	background-color: #fff;
	float: left;
	text-align: left;
}

#balada {
	width: 300px;
	height: 60px;
	border: none;
	background-color: #fff;
	float: left;
	text-align: left;
}
