/*** botones menu ***/
.menu {
	float:left;
	width:196px;
	height:133px;
}
.home-menu{
	float:left;
	display: block;
	width: 196px;
	height: 133px;
	background: url("images/boton-home.png") no-repeat 0 0;
}
.home-menu:hover{
	background-position: 0 -133px;
}
.home-menu span{
	display: none;
}
/**/
.autor-menu{
	float:left;
	display: block;
	width: 196px;
	height: 133px;
	background: url("images/boton-autor.png") no-repeat 0 0;
}
.autor-menu:hover{
	background-position: 0 -133px;
}
.autor-menu span{
	display: none;
}
/**/
.micoleccion-menu{
	float:left;
	display: block;
	width: 196px;
	height: 133px;
	background: url("images/boton-micoleccion.png") no-repeat 0 0;
}
.micoleccion-menu:hover{
	background-position: 0 -133px;
}
.micoleccion-menu span{
	display: none;
}
/**/
.info-menu{
	float:left;
	display: block;
	width: 196px;
	height: 133px;
	background: url("images/boton-info.png") no-repeat 0 0;
}
.info-menu:hover{
	background-position: 0 -133px;
}
.info-menu span{
	display: none;
}
/**/
.contactos-menu{
	float:left;
	display: block;
	width: 196px;
	height: 133px;
	background: url("images/boton-contactos.png") no-repeat 0 0;
}
.contactos-menu:hover{
	background-position: 0 -133px;
}
.contactos-menu span{
	display: none;
}
/************************menu info *************************/
.menu_info {
	float:left;
	width:196px;
	height:133px;
}
.home-menu{
	float:left;
	display: block;
	width: 196px;
	height: 133px;
	background: url("images/boton-home.png") no-repeat 0 0;
}
.home-menu:hover{
	background-position: 0 -133px;
}
.home-menu span{
	display: none;
}
/******************* menu mi coleccion ***************************/
.menu-coleccion {
	float:left;
	width:442px;
	height:332px;
}
.coleccion-cactus{
	float:left;
	display: block;
	width: 442px;
	height: 332px;
	background: url("images/boton-coleccion-cactus.jpg") no-repeat 0 0;
}
.coleccion-cactus:hover{
	background-position: 0 -332px;
}
.coleccion-cactus span{
	display: none;
}
/********/
.coleccion-suculentas{
	float:left;
	display: block;
	width: 442px;
	height: 332px;
	background: url("images/boton-coleccion-suculentas.jpg") no-repeat 0 0;
}
.coleccion-suculentas:hover{
	background-position: 0 -332px;
}
.coleccion-suculentas span{
	display: none;
}