
/* CSS DOCUMENT */
@charset "utf-8";


/* FORMATACOES APLICADAS A TODAS AS PAGINAS*/

a:link{text-decoration: none; color:#006699; font-weight: bold;}
a:visited{text-decoration: none; color: #006699; font-weight: bold;}
a:hover{text-decoration: none; color: #CC0000; font-weight: bold;}
a:active{text-decoration: none; color: #CC0000; font-weight: bold;}

p{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

body{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	letter-spacing: normal;
}

.title{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
	letter-spacing: 3px;
}

.subtitle{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
	letter-spacing: 3px;
}

.copyright{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
}

/* FORMATACOES APLICADAS A PAGINA PRINCIPAL */

#content_main_center{
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 5px 52px;
	text-align: center;
}

#content_main_left{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 52px;
	text-align: center;
}

#content_main_right{
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 5px 0px;
	text-align: center;
}

/* FORMATACOES APLICADAS AS PAGINAS DE CONTEUDOS */

#content_copyright{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#content_menu_top{
	margin: 0px 0px 0px 0px;
	padding: 15px 30px 20px 52px;
	text-align: left;
}

#content_menu_center{
	margin: 0px 0px 0px 0px;
	padding: 15px 30px 5px 52px;
	text-align: left;
}

#content_body{
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 52px;
	text-align: justify;
	height: 460px;
}

#content_menu_down{
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 15px 52px;
	text-align: right;
}

#content_table{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	/*text-align: center;*/
}
	
/* FORMATACOES APLICADAS AS IMAGENS */

.image_content{
	text-align: center;
	padding: 5px 0px 5px 0px;
	display: block;
}
.image_content_left {
	margin: 5px 0px 5px 0px;
	border: 0.1em #006699 solid;
}
.image_content_center {
	margin: 5px 8px 5px 8px;
	border: 0.1em #006699 solid;
}
.image_content_right {
	margin: 5px 0px 5px 0px;
	border: 0.1em #006699 solid;
}


/* FORMATACOES APLICADAS DO MAPA */


/*.gmnoprint span { white-space:normal; }*/

#map_canvas{
	margin: 15px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border: 0.1em #006699 solid;
	overflow: hidden; 
}

.map_text{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

h1.map_text{
	color: #CC0000;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
}

h2.map_text{
	color: #006699;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.map_input_text{
	color: #006699;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100px;
}

.map_input_button{
	color: #006699;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 106px;
}

