/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	//width: 740px;
	width: 800px;
	background: #fff url(img/dot_line.gif) repeat-y 23%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(img/header_right.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px 45px;
	}
#header h5 
{ 	
	margin: 0;
	color: #000000;
	font-size: 2.2em;
	font-weight: normal;
	cursor: default;
	font-weight: bold;
}	

#title
{
	float: left;
}

#searchbox
{
	float: right;
}

#header h5 a 
{ 
	color: #000000;
	text-decoration: none; 
}

#header h5 a:hover 
{ 
	text-decoration: none; 
	color: #000000;
}



/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}

#content div, #sidebar div 
{ 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
	padding: 10px;
}


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	//width: 550px;
	width: 610px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}

#content-foto-satelital {
	float: left;
	//width: 550px;
	width: 770px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}

#content_left div,
{ 
	float: left;
	width: 200px;
	border-top: 1px solid #ddd; 
	padding: 10px;
}

#content_right div,
{ 
	float: right;
	width: 200px;
	border-top: 1px solid #ddd; 
	padding: 10px;
}

/*	
#content div 
{ 
	background: #fff url(img/para_bg.jpg) repeat-x; 
}
*/

/*-----------------------------------------------------------*
** Google map
**-----------------------------------------------------------*/
#googlemap div
{ 
	background: none;
	background-image: none;  
}

/*-----------------------------------------------------------*
** PRE
**-----------------------------------------------------------*/
#code 
{
	text-align:left;
	font: 11.5px mono, courier-new, courier, monospace; 
	border: 1px dotted black; 
	margin: 3px; 
	padding:3px;
	background-color:#f1eec6;

}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C url(img/header_right.gif) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #000;
	font-size: 0.9em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #000; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #f00; }


