/* CSS Document */

#base {
	position:absolute;
	top:0px;
	width:90%;
	height:96%;
	z-index:1;
	text-align:center;
	background-image:url(imgs/luiza1.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#base2 {
	position:absolute;
	top:0px;
	width:98%;
	height:350px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	z-index:1;
	text-align:left;
	overflow:auto;
}

.esq {float:left; padding:5px;}

.dir {float:right; padding:5px;}
	
.texto {
	font-family: trebuchet ms;
	font-size: 14px;
	color: #663366;
	line-height: 1.8;
	}	

.texto2 {
	font-family: trebuchet ms;
	font-size: 14px;
	color: #333366;
	line-height: 1.8;
	}	

.titulo {
	font-family: trebuchet ms;
	font-size: 20px;
	color: #990000;
	line-height: 1.8;
	}

.fotogal {
	border: solid 1px #660066;
	margin: 5px;
	padding: 5px;
}

.forms2 {
	border: 1px solid #CCCCCC;
	background-color:none;
	font-family: trebuchet ms;
	font-size: 11px;
	color:#999999;
}