*{
	text-decoration: none;
	color: #fff;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#conteudo.capa{
	background-image: url(img/capa2.jpg);
	height: 2000px;
}
#texto{
	width: 420px;
	position: absolute;
	top: 250px;
	left: 260px;
}
#texto h2{
	font-size: 12px;
	margin: 10px;
}
#submenu{
	width: 460px;
	position: absolute;
	top: 513px;
	left: 241px;
}


#submenu h2{
	width: 149px;
	height: 149px;
	display: block;
	float: left;
	overflow: hidden;
	background-image: url(img/menucapa.jpg);
	margin: 4px 4px 0 0;
}
#submenu h2 a{
	width: 143px;
	height: 143px;
	display: block;
	position: relative;
	left: 3px;
	top: 3px;
	overflow: hidden;
	background-image: url(carandiru-pop/img/x.gif);
}
#submenu h2 a strong{
	font-size: 11px;
	line-height: 13px;
	text-indent: 5px;
	margin: 1px;
	text-align: center;
	background-color: #000;
	color: #fff;
		-moz-opacity:.65;
	filter:alpha(opacity=65);
	opacity:.65;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 143px;
	height: 32px;
	z-index: 2;
}
#submenu h2 a span{
	display: none;
}
#submenu h2 a:hover span{
	border: 5px solid red;
	position: absolute;
	left: 0;
	top: 0;
	width: 133px;
	height: 133px;
	display: block;
	z-index: 3;
}


