 html, body {height:100%;} /**/
body {
	margin:0; 
	padding:0;
	background:url(../imgs/background_body.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#012A5E;
	text-align:center;
	}
#tudo { 
	width:100%;
	 position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	}
 * html #tudo {height: 100%;}/**/
#content {	
	background:url(../imgs/background_middle.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width:950px;
	padding-bottom:30px;
}/**/

#download_text {
	font-size: 14px;
	font-weight:bold;
	width:280px;
}

#topo {
	background:#cfc;
	width:950px;
	height:100px;
	border-bottom:1px dotted #999;
	text-align:center;
	padding-top:1px;
	}
#principal {
	width:275px;
	float:left;
	}
#principal_intro {
	width:275px;
	margin:0 auto;
}
	
#auxiliar {
	float:right;
	padding-left:20px;
	text-align:left;
	padding-top:170px;
	padding-bottom:30px;
	width:655px;
}

#footer {
	text-align:center;
	font-size:10px;
	color:#012A5E;
	background-color:#FFDF5D;
	width:100%;
	height:25px;
	position: absolute;
	bottom: 0; /**/ 
	}
#footer p {
	margin:0;
	padding:5px;
	}
.clear {clear:both;}

#shadow_left{
	float:left;
	width:17px;
}
#shadow_right{
	float:right;
	width:17px;
}
#menu_content{
	padding-top:10px;
	text-align:center;
	float:left;
	width:241px;
	background:url(../imgs/background_menu.gif);
	background-repeat:no-repeat;
	height:500px;
}
#menu_content ul{
	text-align:left;
}
.menu{
	margin:0px;
	list-style:none;
	width:175px;
	border-bottom:1px solid #FABB15;
	padding:5px;
	font-size:11px;
	font-weight:bold;
}
.menu a, .sub_menu a, .sub_menu_opened a, .router a ,#footer a {
	text-decoration:none;
	color:#012A5E;
}
.section_content a {
	text-decoration:underline;
	color:#012A5E;
}
.menu a:hover, .sub_menu a:hover, .sub_menu_opened a:hover, .router a:hover, #footer a:hover, .section_content a:hover{
	text-decoration:underline;
}
.sub_menu{
	margin:0px;
	margin-left:-20px;
	list-style:none;
	list-style-image:none;
	padding:5px;
	font-weight:normal;
}
.sub_menu_opened{
	margin:0px;
	margin-left:-20px;
	list-style:none;
	list-style-image:none;
	padding:5px;
	font-weight:bold;
}
.menu_opened{
	list-style:none;
	margin:0px;
	width:175px;
	border-bottom:1px solid #FABB15;
	padding:5px;
	font-size:11px;
	font-weight:bold;
}
.sub_menu_ul{
	padding-top:5px;
}
#menu{
	width:275px;
	
}
#links_top{
	height:18px;
	float:right;
	font-size:12px;
	padding-top:2px;
	background-image:url(../imgs/background_links.gif);
	background-position:bottom;
}
#links_top a{
	text-decoration:none;
	color:#012A5E;
}
#links_top a:hover{
	text-decoration:underline;
}
#links{
	position:absolute;
	left:50%;
	top:0;
	width:475px;
	text-align:right;
}
.div_float_right{
	float:right;
}
img{
	border:0;
}
.router{
	font-size:10px;
	margin-bottom:10px;
}
.title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.section_content{
	font-size:11px;
}
#content_right_text{
	float:left;
	width:350px;
}
#content_right_image{
	float:right;
}
.border_image_thin{
	border:1px solid #FFCC00;
}
.border_image_thin_intro{
	border:1px solid #FFCC00;
	margin:8px;
	float:left;
}
.border_image_fat{
	border:8px solid white;
}
#content_right_list{
	font-size:11px;
	float:right;
}
#content_right_list ul{
	width:250px;
	padding:0;
	margin:0;
}
#content_right_list ul li{
	padding:7px;
	list-style:none;
	width:250px;
	border-top:1px dashed #012A5E;
	clear:both;
}
#content_right_list ul li img{
	float:left;
	padding:5px;
}
#content_right_list ul li a{
	color:#012A5E;
	text-decoration:none;
}
#content_right_list ul li a:hover{
	text-decoration:underline;
}
input, textarea{
	border:2px solid #FFCC00;
	background:white;
	font-size:11px;
	padding:5px;
}
.fields{
	padding:4px;
	font-weight:bold;
}
.text_11{
	font-size:11px;
}
.text_12{
	font-size:12px;
}
.text_11 a, .text_12 a{
	color:#012A5E;
	text-decoration:underline;
}
.text_11 a:hover, .text_12 a:hover{
	text-decoration:underline;
}
.form_fields{
	font-size:11px;
	width:200px;
}
#flash_text{
	position:absolute;
	left:50%;
	top:20px;
	height:100px;
	width:475px;
	text-align:right;
}
#intro{
	margin:0 auto;
	text-align:center;
}
#images_intro{
	position:absolute;
	top:260px;
	left:50%;
	margin-left:-280px;
	width:570px;
}
.logo_section{
	float:right;
}
