#list-menu img{
	width:30px;
	height:30px;
}
.text-overflow{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.btn,.alert{ border-radius: 0 }
.btn-primary2{			color: white;	background-color: #ff6600;	border-color:white;		}
.btn-primary3 {		    color: #ff6600; background-color: white;    border-color: #ff6600;  }
.btn-primary2:hover{	color: white;	background-color: #d65600;		}
.btn-primary3:hover{	color:#ff6600;	background-color: lightgrey;	}
.svg{
	background-position: center center;
	background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 1.2em;
    width: 1.2em;
}
.svg-todos	{ background-image:url(/iconos/icono-aldente.svg)	}
.svg-star	{ background-image:url(/img/iconos/icono-estrella.svg)	}
.svg-heart	{ background-image:url(/img/iconos/icono-corazon.svg)	}
.svg-list	{ background-image:url(/img/iconos/icono-listado.svg)	}
.svg-th		{ background-image:url(/img/iconos/icono-mosaico.svg)	}
.svg-map	{ background-image:url(/img/iconos/icono-mapa.svg)		}
.svg-cart	{ background-image:url(/img/iconos/icono-carrito.svg)	}
.svg-search	{ background-image:url(/img/iconos/icono-lupa.svg)	}
.svg-print	{ background-image:url(/img/iconos/icono-print.svg)	}