ul.nav-top{

		margin: 0px;
	    padding-left: 0px;
	    list-style: none;
		height:14px;
		float: right;

}

ul.nav-top li {
    float: left;
}


ul.nav-top  a {
   		display: block; 
	    width: 57px;
		height:14px;
	    margin-right: 5px;
	    text-decoration:none;

}

/* BOTON 1*/
ul.nav-top li a.img1 {
background:url(../images/bt_chico_home.jpg) no-repeat 0 0;
}
ul.nav-top  li a.img1:hover {
background:url(../images/bt_chico_home.jpg) no-repeat 0 -14px;
}
/* BOTON 2*/
ul.nav-top li a.img2 {
background:url(../images/bt_chico_mapa.jpg) no-repeat 0 0;
}
ul.nav-top  li a.img2:hover {
background:url(../images/bt_chico_mapa.jpg) no-repeat 0 -14px;
}
/* BOTON 3*/
ul.nav-top li a.img3 {
background:url(../images/bt_chico_contacto.jpg) no-repeat 0 0;
}
ul.nav-top  li a.img3:hover {
background:url(../images/bt_chico_contacto.jpg) no-repeat 0 -14px;
}
/* BOTON 4*/
ul.nav-top li a.img4 {
background:url(../images/bt_home4.jpg) no-repeat 0 0;
}
ul.nav-top  li a.img4:hover {
background:url(../images/bt_home4.jpg) no-repeat 0 -55px;
}