@charset "utf-8";
/* CSS Document */

.lightbox {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 500;
}

.lightbox-web {
	position: absolute;
	width: 90%;
	max-width: 900px;
	height: 80%;
	display: inline-block;
	top: 10%;
	margin-top: 0px;
	left: 50%;
	margin-left: -450px;
}

.lightbox-web-gigante {
	position: absolute;
	width: 90%;
	max-width: 1200px;
	height: 90%;
	display: inline-block;
	top: 5%;
	margin-top: 0px;
	left: 50%;
	margin-left: -600px;
}

.lightbox-web-grande {
	position: absolute;
	width: 90%;
	max-width: 900px;
	height: 80%;
	display: inline-block;
	top: 10%;
	margin-top: 0px;
	left: 50%;
	margin-left: -450px;
}

.lightbox-web-mediano {
	position: absolute;
	width: 90%;
	max-width: 600px;
	height: 80%;
	display: inline-block;
	top: 10%;
	margin-top: 0px;
	left: 50%;
	margin-left: -300px;
}

.lightbox-web-chico {
	position: absolute;
	width: 90%;
	max-width: 600px;
	height: 90%;
	max-height: 450px;
	display: inline-block;
	top: 50%;
	margin-top: -225px;
	left: 50%;
	margin-left: -300px;
}

.lightbox-web-mini {
	position: absolute;
	width: 90%;
	max-width: 500px;
	height: 90%;
	max-height: 300px;
	display: inline-block;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -250px;
}

.lightbox-iframe {
	background-color: #FFF;
	background-image: url(imagenes/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
	width: 100%;
	height: 100%;
	box-shadow: 15px 15px 20px #000;
}

.lightbox-cerrar-main {
	position: fixed;
	width: 100%;
	height: 0px;
	left: 0px;
	top: 0px;
	z-index: 75;
}

.lightbox-cerrar {
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 25px;
	margin-right: 40px;
}

.lightbox-cerrar-404 {
	background-color: #35F;
	background-color: #F00;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	padding: 5px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	z-index: 550;
}
/*
.lightbox-cerrar {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	margin-top: -moz-calc(15% - 15px);
	margin-top: -webkit-calc(15% - 15px);
	margin-top: -o-calc(15% - 15px);
	margin-top: calc(15% - 15px);
	z-index: 550;
}*/

.lightbox-main {
/*	background-color: #FFF;*/
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	height: -moz-calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height: -o-calc(100% - 40px);
	height: calc(100% - 40px);
	float: left;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.lightbox-header {
	width: 100%;
	float: left;
	margin: 0px;
	margin-bottom: 15px;
}

.lightbox-logo {
	width: 50px;
	height: 50px;
	float: right;
	margin: 10px;
}