/* =======================ELEMENTOS GERAIS========================= */
body {
	background-image: url(../images/abertura/bgfull.jpg);
	background-repeat: none;
	background-position: top left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ================= Blocos de informação ========================== */

#casarao {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	bottom: 2px;
	right: 0px;
	visibility: visible;
	floating: bottom right;
	width: 100%;
	background-repeat:no-repeat;
}
#casarao1 {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	bottom: 2px;
	right: 0px;
	visibility: visible;
	width: 100%;
	background-repeat:no-repeat;
}
#bgright {
	overflow: hidden;
	z-index: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	floating: top right;
	height: 100%;
	width: 296px;
}
#conteudo {
	overflow: hidden;
	position: absolute;
	align: center;
	width: 100%;
	min-height: 550px;
	z-index: 2;
	top: 5px;

}
/* ===========================TEXTOS=============================== */
.texto {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #48310a;
}
.texto A:link {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #48310a;
	text-decoration: none; 
}
.texto A:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #48310a; 
	text-decoration: none; 
}
.texto A:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #48310a; 
	text-decoration: underline; 
}
