@charset "utf-8";
body {
	background-image: url(bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}


a {
	text-decoration: none;
	color:#333333;
}

a:hover {
	text-decoration: underline;
}

.topo_bg {
	background-image: url(imagens/topo_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/* ------------------------------------------- */

h1, h2 {
	margin: 0px;
	padding: 0px;
	font-size:16px;
}

h2 {
	
}

/* ------------------------------------------- */

#form1 *.error {
	border: 1px solid #FF0000;	
}

#form1 label.error {
	visibility:hidden;	
}

/* ------------------------------------------- */

#banners {
	width: 623px;
	height: 145px;
}

#banners img {

}


/* ------------------------------------------- */

#imgPane2 {
	clear:both;
	font-size: 10px;
}

#imgPane2 #item {
	float:left;
	height:110px;
	margin:6px;
	width:150px;
	cursor:pointer;
}


#imgPane2 #item #titulo {
	text-align:center;
	font-size:11px;
	margin-top:2px;
}



/* ------------------------------------------- */

#informativos, #eventos,  #convenice {
	width:261px;
	height:157px;
	padding:5px;
}


#informativos {
	background-color: #e87715;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#eventos {
	background-color: #da251d;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
} 
#convenice {
	background-color: #00aae7;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 10px;
}
#animacao {
	text-align: right;
	margin-top: 7px;
	margin-left: 5px;
	
}

#wconteudo {
	position:relative;
}

#wconteudo #loading {
	position:absolute;
	top: 155px;
	left: 259px;
}

.conteudo {
	font-size:12px;
	margin-top:5px;
	margin-left:5px;
	color: #000;
}

.conteudo a {
	color:#000000;
}

.inner {
	margin-top:5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 15px;
	font-size:12px;
	height:290px;
	overflow:auto;
}

.innerOut {
	margin-top:15px;
	margin-left: 10px;
}



/*****************************************/
/* canto */

.canto {
	background-image:url(imagens/canto.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;	
} 

/*****************************************/
/* menu */

#menu img {
	margin-top:2px;
} 

/*****************************************/
/* Coluna da Direita */

#div_login {
	margin-top: 15px;
	margin-right: 17px;
	margin-left: 10px;
}

#div_login form {
	margin: 0px;
}

#div_login input {
	width:90px;
	color: #999999;
	background-color: #1E1815;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#opinioes {
	margin-top: 63px;
	margin-right: 17px;
	margin-left: 10px;
	font-size: 11px;
	color: #666666;
}

