@charset "utf-8";
/* CSS Document */
#bemVindo {
	width:359px;
	height:260px;
	float:left;
}
#bemVindo2 {
	width:359px;
	height:214px;
	float:left;
	background-image:url(../imagem/bemvindo2.gif);
	background-repeat:no-repeat;
}
#home {
	width:425px;
	height:258px;
	float:left;
}
#homeCurriculo {
	width:303px;
	height:220px;
	background-image:url(../imagem/home_baixo1.jpg);
	background-repeat:no-repeat;
	color:#515561;
}
#homeTerceirizacao {
	width:169px;
	height:220px;
	background-image:url(../imagem/home_baixo2.jpg);
	background-repeat:no-repeat;
}
#homeBaixo3 {
	width:310px;
	height:220px;
	background-image:url(../imagem/home_baixo4.jpg);
	background-repeat:repeat-x;
}
#homeRodape {
	width:784px;
	height:35px;
	background-image:url(../imagem/home_rodape.jpg);
	background-repeat:no-repeat;
	color:#dbdbdb;
	font-size:10px;
}
#homeRodape a {
	text-decoration:none;
	color:#dbdbdb;
}
#homeRodape a:hover { text-decoration:underline; }

input.homeCurriculo {
	width:172px;
	height:16px;
	font-size:12px;
	border:1px solid #bbb685;
	color:#6e6c5d;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
}
.home_destaque {
	font-size:10px;
	line-height:12px;
	color:#5e5a48;
}

a.home_destaque {
	color:#b39000;
	text-decoration:none;
}
a.home_destaque:hover {
	text-decoration:underline;
}