*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	background:#B7EFF0 url(../images/bg.jpg) center top fixed no-repeat;
	
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
	color:#3d4c15;
}

img{
	border:0;
}


a{
	text-decoration:none;
}


/*********************************************/

html, body{
	height:100%;
}

#limite_pagina{
	position:relative;
	float:left;
	
	width:100%;
	min-width:950px;
	min-height:100%;

	overflow-x:hidden;
}

#spacer{
	position:relative;
	float:left;
	display:inline;
	
	width:50%;
	height:1px;
	
	margin-right:-475px;
}


#container_geral{
	position:relative;
	float:left;
	display:inline;
	
	width:950px;
}


#topo{
	height:256px;
	margin-bottom:5px;
}


#base{
	position:absolute;
	bottom:0;
	left:0;
	
	width:100%;
	height:55px;
	
	background:#FFF;
	border-top:#f3b6b4 2px solid;
	
	z-index:1;
}

#base_spacer{
	position:relative;
	float:left;
	
	width:100%;
	height:95px;
}


/*********************************************/




.base_centro{
	position:absolute;
	top:0;
	left:50%;
	
	width:950px;
	margin-left:-475px;
}

.logo_base{
	position:absolute;
	top:5px;
	left:5px;
	
	width:85px;
	height:40px;
	
	background:url(../images/logo_base.jpg);
	
	text-indent:-9999px;
}

.base_texto{
	position:absolute;
	top:8px;
	left:100px;
	
	font-size:11px;
	line-height:18px;
	
	border-left:1px solid #CCC;
	padding-left:10px;
}

.base_texto b, .base_texto strong{
	color:#f44343;
	font-weight:bold;
}


.logo_rae{
	position:absolute;
	right:0;
	top:35px;
	
	background:url(../images/assinatura_rae-mp.jpg);
	width:52px;
	height:14px;
	
	text-indent:-9999px;
}



/**********************************/




#menu{
	position:absolute;
	bottom:8px;
	left:120px;
	
	list-style:none;
}

#menu li{
	position:relative;
	float:left;
	display:inline;
	
	height:26px;
	margin-left:10px;
	margin-right:10px;
}

#menu a{
	display:block;
	
	font-family:Tahoma, Arial, sans-serif;
	font-size:13px;
	line-height:26px;
	
	color:#00612c;
}




		/***************************************/
		
		#menu .left{
			position:absolute;
			top:0;
			left:-9px;
			
			width:9px;
			height:26px;
		}
		
		#menu .right{
			position:absolute;
			top:0;
			right:-9px;
			
			width:9px;
			height:26px;
		}
		
		#menu .borda1 .left{
			background:url(../images/menu_borda_e_1.png);
			_background:url(../images/menu_borda_e_1.gif);
		}
		
		#menu .borda1 .right{
			background:url(../images/menu_borda_d_1.png);
			_background:url(../images/menu_borda_d_1.gif);
		}
		
		#menu .borda2 .left{
			background:url(../images/menu_borda_e_2.png);
			_background:url(../images/menu_borda_e_2.gif);
		}
		
		#menu .borda2 .right{
			background:url(../images/menu_borda_d_2.png);
			_background:url(../images/menu_borda_d_2.gif);
		}
		
		/***************************************/


.sub_menu{
	position:absolute;
	bottom:-33px;
	left:0;
	min-width:100px;
	
	height:33px;
	
	background:#CEDE48;
	
	display:none;
	
	padding-left:10px;
	padding-right:10px;
	
	margin-left:-6px;
	
	z-index:2000;
}

.sub_menu a{
	display:inline !important;
	
	font-family:Tahoma, Arial, sans-serif;
	font-size:14px;
	line-height:33px !important;
	
	color:#00612c;
	
	margin-left:10px;
	margin-right:10px;
	
	overflow:hidden;
}

.sub_menu a:hover{
	text-decoration:underline;
}

.sub_menu .s_left{
	position:absolute;
	top:0;
	left:-6px;
	
	width:6px;
	height:33px;
	
	background:url(../images/borda_sub_e.png);
	_background:url(../images/borda_sub_e.gif);
}

.sub_menu .s_right{
	position:absolute;
	top:0;
	right:-6px;
	
	width:6px;
	height:33px;
	
	background:url(../images/borda_sub_d.png);
	_background:url(../images/borda_sub_d.gif);
}



/**********************************/




.bloco{
	position:relative;
	float:left;
	
	width:100%;
}


/**********************************/

.aviso, .erro, .sucesso{
	width:912px;
	margin-bottom:20px;
	margin-top:20px;
	padding-bottom:20px;
}

.aviso{
	background:url(../images/stripe_aviso.png);
}

.erro{
	background:url(../images/stripe_erro.png);
}

.sucesso{
	background:url(../images/stripe_sucesso.png);
}

.aviso p, .erro p, .sucesso p{
	position:relative;
	float:left;
	display:inline;
	
	margin:20px 20px 0 20px;
}

.aviso p{
	color:#7c6314;
}

.erro p{
	color:#80151f;
}

.sucesso p{
	color:#2a601c;
}