@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
background:url(../images/fundo.gif) repeat-x;
background-color:#abb290;
font-family:"Trebuchet MS";
font-size:11px;
}

.txt_branco{
color:#FFFFFF;
}

.logo_txt{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
letter-spacing:-1px;
color:#333333;
font-size:14px;
}

.txt_verdeclaro{
color:#808667;
}

a.linklaranja{
text-decoration:none;
color:#FF6600;
}

a.linklaranja:hover{
border-bottom:1px dashed #333333;
}

h2{
font:16px "Trebuchet MS";
font-weight:bold;
letter-spacing:-1px;
color:#2b2d1d;
}

#site{
width:684px;
position:absolute;
left:50%;
margin-left:-400px;
}

#topo{
width:684px;
}

#conteudo{
padding:8px;
width:668px;
height:451px;
background:url(../images/fundo_conteudo.jpg) no-repeat;
}

#cont_texto{
float:left;
width:450px;
text-align:justify;
height:290px;
}

#cont_img_home{
height:270px;
float:right;
margin-right:4px;
width:200px;
}

#cont_img{
height:420px;
float:right;
margin-right:4px;
width:200px;

}

#atalhos{
width:661px;
}

/*-------------------DIV CONTEUDO--------------------------*/

#div_cont1, #div_cont2{
width:300px;
height:130px;
padding:10px;
background-color:#dadccf;
}

#div_cont1{
float:right;
}

#icon_div_cont1{
width:100px;
height:100px;
float:left;
}

#txt_div_cont1{
text-align:justify;
width:190px;
height:130px;
float:right;
}

#div_cont2{
float:left;
}

/*---------------------------*/
input{
height:17px;
background:url(../images/fundo_input.jpg) no-repeat;
padding-left:2px;
color:#FF6600;
font-size:11px;
width:289px;
border:1px solid #abb290;
}

textarea{
color:#FF6600;
background-color:#dae7d0;
font-size:11px;
width:289px;
border:1px solid #abb290;

}