#links{
	width: 980px;
	height: 100px;
	float: left;
}


/** GALERIA **/
#galerias{
	width: 245px;
	height: 100px;
	background-image:url(../img/botoes/galerias.jpg);
	background-repeat: no-repeat;
	float: left;
}
a.btn-galeriasLink{
	width:245px;
	height:100px;
	float:left;
	background-image:url(../img/botoes/galeriasOn.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
a.btn-galeriasLink:hover{
	background-image:url(../img/botoes/galeriasOff.jpg);
	background-repeat: no-repeat;
}

/*DESTAQUES*/
#aniversarios{
	width: 245px;
	height: 100px;
	background-image: url(../img/botoes/aniversarios.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
a.btn-aniversariosLink{
	width:245px;
	height:100px;
	float:left;
	background-image:url(../img/botoes/aniversariosOn.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
a.btn-aniversariosLink:hover{
	background-image:url(../img/botoes/aniversariosOff.jpg);
	background-repeat: no-repeat;
}

/*RESERVAS*/
#reservas{
	width: 225px;
	height: 100px;
	background-image: url(../img/botoes/reservas.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
a.btn-reservasLink{
	width:225px;
	height:100px;
	float:left;
	background-image:url(../img/botoes/reservasOn.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
a.btn-reservasLink:hover{
	background-image:url(../img/botoes/reservasOff.jpg);
	background-repeat: no-repeat;
}

/*LISTA DE ENTRADA*/

#listaBonus{
	width: 265px;
	height: 100px;
	background-image:url(../img/botoes/listaBonus.jpg);
	background-repeat: no-repeat;
	float: left;
}
a.btn-listaBonus{
	width: 265px;
	height:100px;
	float:left;
	background-image:url(../img/botoes/listaBonusOn.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
a.btn-listaBonus:hover{
	background-image:url(../img/botoes/listaBonusOff.jpg);
	background-repeat: no-repeat;
}


/*PRE CADASTRO*/

a.btn-preCadastro{
	width:270px;
	height:90px;
	float:left;
	background-image:url(../img/botoes/preCadastroOn.jpg);
	text-indent:-9999px;
}
a.btn-preCadastro:hover{
	background-image:url(../img/botoes/preCadastroOff.jpg);
}

/*O HOT HOUR*/
a.btn-hotHour{
	width:270px;
	height:200px;
	float:left;
	background-image:url(../img/botoes/hotHourOn.jpg);
	text-indent:-9999px;
}
a.btn-hotHour:hover{
	background-image:url(../img/botoes/hotHourOff.jpg);
}