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


/*botoes da barra lateral*/
.botao_inicio{
	text-decoration:none;
	border:none;
	margin:0px;
	background:url(images/bot_inicio_def_pt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:146px;
	height:58px;
}

.botao_inicio:hover{
	text-decoration:none;
	border:none;
	margin:0px;
	background-image:url(images/bot_inicio_over_pt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:146px;
	height:58px;
}

.botao_inicio:active{
	text-decoration:none;
	border:none;
	margin:0px;
	background-image:url(images/bot_inicio_click_pt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:146px;
	height:58px;
}

.botao_ninhadas{
	text-decoration:none;
	border:none;
	margin:0px;
	background:url(images/bot_ninhadas_def_pt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:146px;
	height:58px;
}

.botao_ninhadas:hover{
	text-decoration:none;
	border:none;
	margin:0px;
	background-image:url(images/bot_ninhadas_over_pt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:146px;
	height:58px;
}

.botao_ninhadas:active{
	text-decoration:none;
	border:none;
	margin:0px;
	background-image:url(images/bot_ninhadas_click_pt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:146px;
	height:58px;
}


.botao_contactos{
	text-decoration:none;
	border:none;
	margin:0px;
	background:url(images/bot_contactos_def_pt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:146px;
	height:58px;
}

.botao_contactos:hover{
	text-decoration:none;
	border:none;
	margin:0px;
	background-image:url(images/bot_contactos_over_pt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:146px;
	height:58px;
}

.botao_contactos:active{
	text-decoration:none;
	border:none;
	margin:0px;
	background-image:url(images/bot_contactos_click_pt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:146px;
	height:58px;
}

.botao_ingles{
	text-decoration:none;
	border:none;
	margin:0px;
	background-image:url(images/bot_en.png);
	background-repeat:no-repeat;
	background-position:center;
	width:50px;
	height:44px;
}


/*botao de voltar*/
.botao_voltar{
	text-decoration:none;
	border:none;
	margin:0px;
	background:url(images/bot_voltar_pt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:152px;
	height:49px;
}












