@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	border:0;
}

BODY{
	margin:40px 0;
	background:#4A3C38; /*marrom*/
	color:#6EA3D0; /*azul*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

a{
	text-decoration:none;
	color:#6EA3D0;
	line-height:20px;
	border:0;
}

a:hover{
	color:#FFF;
}
#header{
	height:60px;
	width:982px;
	margin:auto;
	}

#content{
	width:982px;
	min-height:420px;
	margin:auto;
}

#footer{
	height:40px;
	min-height:40px;
	width:982px;
	margin:auto;
	text-align:right;
}

#menu{
	margin: 0 25px 0 0 ;
	height:420px;
	width:239px;
	float:left;
	color:#6EA3D0;
}

#menu #menu_content{
	height:260px;
	width:221px;
	overflow:hidden;
}

#menu #options{
	height:172px;
	width:186px;
	letter-spacing:1px;
}


#text2{
}
#text{
	font-size:12px;
	min-height:440px;
	width:700px;
	background: #6EA3D0;
	float:left;
	color:#4A3C38;
	line-height:24px;
	text-align:justify;
	overflow: auto;
}
#text div{
	margin:30px;
}
#text a{
	color:#4A3C38;
}
#text #text_tab{
	font-size:14px;
	margin:0;
	line-height:23px;
	background:#4A3C38;
	height:23px;	
}
#text #text_tab a{
	color:#6EA3D0;
}

#text #text_submenu{
	font-size:12px;
	margin:0 30px;
	line-height:30px;
	height:30px;	
}
#text #text_tab div{
	float:left;
	width:140px;
	text-align:center;
	margin:0;
	background:#4A3C38;
	color:#6EA3D0;

}
#text #text_tab #selected{
	background:#6EA3D0;
	color: #4A3C38;
	font-weight:bold;
}

.menu_option_selected a{
	/*font-weight:bold;*/
	color: #FFF ;
}