/* CSS Document */


/*ELEMENTOS HTML NATIVOS E IDs*/
a:link {
	color:#669900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#006699;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #009966;
}

body
{
	margin-top:0%;
	color:#333333;
	font-family:"Century Gothic";
	font-size:12px;
	background-image:url(../imagens/fundo.jpg);
}

/*-----------------------------------------------------------------------*/


#entire
{
	width:800px;
}

#banner
{
	width:800px;
	height:300px;
}

#menu
{
	width:170px;
	height:476.9px;
	float:left;
	margin-left:4px;
	margin-top:3px;
}

#bottom
{
	width:777px;
	background-color:#C5E8BC;
	border: solid #009933 1px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:10px;
	padding-top:2px;
}

#center-index
{
	width:778px;
	height:476.9px;
	margin-top:8px;
	border: solid #009933 1px;
	background-image:url(../imagens/index_back.jpg);
}

#center-comochegar
{
	width:778px;
	height:476.9px;
	background-image:url(../imagens/como-chegar_back.jpg);
	margin-top:8px;
	border: solid #009933 1px;
}

#center-generico
{
	width:778px;
	height:476.9px;
	background-image:url(../imagens/generico.jpg);
	margin-top:8px;
	border: solid #009933 1px;
}

#text
{
	width:500px;
	float:right;
	text-align:left;
	margin-right:60px;
	margin-top:40px;
}

#iframe
{
	width:550px;
	float:right;
	height:450px;
	margin-right:25px;
}

#youarehere
{
	width:778;
	background-color:#C5E8BC;
	color:#006600;
	text-align:right;
	padding-right:3px;
	margin-bottom:5px;
}

#goleft
{
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:35px;
	margin-right:5px;
}

#goright
{
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:35px;
}

#fix
{
	clear:both;
}

#nav_options
{
	width:100%;
	background-color:#E0F9AC;
	margin-top:20px;
}

#folders
{
	background-color:#E0F9AC;
}

/*CLASSES-----------------------------------------------------------------------------*/

.titulos
{
	color:#669900;
	text-transform:uppercase;
}

.navigator
{
	margin-top:3%;
}


	
