/* Estilo Basico */
@import url("interna.css");

/* **** Estrutura do Conteudo da Capa **** */
/* *** Blocos - content *** */
#content {
	height: 513px;
	background: url(../../imgs/interna/coisas-divertidas-bg.jpg) no-repeat center;
}

#content.emoticons {
	height: 513px;
	background: url(../../imgs/interna/coisas-divertidas-emoticons-bg.jpg) no-repeat center;
}

#content.papeis-parede {
	height: 513px;
	background: url(../../imgs/interna/coisas-divertidas-papeis-parede-bg.jpg) no-repeat center;
}

#content.selinhos{
	height: 513px;
	background: url(../../imgs/interna/coisas-divertidas-selinhos-bg.jpg) no-repeat center;
}

.labelLink{
	float: left;
	position: absolute;
	display: block;
	text-decoration: none !important;
}

.labelLink span {
	visibility: hidden;	}


/* *** FIM Blocos - content *** */
