@charset "utf-8";
/* CSS Document */

div#left a{
	width:200px;
	height:60px;
	display:block;
	text-indent:-2000px;
}
div#left a:hover{
	background-position:bottom;
}
div#left a.activo{
	background-position:bottom;
}

a#inicio {background-image:url(../img/inicio_btn.gif);
		  margin-top:30px;}
a#tattoos {background-image:url(../img/tattoo_btn.gif)}
a#piercings {background-image:url(../img/piercings_btn.gif)}
a#consejo {background-image:url(../img/consejos_btn.gif)}
a#contactos {background-image:url(../img/contacto_btn.gif)}
a#links {background-image:url(../img/enlaces_btn.gif)}
a#subtattoo {background-image:url(../img/tattoo_subbtn.gif)}
a#subpiercing {background-image:url(../img/piercing_subbtn.gif)}

div#submenu a{
	height:30px;
	display:block;
	width: 100px;
}
div#submenu a:hover{
	background-position:bottom;
}
div#submenu a.activo{
	background-position:bottom;
}
a#dondes {background-image:url(../img/donde_btn.gif);
		background-repeat:no-repeat;	
		border:none;}
a#foto {background-image:url(../img/fotos_btn.gif);
		background-repeat:no-repeat;	
}
a#tribales{
	background-image:url(../img/tribales_btn.gif);
	background-repeat:no-repeat;
}
a#oldschool {
	background-image:url(../img/oldschool_btn.gif);
	background-repeat:no-repeat;}
a#japo {
	background-image:url(../img/japones_btn.gif);
	background-repeat:no-repeat;}
a#covers {
	background-image:url(../img/tapamientos_btn.gif);
	background-repeat:no-repeat;}
a#real {
	background-image:url(../img/realistas_btn.gif);
	background-repeat:no-repeat;}
a#others {
	background-image:url(../img/otros_btn.gif);
	background-repeat:no-repeat;}
.navi {  
	list-style:none;
	margin:0;
	padding:0;
}
.navi li {
	float:left; /*para eliminar el comportamiento de elemento de bloque(salto de linea)*/
}
