@charset "utf-8";
#imprensa {
	background-image: url(../imagens/imprensa_home.jpg);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 234px;
}
#musicas {
	float: left;
	height: 264px;
	width: 234px;
	background-image: url(../imagens/musicas_home.jpg);
	background-repeat: no-repeat;
	margin-left: 26px;
}
#videos {
	background-image: url(../imagens/videos_home.jpg);
	float: left;
	height: 264px;
	width: 234px;
	margin-left: 27px;
}
.titulo_item {
	color: #FF0000;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.descricao_item {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
}
#item {
	float: left;
	margin-top: 60px;
}
.img_item {
	float: left;
	padding-left: 15px;
}
.titulo_itemMusic {
	color: #e4ff37;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.titulo_itemVideo {
	color: #66f5ec;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#popteste {
	height:329px;
	width: 466px;
	position: absolute;
	z-index:100;
	top:50px;
	left:50%;
	border:0 !important;
}

