#hdr_top{
	height:10px;
}

#hdr_datas{
	display:none;	
}

#hdr_controles{
	height:185px;
}
#hdr_redes{
	padding-right:50px;	
}


/*quadro geral
-----------------------------------------*/
.cnt_geral1, 
.cnt_geral2, 
.cnt_geral3{
	padding:15px;
	margin-right:5px;
}

.cnt_geral1.thin, 
.cnt_geral2.thin, 
.cnt_geral3.thin {
	padding:5px;
	margin-right:0;
}

.cnt_geral1.curta, 
.cnt_geral2.curta, 
.cnt_geral3.curta {
	margin-right:330px;
}

.cnt_geral1 h1{
	font-weight:bold;
	font-size:20px;
	line-height:30px;	
}
.cnt_geral2 h1{
	font-weight:bold;
	font-size:22px;
	line-height:32px;	
} 
.cnt_geral3 h1{
	font-weight:bold;
	font-size:24px;
	line-height:34px;	
}

.cnt_geral1 h2{
	font-weight:bold;
	color:#2c1768;
	font-size:14px;
	line-height:30px;	
}
.cnt_geral2 h2{
	font-weight:bold;
	color:#2c1768;
	font-size:16px;
	line-height:32px;	
}
.cnt_geral3 h2{
	font-weight:bold;
	color:#2c1768;
	font-size:18px;
	line-height:34px;	
}


.cnt_geral1 h2 span.right, 
.cnt_geral2 h2 span.right, 
.cnt_geral3 h2 span.right{
	font-weight:normal;
	display:block;
	float:right;
	color:#000;
	font-size:12px;	
}

.cnt_geral1 h3{font-size:12px;}
.cnt_geral2 h3{font-size:14px;}
.cnt_geral3 h3{font-size:16px;}

.cnt_geral1 h3 a{color:#2c1768;font-size:12px;}
.cnt_geral2 h3 a{color:#2c1768;font-size:14px;}
.cnt_geral3 h3 a{color:#2c1768;font-size:16px;}

.cnt_geral1 p{margin-bottom:10px;font-size:12px;}
.cnt_geral2 p{margin-bottom:12px;font-size:14px;}
.cnt_geral3 p{margin-bottom:14px;font-size:16px;}

.cnt_geral1 ul,
.cnt_geral2 ul,
.cnt_geral3 ul{
	margin-left:20px;
	list-style-type:disc;
}
.cnt_geral1 ul li,
.cnt_geral2 ul li,
.cnt_geral3 ul li{
	padding-bottom:5px;
	list-style-image:url(/img/icn_bullet.gif);	
}
.cnt_geral1 ul li ul,
.cnt_geral2 ul li ul,
.cnt_geral3 ul li ul{
	margin-left:20px;
}
.cnt_geral1 ul li ul li,
.cnt_geral2 ul li ul li,
.cnt_geral3 ul li ul li{
	margin-left:10px;
	margin-bottom:0;
	list-style-image:none;
}

.cnt_geral1 img,
.cnt_geral2 img,
.cnt_geral3 img{
	margin-left:10px;
	margin-right:10px;	
}


.envie_amigo{
	text-align:right;
}

.cnt_lateral{
	float:right; 
	width:330px; 
	background-repeat:repeat-x; 
	background-image:url(/img/bck_int.gif); 
	height:200px; 
	margin-right:10px;
	margin-top:15px;
}

/*menu das homes1
---------------------------------------------*/
.menu1{
	list-style-type:none;
	display:block;
	clear:both;
	height:60px;
}
.menu1 li{
	display:inline;
}
.menu1 li a{
	display:block;
	float:left;
	text-align:center;
	margin-left:2px;
	margin-right:2px;
	margin-top:4px;
	margin-bottom:10px;
}
.menu1 li a.left{
	margin-left:0;
}
.menu1 li a.right{
	margin-right:0;
}

.menu1 li a span{
	display:block;
}

.menu1 li a.selected{
	text-decoration:none;
}
.menu1 li a.selected span{
	background-position:top center;
	background-repeat:no-repeat;
}

.menu1 li a.left span span{
	background-image:url(/img/bt_mnu_bck_left.gif);
	background-repeat:no-repeat;
	background-position:bottom left;	
}
.menu1 li a.right span span{
	background-image:url(/img/bt_mnu_bck_right.gif);
	background-repeat:no-repeat;
	background-position:bottom right;	
}

/*---------*/

.menu2 {
	margin-bottom:10px;
	background-image:url(../img/mnu_line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:8px;
	padding-left:10px;
}
.menu2 a{
	font-size:12px;
	padding-left:4px;
	padding-right:4px;	
}
.menu2 a.selected{
	font-weight:bold;
}

/*---------*/

.menu3 {
	margin-bottom:10px;
	padding-bottom:8px;
}
.menu3 a{
	font-size:12px;
	padding-left:4px;
	padding-right:4px;	
}
.menu3 a.selected{
	font-weight:bold;
}

/* font sizer
----------------------------*/
.txt_ctrl{
	background-color:#cfcfcf;
	width:100px;
	height:25px;
	margin-bottom:10px;
}

.txt_ctrl label{
	width:50px;
	display:block;
	float:left;
	line-height:25px;
	color:#3d3d3d;
	font-size:11px;
	text-align:center;
}
.txt_ctrl a{
	background-color:#e4e4e4;
	width:25px;
	display:block;
	float:left;
	line-height:25px;
	text-align:center;
	font-size:13px;
}
.txt_ctrl a b{
	font-size:12px;
}


/* forms
-----------------------------*/
.formbox{
	padding:10px;
}

.formtable{
	border-collapse:collapse;
}
.formtable td{
	padding-top:6px;
	font-size:11px;
}
.formtable small{
	color:#F00;
	font-weight:bold;	
}

.frmTxt{
	border:1px solid #87898c;
	font-size:11px;
	padding:1px;
	height:14px;
}
.frmCbo{
	font-size:11px;	
	height:18px;	
}

/* icones opcoes
------------------------------------*/
.opt{
	float:left;
	width:160px;
	text-align:center;
	height:180px;
}
.opt img{
	display:block;
}

/*lista_geral (tabela)
--------------------------------------*/
.lista_geral{
	width:100%;
	border-collapse:collapse;	
	background-color:#fff;
}
.lista_geral td{
	padding:3px;
}
.lista_geral th{
	padding:3px;
	font-weight:bold;
	text-align:left;
}
.lista_geral .odd{
	background-color:#fff6c9;
}



/*filtros
--------------------------------------*/
.filtros{
	background-image:url(../img/bck_int_sml.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #8f9194;
	width:400px;
	padding:10px;
	margin-bottom:10px;
}

/*formularios e boxes
---------------------------------------------*/
.formbox{
	border:1px solid #87898c;
	background-image:url(../img/frm_bck.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.loginbox{
	border:1px solid #fccc7e;
	background-image:url(../img/log_bck.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
	padding:10px;	
}

.boxTitulo{
	color:#2c1768;
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;	
}

