/*=============================================
				INFOPRODUCTO
=============================================*/		

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

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

.flexslider{
	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%;
}

.compartirRedes{
	border:0px;
	box-shadow:none;
	margin:0px;
}

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

}

.btnFacebook{
	background:#46639f;
}

.btnGoogle{
	background:#d6513e;
}

/*.btnVariante{
    background-color:transparent;
}*/

button {
  background-color:  #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 10px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

.btnVariante {
        background-color: #1c87c9;
        border: none;
        color: white;
        padding: 2px 3px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        margin: 4px 2px;
        cursor: pointer;
}

.alturaComentarios{
	height: 300px;
}

.descripcionProducto{
	background-color: #FBFBFB;
}

.descripcionProducto table {
	border: 0;
	margin: auto;
}

.descripcionProducto th, td {
	padding: 8px;
	text-align: left;
	border-bottom: 2px solid rgb(120, 122, 124);
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.noexistencia{
	color:#FF0000;
	text-align: left;
	margin-bottom:10px;
}

.nocorresponder{
	color:#333333;
	text-align: left;
	margin-top:12px;
	margin-bottom:2px;
}

/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

	.videoPresentacion{

		height:415px;
	}

}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){
	
	.videoPresentacion{

		height:350px;
	}


}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){
	
	.videoPresentacion{

		height:300px;
	}



}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

	.videoPresentacion{

		height:200px;
	}

	.fondoBreadcrumb{
		font-size:12px;
	}

	.botonesCompra button{
		margin:5px 0;
	}
	
	.descripcionProducto th, td {
	    white-space: normal !important;
	}
	
	.descripcionProducto table {
		border: 0;
		margin: auto;
		width: 260px !important;
	}
	

}