@charset "utf-8";
/* CSS Document */
.modal{background:rgba(0,0,0,0.8); width:100%; height:100%; z-index:100; position:absolute; top:0px}
.imagenes {width:800px; height:450px; position:absolute; z-index:110}

.imgBtnClose{width:30px; height:30px; background-image:url(../img/closeBtnGal.png); cursor:pointer; position:absolute; top:-40px; right:0px}
.imgBtnPrint{width:30px; height:30px; background-image:url(../img/printGalBtn.png); cursor:pointer; position:absolute; top:-40px; left:0px}
.imgBtnDescargar{width:30px; height:30px; background-image:url(../img/downBtnGal.png); cursor:pointer; position:absolute; top:-40px; left:0px}
.loading{background-image:url(../img/loading.gif); width:32px; height:32px; position:absolute; top:50%; left:50%; margin-top:-16px; margin-left:-16px; display:none}
.imgLeftArrow{ background-image:url(../img/arrowSlide.png); width:53px; height:88px; position:absolute; left:-110px; cursor:pointer; top:50%; margin-top:-44px}
.imgRightArrow{ background-image:url(../img/arrowSlideR.png); width:53px; height:88px; position:absolute; right:-110px; cursor:pointer; top:50%; margin-top:-44px}
.imgLeftArrow:hover{ background-image:url(../img/arrowSlideHover.png);}
.imgRightArrow:hover{ background-image:url(../img/arrowSlideRHover.png);}

