.infoproducto figure.visor img{
	display: none;
	cursor: crosshair;
}

.infoproducto figure.visor img:first-child{
	display: block;
}

.flexslider ul li{
	cursor: pointer;
}

.lupa{
	display: none;
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
}

.lupa img{
	position: relative;
	margin-top:-100%;
	margin-left:-50%;
	width: 160%;
}

.shareRedes i {
	margin-right: 10px;
}

.compartirRedes{
	box-shadow: none;
	margin: 0px;
	padding: 5px;
	border: 1px solid rgb(240,240,240);
}

.compartirRedes li p{
	color: #FFF;
	text-align: center;
	line-height: 30px;
	padding: 1px;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}

.btnFacebook{
	background-color: #46639f;
	
}

.btnTwitter{
	background-color: #00ACEE;
}

.btnGoogle{
	background-color: #D6513E;
}

.btnInstagram{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.alturaComentarios {
	height: 300px;
}

/*==================================================================*/
/* Medida de LG 													*/
/*==================================================================*/
@media (min-width:1200px){
	.videoPresentacion{
		height: 415px;
	}	
}


/*==================================================================*/
/* Medida de MD 													*/
/*==================================================================*/
@media (max-width:1199px) and (min-width:992px){
	.videoPresentacion{
		height: 350px;
	}
}


/*==================================================================*/
/* Medida de SM 													*/
/*==================================================================*/
@media (max-width:991px) and (min-width:768px){
	.videoPresentacion{
		height: 300px;
	}
}

/*==================================================================*/
/* Medida de XS 													*/
/*==================================================================*/
@media (max-width:767px) {
	.videoPresentacion{
		height: 200px;
	}

	.botonesCompra button{
		margin: 5px 0;
	}
}

