*{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin:0;
	padding:0;
}
html{
	height: 100%;
}
body {
	margin:0;
	padding:0;
	background:url(css/images/fundo.jpg) repeat-x #ECE9D8;
	text-align:center; /* hack para o IE */	
}

/*----------------------------------------FORMATAÇÕES DAS DIVS-------------------------------------------------*/
#tudo {
	width: 720px;
	height:650px;
	margin:0 auto;
	padding-top:3px;		
	text-align:left; /* "remédio" para o hack do IE */	
}
#top{
	padding-top: 42px;
	padding-bottom: 5px;
	width:720px;
}
#content {
   float:left;
   padding: 5px;
   width:720px;
   min-height: 650px; /* IEWin não suporta min-height */
   height: 650px;
   background-color: #fff;
   border:solid #D9D2B0 1px;
}

html>body #content {
  height: auto;
}

#banner{
	padding-bottom:5px;
}
#menu{
	float:left;
	padding:0px;
	width: 132px;
    height: 700px;
	background: #fff;
	border-right:solid #D9D2B0 1px;
}
#meio{
	float:justify;
	clear:justify;
	width: 700px;
    height: 720px;
}

#footer{
	width:720px;
	background-color: #fff;
	padding:5px;
    text-align:center;
}
#footer IMG{
	border:0;
    padding:10px 25px 0px 15px;
}
.figura{
       display:inline;
}
/*----------------------------------------ESTILOS GERAL-------------------------------------------------*/
p{
	font-size:80%;
	color: #333;
	padding: 0 0 10px;
	text-align:justify;
}
.aviso{
	font-size: 11px;
	color:#666;
	font-weight:bold;
	padding-bottom:5px;
}
.ajuda{
	font-size: 9px;
	color:#666;
}
hr{
	border-bottom: 1px dashed #9f9953;
}
.obrigatorio{
	font-weight:bold;
}
.curriculo{
	color:#c83600;
	font-size:16px;
	padding-bottom:0px;
	padding-top:5px;
	text-align:center;
	font-weight:bold;
}
.dadosCurriculo{
	color:#666;
	font-size:12px;
	font-weight:bold;
}
h4{
	color:#666;
	font-size:12px;
}
/*-------------------------------------------FIGURA-----------------------------------------------*/
.pilares{
	padding:10px;
	text-align:center;
}
/*----------------------------------------TITULOS-------------------------------------------------*/
.titulodest{
	color:#666;
	font-size:20px;
	padding-bottom:0px;
	padding-top:5px;
	text-align:left;
}
h3{
	color:#666561;
	font-size:14px;
	background:url(css/images/fundo_titulo.gif) no-repeat;
	width:130px;
	height:30px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	padding-top:6px;
	margin-top:8px;
}

/*----------------------------------------LINKS-------------------------------------------------*/
a, a:visited, a:active {
	color:#666;
	font-size:11px;
	line-height:1.4;
	font-weight:500;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
}
.link a:hover{
	padding-right: 15px; 
	background: url(css/images/houverLink.gif) no-repeat 100% 50%;
}

/*----------------------------------------TEXTOS GERAL-------------------------------------------------*/
.news {
	color:#666666;
	font-size:11px;
	line-height:1.3;
	padding-right:8px;
	text-align:justify;
}
.titulo_news {
	color:#666666;
	font-size:11px;
}

li{
	list-style:none;
	margin-left:5px;
	line-height:15px;
}

/*----------------------------------------FORMULARIOS-------------------------------------------------*/
form{
 color:#666;
   margin-left:5px;
}
fieldset{
  border:1px solid #ECE9D8;
  padding: 10px;
}
legend{
  color:#666;
  font-size:120%;
}
label
{
   display: block;
   font-size: 13px;
}
input, textarea{
 width:350px;
 border: 1px solid #ECE9D8;
 font-size:90%;
 color:#000;
 font-weight:bold;
}
textarea{
 height:100px;
}
input:hover, textarea:hover{
 border: 2px solid #666;
}
.enviar{
 width:100px;
 background:#ECE9D8;
 color:#666;
 margin-top:10px;
}
/*-----------------------------------OUTROS---------------------------------------*/
br{
	padding-top:15px;
}

/*-----------------------------------TABELAS---------------------------------------*/
.resultadoempresas{
	border: 1px solid #ECE9D8;
	background:  #F2EFEE;
	text-align:center;
}
.grande{
	text-align:center;
	font-size:120%;
	color:#FF0000;
}