/* CSS Document */
body {
       margin:0;
       padding:0;
	   background-color: #ccede2;
       text-align:center; /* hack para o IE */	
}
#pagina {
	   position:relative;
       width: 965px;
	   background-image:  url(../imagens/fundo.gif);	   
	   background-color: #ffffff;
       margin-left:auto;			
       margin-right:auto;
       text-align:left; /* "remédio" para o hack do IE */	
}

a {
	text-decoration:none;
	color:#666666;
}

a.hover {
	text-decoration:underline;
}

a.link {
	text-decoration:none;
}

a.active {
	text-decoration:none;
}

#header {
	position: relative;
	height: 180px;
}

#logo {
	position: absolute;
	width:200px;
	height:100px;
	left: 82px;
	top: 30px;
}

#menusuperior {
	position: absolute;
	width:520px;
	height:100px;
	left: 400px;
	top: 40px;
}


#btCiespi {
	position:relative;
	float: left;
    background-image:  url(../imagens/fundo_ciespi.gif);	   
	width:74px;
	height:107px;
	left: 0px;
	top: 0px;
}

#botoesBtCiespi{
	margin-left:16px;
	margin-top:18px;
}


#btParcerias {
	position:relative;
	float: left;	
    background-image:  url(../imagens/fundo_parcerias.gif);	   
	width:95px;
	height:107px;
	left: 5px;
	top: 0px;
}

#btEquipe {
	position:relative;
	float: left;	
    background-image:  url(../imagens/fundo_equipe.gif);	   
	width:68px;
	height:107px;
	left: 10px;
	top: 0px;
}

#btFaleconosco {
	position:relative;
	float: left;	
    background-image:  url(../imagens/fundo_faleconosco.gif);	   
	width:138px;
	height:107px;
	left: 15px;
	top: 0px;
}


#btLingua {
	position:relative;
	float: left;	
    background-image:  url(../imagens/fundo_lingua.gif);	   
	width:138px;
	height:107px;
	left: 20px;
	top: 0px;
}

#creditos{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #555555;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;	
}