@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	background-image:url(../imgs/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-attachment:none;
	font:11px Arial, sans-serif;
	color:#00704a;
}
form
{
	margin:0;
}
object
{
	outline:none;
}
a:link
{
	font:11px Arial, sans-serif;
	color:#00704a;
	text-decoration:none;
}
a:visited
{
	font:11px Arial, sans-serif;
	color:#00704a;
	text-decoration:none;
}
a:hover
{
	font:11px Arial, sans-serif;
	color:#00704a;
	text-decoration:underline;
}
img
{
	display:block;
}
form
{
	margin:0;
}
#corpo
{
	width:980px;
	height:auto;
	margin:0 auto;
}
#cabecalho_index
{
	width:980px;
	height:auto;
}

#servicos
{
	width:980px;
	height:auto;
}
#conteudo
{
	width:980px;
	height:auto;
	
	margin-top:10px;
}
#conteudo:after
{
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}
#coluna1
{
	width:354px;
	height:auto;
	float:left;
	
}
#coluna2
{
	width:594px;
	height:auto;
	float:left;
	margin-left:5px;
	.margin-left:0px;
	
}
#data
{
	margin-left:390px;
	margin-top:10px;
}
#box1
{
	width:354px;
	height:auto;
	margin-top:8px;
}
#box1_topo
{
	width:354px;
	height:9px;
	font-size:0px;
	background-image:url(../imgs/box1_topo.gif);
	background-repeat:no-repeat;
}
#box1_meio
{
	width:314px;
	height:auto;
	display:table;
	background-image:url(../imgs/bg_box1.gif);
	background-repeat:repeat;
	padding:0px 20px 0px 20px;
}
#box1_meio:nth-of-type(1)
{
   width:484px;
}
#box1_meio:after
{
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}
#box1_baixo
{
	width:354px;
	height:9px;
	font-size:0px;
	background-image:url(../imgs/box1_baixo.gif);
	background-repeat:no-repeat;
}

#box2
{
	width:594px;
	height:auto;
	margin-top:8px;
}
#box2_topo
{
	width:594px;
	height:13px;
	font-size:0px;
	background-image:url(../imgs/box2_topo.gif);
	background-repeat:no-repeat;
}
#box2_meio
{
	width:554px;
	height:auto;
	display:table;
	background-image:url(../imgs/bg_box2.gif);
	background-repeat:repeat;
	padding:0px 20px 8px 20px;
}
#box2_meio:nth-of-type(1)
{
   width:484px;
}
#box2_meio:after
{
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}
#box2_baixo
{
	width:594px;
	height:12px;
	font-size:0px;
	background-image:url(../imgs/box2_baixo.gif);
	background-repeat:no-repeat;
}
.caixa_txt
{
	width:300px;
	height:10px;
	font:11px Arial, Helvetica, sans-serif;
	color:#00704a;
	border:1px solid #00704a;
}
#rodape
{
	width:100%;
	height:25px;
	background-image:url(../imgs/bg_rodape.gif);
	background-repeat:repeat-x;
	clear:both;
	margin-top:20px;
	padding-top:15px;
}
#link_home
{
	width:150px;
	height:100px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
}

.titulo {
  border-bottom: 1px #00704a dashed;
  font-size: 12px;
}

.titulo2 {
  border-bottom: 1px #00704a dashed;
  font-size: 14px;
}

span.legenda {
  font-size: 11px;
  color: gray;
  font-weight: bold;
}

form.curriculo input {
  font:11px Arial, Helvetica, sans-serif;
	color:#00704a;
	border:1px solid #00704a;
}

form.curriculo select {
  font:11px Arial, Helvetica, sans-serif;
	color:#00704a;
	border:1px solid #00704a;
}

form.curriculo textarea {
  font:11px Arial, Helvetica, sans-serif;
	color:#00704a;
	border:1px solid #00704a;
}

table.login input {
  font:11px Arial, Helvetica, sans-serif;
	color:#00704a;
	border:1px solid #00704a;
}

table.login select {
  font:11px Arial, Helvetica, sans-serif;
	color:#00704a;
	border:1px solid #00704a;
}

table.login textarea {
  font:11px Arial, Helvetica, sans-serif;
	color:#00704a;
	border:1px solid #00704a;
}