div.card{
	background-color: #fff;
	display: inline-block;
	width: 100%;
	margin: 7px 0;
	border-radius: 5px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
	transition: box-shadow .25s;
}
span.badge.new {
	font-weight: 300;
	font-size: 0.8rem;
	color: #fff;
	background-color: #26a69a;
	border-radius: 2px;
}
span.badge {
	min-width: 3rem;
	padding: 0 6px;
	margin-left: 14px;
	text-align: center;
	font-size: 1rem;
	line-height: 22px;
	height: 22px;
	color: #757575;
	float: right;
	box-sizing: border-box;
}
/*div.card:hover{
	transition: box-shadow .25s;
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}*/
div.card img{
	width: 100%;
	border-radius: 5px 5px 0 0;
	/*height: 400px;*/
}
.imgResponsive {
	width: 100%;
}
div.card img.perfil {
	width: 160px;
	height: 160px;
	border-radius: 5px 5px 0 0;
	border: 4px solid #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
	position: absolute;
	top: -140px;
	left: 20px;
}
div.card div.info ul {
	list-style-type: none;
	/*position: absolute;
	top: 0;
	right: 0;*/
	margin-left: 200px;
}
div.card div.info ul li {
	display: inline-block;
}
div.card div.info ul li a {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #2196F3;
	border-radius: 5px;
}
div.card div.info ul li a.name {
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	background-color: #2196F3;
}
.iconD {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
div.card div.info{
	padding: 10px;
	position: relative !important;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
div.card div.nombre{
	font-size: 1.1em;
	font-weight: thin;
	padding-bottom: 8px;
}
div.card span.precio{
	font-size: 1em;
	margin: 0 5px;
}
a.addCarrito{
	display: inline-block;
	background: #2196F3;
	outline: none;
	border: none;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px;
	text-decoration: none;
	text-transform: uppercase;
}
button.addCarrito{
	display: block;
	background: #E6114A;
	height: 36px;
	line-height: 36px;
	outline: none;
	border: none;
	padding: 0 2rem;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px 5px;
	text-transform: uppercase;
}
a.addCarrito:active{
	background: #1976D2;
}
button.addCarrito:active{
	background: #BA0032;
}
button.addCarrito i{
	font-size: 19px;
}
a.moreDetalle:active, a.moreDetalle:visited, a.moreDetalle:link, a.moreDetalle:hover{
	background: transparent;
	outline: none;
	border: none;
	padding: 5px;
	color: #2196F3;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px;
	position: absolute !important;
	top: 4px;
	right: 0;
	font-size: 1.1em;
	font-weight: thin;
}
a.moreDetalle i{
	font-size: 24px;
}