/* INICIO */
#bt1 a{
background-image:url(../img/menu1.jpg);
height:30px;
width:60px;
background-position: center top;
display: block;
color: #FFFFFF;
text-align: center;
text-decoration: none;
float:right;
padding-top: 5px;
background-repeat: no-repeat;
}
#bt1 a:hover{
background-image:url(../img/menu2.jpg);
font-weight: bold;
}
#bt1 a:focus{
background-image:url(../img/menu2.jpg);
}

/* info de interés */
#bt2 a{
background-image:url(../img/menu1.jpg);
height:30px;
width:120px;
background-position: center top;
display: block;
color: #FFFFFF;
text-align: center;
text-decoration: none;
float:right;
padding-top: 5px;
background-repeat: no-repeat;
}
#bt2 a:hover{
background-image:url(../img/menu2.jpg);
font-weight: bold;
}
#bt2 a:focus{
background-image:url(../img/menu2.jpg);
}

/* otros servicios */
#bt3 a{
background-image:url(../img/menu1.jpg);
height:30px;
width:125px;
background-position: center top;
display: block;
color: #FFFFFF;
text-align: center;
text-decoration: none;
float:right;
padding-top: 5px;
background-repeat: no-repeat;
}
#bt3 a:hover{
background-image:url(../img/menu2.jpg);
font-weight: bold;
}
#bt3 a:focus{
background-image:url(../img/menu2.jpg);
}

/* staff */
#bt4 a{
background-image:url(../img/menu1.jpg);
height:30px;
width:50px;
background-position: center top;
display: block;
color: #FFFFFF;
text-align: center;
text-decoration: none;
float:right;
padding-top: 5px;
background-repeat: no-repeat;
}
#bt4 a:hover{
background-image:url(../img/menu2.jpg);
font-weight: bold;
}
#bt4 a:focus{
background-image:url(../img/menu2.jpg);
}

/* tour y excursiones */
#bt5 a{
background-image:url(../img/menu1.jpg);
height:30px;
width:150px;
background-position: center top;
display: block;
color: #FFFFFF;
text-align: center;
text-decoration: none;
float:right;
padding-top: 5px;
background-repeat: no-repeat;
}
#bt5 a:hover{
background-image:url(../img/menu2.jpg);
font-weight: bold;
}
#bt5 a:focus{
background-image:url(../img/menu2.jpg);
}

/* contacto */
#bt6 a{
background-image:url(../img/menu1.jpg);
height:30px;
width:100px;
background-position: center top;
display: block;
color: #FFFFFF;
text-align: center;
text-decoration: none;
float:right;
padding-top: 5px;
background-repeat: no-repeat;
}
#bt6 a:hover{
background-image:url(../img/menu2.jpg);
font-weight: bold;
}
#bt6 a:focus{
background-image:url(../img/menu2.jpg);
}
/* contacto */
#espacio{
	width:355px;	
	height:30px;
	background:url(../img/espacio.jpg);		
}