.white-popup {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 580px;
    height: 280px;
    padding: 20px;
    background: white;
}
.white-popup p {
    margin-top: 0px;
}
.white-popup .shadow-container {
    overflow-y: scroll;
    font-family: 'Indie Flower', cursive;
    height: 100%; width: 100%;
}

.mfp-close {	    
    position: absolute;
    right: -19px;
    top: -19px;
}


.mfp-bg {
	top: 9px;
	left: 8px;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background-repeat: no-repeat;
	background-image: url("../images/slider/lightbox_fondonaranja.png");
}

.naranja .mfp-bg { background-image: url("../images/slider/lightbox_fondonaranja.png"); }
.azul .mfp-bg { background-image: url("../images/slider/lightbox_fondoazul.png"); }
.verde .mfp-bg { background-image: url("../images/slider/lightbox_fondoverde.png"); }

.over_shadow { z-index: 2050; position: absolute; }
