@CHARSET "ISO-8859-1";

/* ................................................................. */
#barraLateral {
	position: absolute;
	
	top: 0px;
	right: 0px;
	height: 100%;	/* ajuste automático via código - Altura da barraLateral */
	width: 178px;	/* ajuste automático via código - Largura da barraLateral */
	
	background-image: url('../img/barra_dir_meio.png'); 
	background-repeat: repeat;
}

/* ................................................................. */
#lateral {
	margin: 9px;
	
	color: #CC0066;
	
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 125%;
}


#lateral .lateralTitulo {
	color: white;
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;		
}

#lateral .lateralContainer {
	margin: 10px 0px 20px;
	padding: 0px 3px 8px 0px;

	border-color: white;
	border-width: 0px 1px 1px 1px;
	border-style: dotted dotted dotted none;
}

#lateral #noticias {
	text-align: left;
	margin-left: 5px;
}

#lateral #contatos {
	text-align: center;
}

