/*  TOP */

/*  IDS  */
html,body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(../img/index/fundo.jpg);		
}
#div_all
		   {
	position: relative;
	width:100%;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat:repeat;

}

#top{
	position:relative;
	height:260px;
	width:900px;
	clear:both;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}



#main{
	position:relative;
	width:900px;
	margin:0px;
	padding:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}


#down{
	position:relative;
	height:30px;
	width:900px;
	clear:both;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;

}


/*  CLASS  */

.buttons{
	position:relative;
	height:40px;
	width:900px;
	clear:both;
}

.englobabtn{
	position:relative;
	height:32px;
	width:580px;
	margin-right:auto;
	margin-left:auto;
	padding-left:280px;
	top: 5px;

}

.logo{
	position:relative;
	height:210px;
	width:210px;
	float:left;
	left: 100px;
	background-image:url(../img/index/logo.jpg);
	background-repeat:no-repeat;
	top: 10px;
}

.txtTopMaiuscula{
	position:relative;
	height:70px;
	width:550px;
	float:left;
	left: 335px;
	top:105px;
	text-align:center;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:60px;

}

.txtTopMinuscula{
	position:relative;
	height:40px;
	width:550px;
	float:left;
	left: 335px;
	top:100px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#333333;
}

.color{
color:#adc9da;
}

/*  DOWN */

.p{
	position:relative;
	height:20px;
	width:450px;
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.copy{
	font-size:13px;
}

/* link button top */

.btn{
position:relative;
height:23px;
width:100px;
float:left;
margin-left:10px;
padding-top:6px;
text-align:center;
font-family:Arial Narrow, Arial, Helvetica, sans-serif;
font-size:13px;
letter-spacing:1px;
border:#f1edea solid 1px;
}

a.btn:link{
text-decoration:underline;
background-color:#b3cddc;
border:#ffffff solid 1px;
color:#333333;
}

a.btn:visited{
text-decoration:underline;
background-color:#b3cddc;
border:#ffffff solid 1px;
color:#333333;
}

a.btn:hover{
background-color:#cddeeb;
border:#ffffff solid 1px;
color:#333333;
}

a.btn:active{
text-decoration:underline;
background-color:#b3cddc;
border:#ffffff solid 1px;
color:#333333;
}


/* LINK GERAL  */

a.geral:link{
text-decoration:underline;
color:#333333;
}

a.geral:visited{
text-decoration:underline;
color:#333333;
}

a.geral:hover{
text-decoration:underline;
color:#b3cddc;
}

a.geral:active{
text-decoration:underline;
color:#333333;
}
