*{
padding: 0px;
margin: 0px;
}
.text{
padding:10px 0px 20px 0px;
}
.showlightbox{
border: solid black 1px;
color:black;
text-align: center;
margin: 0 auto;
cursor: pointer;
padding:4px;
}
#lightbox{
background-color: rgba(0, 0, 0, 0.8);
width: 100%;
top:0;
position: fixed;
display: none; 
left: 0;  
height: 100%;
border-radius: 2px;
z-index:9999999;
}
.contenedor{
width:90%;
max-width:600px;
background-color:#fff;
margin:0 auto;
height:300px;
overflow-y:scroll;
margin-top:40px;
border-radius:2px;
padding:10px;
}
.close{
color: #fff;
text-align: center;
display: block;
padding-top: 30px;
cursor: pointer;
width:100%;
margin: 0 auto;
}