/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-blank div:last-child{
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    opacity: 0;
}



.cloudzoom-lens {
    border:5px solid #888;
    width:150px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:850px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index:9999;
    background-color: #ffffff;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
    z-index:9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-size:11px;
}

/* A blank image */
.cloudzoom-blank {
    background:url("../img/blank.png");
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url("../img/ajax-loader.gif");
    width:32px;
    height:32px;
}

/* div that surrounds Cloud Zoom image and content slider. */
#surround {
     width:50%;
     min-width: 256px;
     max-width: 480px;
}

/* Image expands to width of surround */
img.cloudzoom {
     width:100%;
}

/* CSS for slider - will expand to width of surround */
#slider1 {
    margin-left:20px;
    margin-right:20px;
    position:relative;
    overflow-x:auto;
}
.imagenes_pequenas{
    border: 1px solid #0b0b0b;
    margin: 5px;
}

