/* CSS Document */

body {
margin:0;
padding:0;
background-color:#FFF;

}



#div_100pcento {
width:100%;
min-height:499px;
background-image: url(img/fundo_IAAC.jpg);
background-repeat:repeat-x;
background-position:top;

}



#div_principal {
	width:970px;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
				}

#cabecalho {
width:970px;
height:90px;

}

.language{
margin-left:300px;	
}



#miolo_info{
width:970px;
min-height:500px;
float:left;
/*background-image:url(img/fundo_miolo.png);*/
background-repeat:no-repeat;
background-position:top;
padding-bottom:30px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
color:#000000;

}


.bloco_info {
width:970px;
padding-top:48px;
/*margin:0 auto;*/

}

.bloco_info2 {
width:970px;
padding-top:48px;
border-bottom: #DD9B56 solid 1px;
/*margin:0 auto;*/

}

.borda{
width:970px;
border-bottom: #DD9B56 solid 1px;	
}


.form {
width:555px;
padding-top:48px;
padding-left:80px;
margin:0 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color:#000000;

}


.info {
width:970px;
font-family:Verdana, Geneva, sans-serif;
font-size:0.8em;
/*margin-left:10px;*/
margin-top:20px;


}



#sombra_miolo{

width:7px;
height:590px;
background-image:url(img/sombra_miolo.jpg);
background-repeat:no-repeat;
background-position:top;
float:left;

}

#rodape {
width:970px;
height:56px;
clear:both;

}


/*menu*/

#barra_menu {
width:780px;
height:35px;
margin-top:10px;
/*background-image:url(img/fundo_menu.jpg);
background-repeat: no-repeat;
background-position:left;*/



  
}


.lado_a_lado { 
float:left;
/*margin-left:150px;*/
font-weight:bold;
border-top:#4C2B1F solid 1px;
border-bottom:#DD9B56 solid 5px;
}

ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  padding: 5px 5px 5px 5px;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #000000;
 /*border-top: 1px solid #ffffff;
  padding: 5px 5px 5px 15px;
  background: #2C5463;*/
  margin-left: 1px;
  white-space: nowrap;
}
ul li a:hover { color: #DD9B56; }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 11px;
}

li:hover ul li{ background: #CCCCCC }
/*li:hover li a:hover { background: #95A9B1; }*/

/*fim menu*/

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	/*text-transform: uppercase;*/
	color: #4C2B1F;
	word-spacing: 1px;

}

.botao_enviar{
	background-color:#EBE9E6;
	border:solid 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	font-weight:bold;
}

table.borda_tabela{border-collapse:collapse;}
table.borda_tabela tr td{border: #4C2B1F solid 1px;}
