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

.bordeLinks
{
	background-image: url(../images/bordeLinea.jpg);
	background-repeat:repeat-x;
	clear: both;
	width: 780px;
	height: 5px;
}

.links
{
	clear: both;	
}

.links a
{
	display: block;	
}

.links a:hover img
{
	visibility: hidden;
}

.links div
{
	float: left;
	height: 17px;	
	cursor: pointer;
}

/* BOTONES **/
#btnAire
{
	background-image: url(../images/links/btnAire2.jpg);
	width: 154px;	
}
#btnAire img:hover
{
	visibility: hidden;
}

#btnHotel
{
	background-image: url(../images/links/btnHotel2.jpg);
	width: 68px;	
}
#btnHotel img:hover
{
	visibility: hidden;
}

#btnRestaurante
{
	background-image: url(../images/links/btnRestaurante2.jpg);
	width: 111px;	
}
#btnRestaurante img:hover
{
	visibility: hidden;
}

#btnActividades
{
	background-image: url(../images/links/btnActividades2.jpg);
	width: 122px;	
}
#btnActividades img:hover
{
	visibility: hidden;
}

#btnTarifas
{
	background-image: url(../images/links/btnTarifas2.jpg);
	width: 149px;	
}
#btnTarifas img:hover
{
	visibility: hidden;
}

#btnEnlaces
{
	background-image: url(../images/links/btnEnlaces2.jpg);
	width: 86px;	
}
#btnEnlaces img:hover
{
	visibility: hidden;
}

#btnContacto
{
	background-image: url(../images/links/btnContacto2.jpg);
	width: 88px;	
}
#btnContacto img:hover
{
	visibility: hidden;
}

#btnCatala
{
	background-image: url(../images/links/btnCatala2.jpg);
	width: 59px;	
}
#btnCatala img:hover
{
	visibility: hidden;
}

#btnCastellano
{
	background-image: url(../images/links/btnCastellano2.jpg);
	width: 98px;	
}
#btnCastellano img:hover
{
	visibility: hidden;
}

#btnEnglish
{
	background-image: url(../images/links/btnEnglish2.jpg);
	width: 75px;	
	height: 19px;
}
#btnEnglish img:hover
{
	visibility: hidden;
}
#btnface
{
	background-image: url(../images/iconos/face.png);
	width: 123px;	
	height: 19px;
	float:right;
	margin-right:45px;
}
#btnface img:hover
{
	visibility: hidden;
}

#btnReservar
{
	background-image: url(../images/areaLateral/reservar2.png);
	width: 76px;	
	height: 14px;
	margin: auto;
	margin-top: 7px;
}

#btnReservar a
{
	display: block;	
}
#btnReservar a:hover img
{
	visibility: hidden;
}

