@charset "utf-8";

/* CSS Document */

#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}

.imagenes1 

{

    max-width: 100%;

	height:auto;

	cursor:pointer;

}

.mySlides 

{

	display:none;

	max-width: 100%;

	height:auto;

	cursor:pointer;

	margin-top:-17px;

}

.imagenes2

{

    max-width: 40%;

	height:auto;

	cursor:pointer;

}

.imagenes3

{

    max-width: 70%;

	height:auto;

	cursor:pointer;

}

.imagenes4

{

    max-width: 25%;

	height:auto;

	cursor:pointer;

}



.imagenredondabusqueda

{

	-webkit-border-radius: 100%;

	-moz-border-radius: 100%;

	border-radius: 100%;

	padding:0px;

	width:100px;

	height:100px;

	cursor:pointer;

}



.imagenredondaregistro

{

	-webkit-border-radius: 100%;

	-moz-border-radius: 100%;

	border-radius: 100%;

	padding:0px;

	

	cursor:pointer;

	 width:160px;

	height:160px;

}

.imagenredondaregistroproducto

{

	-webkit-border-radius: 100%;

	-moz-border-radius: 100%;

	border-radius: 100%;

	padding:0px;

	

	cursor:pointer;

	width:160px;

	height:160px;

}

