@CHARSET "ISO-8859-1";

body{
	background: url(../imagens/bg_principal.jpg) #815725 repeat-x;
}

#casa{
	background: url(../imagens/casa.gif) no-repeat;
	height: 534px;
}

#containerMenuPrincipal{
	background: url(../imagens/menu_interno.gif) repeat-x;
	height: 24px;
	margin: 0 13px 0 18px;
	padding: 4px 0 0 0;
}

#menuPrincipal{
	margin: 0 auto;
	padding-left: 10px;
	width: 729px;
}

#menuPrincipal li a{
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0 6px 2px 6px;
	text-decoration: none;
}

#menuPrincipal li a:hover{
	color: #e8b269;
	text-decoration: underline;
}


ul#menuPrincipal {
	position: relative;
}

ul#menuPrincipal li span {
	background: url(../imagens/menu_interno.gif) repeat-x;
	color: #fff;
	display: none;
	float: left;
	left: 0;
	padding: 3px 0;
	position: absolute;
	width: 734px;
}
ul#menuPrincipal li:hover span {
	display: block;
}

ul#menuPrincipal li span a {
	display: inline;
}

ul#menuPrincipal li span a:hover {
	text-decoration: underline;
}

#cxPrincipal{
	margin: 20px 0 0 0;
}

#cxFoto{
	background: url(../imagens/cx_foto.gif) no-repeat;
	height: 254px;
	padding-top: 35px;
	width: 254px;
}

#cxDisco{
	background: url(../imagens/cx_disco.gif) no-repeat;
	height: 254px;
	padding-top: 35px;
	width: 254px;
}

#cxBook{
	background: url(../imagens/cx_book.gif) no-repeat;
	height: 254px;
	padding-top: 35px;
	width: 254px;
}

.caixasPrincipal{
	height: 190px;
	padding: 0 10px;
}

.mais{
	padding-right: 10px;
}

#reverPrincipal{
	background-color: #fff;
	color: #000;
	padding: 1px 2px;
}

#mdiv1{
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9996;
}

#fundo{
	background-color: #000;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9997;
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
}

#img{
	position: absolute;
	width: 100%;
	z-index: 9998;
}



#fechar a{
	color: #fff;
	text-decoration: underline;
	width: 100%;
	z-index: 9999;
}
