/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body {height:100%;}
body{
	background:url(../imgs/bg_body.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
ul{
	list-style:none;
}
ul li {	padding: 1px 1px 1px 1px;}
h1{
	display:none;
}
#geral{
	background:url(../imgs/bg_div_geral.gif);
	width:780px;
	margin:0 auto;
	overflow:visible;
	position:relative;
	min-height:100%;
	text-align:left;
}
#geral_construcao{
	background:url(../imgs/bg_topo_of.jpg) center top;
	width:100%;
	margin:0 auto;
	overflow:visible;
	position:relative;
	min-height:100%;
	text-align:left;
}

* html #geral {height: 100%;}
#conteudo {
	background:url(../imgs/bg_conteudo.gif);
	padding-bottom:30px;
	width:780px;
	margin:0 auto;
}
#conteudo_construcao {
	padding-bottom:30px;
	width:780px;
	margin:0 auto;
}
#topo {
	background:url(../imgs/bg_topo_of00.jpg);
	width:100%;
	margin:auto;
	overflow:hidden;
	height:289px;
}
#sub_topo {
	background:url(../imgs/bg_topo_of.jpg);
	width:780px;
	margin:auto;
	overflow:hidden;
	height:289px;
}

#logo{	
	width:270px;
	background:url(../imgs/bg_logo.jpg) top center no-repeat;
	height:289px;
	float:left;
}
#col_esq_topo{ 
	width:450px;
	height:80px;
	float:left;
	padding-top:80px;
	text-align:right; 
}
#col_esq_topo2{ 
	width:450px;
	height:100px;
	float:left;
	padding-top:15px;
	padding-left:20px;  
}
#corpo {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	float:left;
	padding-bottom:30px;
}
#menu {
	width:235px;
	background:url(../imgs/bg_menu.jpg) top center no-repeat;
	height:100%;
	padding:15px 0 0 35px;
	float:left;
	padding-bottom:30px;
	z-index:50;
	position:relative;
}

#centro {
	width:450px;
	float:left;
	padding-top:15px;
	padding-left:25px;
	overflow:hidden; 
}
#tp_centro, #tp_centro2 { 
	background:url(../imgs/bg_informativo.gif) no-repeat;
	width:450px;
	height:30px;
	float:left;
	text-align:right;
}
#tp_centro2 { 
	background:url(../imgs/bg_artigo.gif) no-repeat;
}
#tp_centro3 { 
	background:url(../imgs/bg_sindicato.gif) no-repeat;
	text-align:right;
}
#tp_centro4 { 
	background:url(../imgs/bg_beneficio.gif) no-repeat;
	text-align:right;
}
#tp_centro5 { 
	background:url(../imgs/bg_mulher.gif) no-repeat;
	text-align:right;
}
#tp_centro6 { 
	background:url(../imgs/bg_contato.gif) no-repeat;
	text-align:right;
}
#tp_centro7 { 
	background:url(../imgs/bg_download.gif) no-repeat;
	text-align:right;
}
#texto {
	width:450px;
	float:left;
}
#texto_1 {
	width:430px;
	float:left;
	z-index:50;
	position:static;
}
#texto ul li p a { 
	background:url(../imgs/bg_ul_li.gif);
	display:block; 
	height:20px;
	padding:5px 1px 2px 10px;
	text-decoration:none;
	color:#333;
}
#texto ul li p a:hover { background:#57A4D2; color:#FFF; text-decoration:none; }
#texto ul li p a.teste {font-weight:bold; color:#003366;}
#base {
	background:#56A1D0;
	width:100%;
	margin:auto;
	overflow:hidden;
	height:50px;
	float:left;
	text-align:center;
	color:#FFF;
	position:relative;
	bottom:0;	
}
#base p { padding-top:20px; }
#base p a { color:#FFF;}
.clear {clear:both;}
table tr td { width:100px; }
h2.branco { color:#FFF;}

A:link {
	COLOR: #333; TEXT-DECORATION: none;
}

A:visited {
	COLOR: #333; TEXT-DECORATION: none
}

A:active {
	COLOR: #333; TEXT-DECORATION: none
}

A:hover {
	COLOR: #333; TEXT-DECORATION: underline
}
label,  input {   
    display: block;   
    float: left;   
}   
label {    
    text-align: left;   
    width: 70px;   
    padding-right: 2px;   
    padding-bottom: 13px;   
}   
fieldset {   
    border: solid 0 #000;   
	padding-top:20px;
	padding-bottom:10px;
}   
br {   
    clear: left;   
}   
input, select, textarea {
	border: 1px solid #333;
	color: #333;
	padding:3px;
}  
img {border:0;}