/* CSS Document */
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0%; 
    left:0%; 
    width:100%; 
    height:100%; 
    background:url(../imagenes/lightbox/70.png) repeat; 
    text-align:center;
		z-index: 1000;
}

#btn_lightbox {
	
    margin-left:35%;  
}

#lightbox img {
	
    box-shadow:0 0 55px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:700px;
}

#contenthtml{
	margin:5% auto;
	display:block;
}