﻿/* CSS Document */

#textoAssoc
{
	position:relative;
	top:160px;
	padding-left:10px;
	color:White;
	font-size: 11px;
	border-bottom:dotted 1px white ;
	width: 380px;
	height: 25px;
	z-index:2 ;
	}


#mapa
{
	position:relative;
	top:270px;
	float:left;
	margin-left:25px;
	font-size: 11px;
	border:dashed 2px indigo ;
	
	width: 245px;
	height: 237px;
	z-index:2 ;
	}

#regiao_01
{
	position:relative;
	top:270px;
	float:right;
	margin-right:25px;
	font-size: 11px;
	text-align:justify;
	padding:10px;
	border-top:solid 1px gray ;
	border-bottom:solid 1px gray ;
	width:510px ;
	height:240px ;
	overflow-y:scroll ;
	z-index:2 ;
	background-color:InfoBackground;
	}
	
#regiao_01 a.links
{
	color:#006699;	
}
