@charset "utf-8";
/* CSS Document */

body {
	border:0px;
	margin:0px;
	padding:0px;
	background: url(../imagens/bg.jpg) center;
	
}

#principal{	
	margin:0 auto;
	width:800px;
	position:relative;
}

#cabecalho{
	position:relative;
	top:0px;
	width:800px;
	height:195px;
	background: url(../imagens/bg_cabecalho.jpg) center no-repeat;
	float:left;
	text-align:center;
}

#corpo{
	position:relative;
	top:0px;
	width:800px;
	background: url(../imagens/bg_corpo.jpg) center repeat-y;
	float:left;
}


#menu_lateral {
	position:relative;
	width:160px;
	top:0px;
	left:20px;
	text-align:left;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	display:block;
	padding-top:5px;	
}

#menu_lateral ul {
			list-style-type: none;
			margin-left:3px;
			margin-top:2px;
			padding-top:2px;
			padding-left:7px;
			top:0px;
			}

#menu_lateral li a{
			display:block;
			color: #1F5AAA;
			height:25px;
			text-decoration:none;
			}

		#menu_lateral li a:hover {
			font-weight:bold;
			color: #333333;
			text-decoration:none;
			font-style:italic;
			}
				

#conteudo{
	position:relative;
	right:20px;
	width:600px;
	float:right;
	top:5px;
}

#rdp{
	position:relative;	
	top:0px;
	width:800px;
	height:50px;
	float:left;
	background:url(../imagens/rdp.jpg) no-repeat;
	text-align:center;
	padding:3px 0px 0px 0px;
	line-height:15px;
}

h1{
	display:none;
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;	
	color:#1F5AAA;
	text-align:center;
	font-weight:bold;
	padding:15px 0px 0px 0px;
	
}
.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	text-align:justify;
	padding:0px 20px 0px 20px;
}
.texto_rdp{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
	
}
.texto_rdp a{
	color:#333333;
	text-decoration:none;
	text-align:center;
}
.texto_rdp a:hover{
	color:#333333;
	font-weight:bold;
	border-bottom: 2px  #333333 solid;
	text-align:center;
}
#voltar{
	color:#333333;
	text-align:rigth;
	padding:0px 20px 20px 0px;
}
#voltar a{
	color:#333333;
	font-weight:bold;
	text-align:rigth;
	padding:0px 20px 20px 0px;
	text-decoration:none;
}
#voltar a:hover{
	color:#333333;
	font-weight:bold;
	border-bottom: 2px  #333333 solid;
	text-align:rigth;
	font-style:italic;
	padding:0px 20px 20px 0px;
	}

/* ESTILOS FORM */

.option, select, input, button {
	font-family: Arial;
	font-weight: bold;
	FONT-SIZE: 12px;
	background-image: url(../imagens/bg_forms.jpg);
	color: #333333;
	border:solid #b6b6b6 1px;
}
.bt_enviar {
	FONT-SIZE: 13px;
	font-family: Arial;
	font-weight:bold;
	color:#ffffff;
	background-image: url(../imagens/bg_bt.jpg);	
	width:60px;
	height:25px;
	border:solid #FF0000 #b6b6b6 0px;
}	

.img_ilust_rigth {
	float:right;
	padding-top:0px;
	padding-right:20px;
	}
	
.img_ilust_left {
	float: left;
	padding-top:0px;
	padding-left:20px;
	}
	
#mensagem{
    font-family: Arial;
	font-weight: bold;
	FONT-SIZE: 12px;
	background:#000066;
	background-image: url(../imagens/bg_textarea.jpg);
	color: #333333;
	border:solid #b6b6b6 1px;
}