.overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.overlay img {
	border: 5px solid #fefefe;
    border-radius: 3px;
    width: 100%;
}
#cursol {
  position: absolute;
  padding: 5px;
  color: #fff;
  background: #aaa;
}
.lightBox_Image img{
	cursor: pointer;
}
#box_clese {
    color: white;
    cursor: pointer;
    font-family: serif;
    font-size: 5em;
    position: absolute;
    right: -70px;
    top: -64px;
    vertical-align: top;
}
.image_lightbox {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#clase_position{
	bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.clase_position1{
    height: 80%;
    width: 35%;
}
.clase_position2{
    height: 70%;
    width: 50%;
}
