/* Globais */

* {

border:none;

margin:0px;

padding:0px;

}



html, body {

color:#333;

background:url(../imagens/bg_geral.jpg) center;

font:normal 0.8em/160% Verdana, Arial, Helvetica, sans-serif;

height:100%;

text-align:center;

}



li{

	list-style-type:none;

	}



#tudo{

background:url(../imagens/bg_topo_layout.png) center top repeat-x;

min-height:100%;

position:relative;

text-align:left;

width:100%;

}



/* *html #tudo {

height:100%; / HACK para IE6 /

} */



#conteudo{

padding-bottom:130px;

}



#principal{
position:relative;

margin:auto;

width:770px;

}



#principal_home{

padding:0px 10px;

float:left;

width:560px;

}

#principal_home_dir{

padding:0px 10px;

float:right;

width:170px;

}



#principal_esq{

float:left;

width:480px;

}



#principal_dir{

float:right;

width:250px;

}



#principal_full{

width:730px;

}



#principal_dir, #principal_esq{

padding:10px 10px 0px 10px;

}



#titulo_noticias{

background:url(../imagens/bg_noticias.png);

padding:2px 8px 0 0;

text-align:right;

height:32px;

}



.link_noticia{

color:#b8db7c;

font:bold 11px Verdana, Arial, Helvetica, sans-serif;

text-decoration:none;

}



.link_noticia:hover{

color:#789d39;

}



.td_data{

background:#c5cdd8;

color:#003399;

text-align:center;

width:70px;

}



.td_cor1{

background:#e7ecef;

}



.td_cor2{

background:#FFF;

}



.td_cor1, .td_cor2, .td_data {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	}

.cellspacing {
	padding: 3px 0 0 0;
	}

#balaoRecrutamento {
	font: normal 14px verdana;
	background: url('../imagens/contrato.jpg');
	display: block;
	padding: 80px 15px 10px 15px;
	height: 98px;
	width: 270px;
	margin-bottom: 15px;
	}
#pageRecrutamento ul {
	display: block;
	margin: auto;
	width: 280px;
	}
#pageRecrutamento ul li {
	margin-top: 10px;
	}
#pageRecrutamento ul li label {
	font: 600 11px verdana;
	display: inline-block;
	width: 50px;
	margin-right: 20px;
	text-align: right;
	}
#pageRecrutamento ul li input {
	padding: 3px;
	height: 20px;
	border: solid 1px #999;
	width: 200px;
	}
.btnAnexar {
	background: #FFF;
	display: inline-block;
	border: solid 1px #999;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	width: 60px;
	}
.btnAnexar:hover {
	background:#CCC;
	}