@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: 1400px;
	height: 80%;
	display: inline-block;
	top: 10%;
	margin-top: 0px;
	left: 50%;
	margin-left: -700px;
}

.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: 550px;
	height: 90%;
	max-height: 400px;
	display: inline-block;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -275px;
}

.lightbox-iframe {
	background-color: #999;
	background-image: url(imagenes/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	width: 100%;
	height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
/*	box-shadow: 15px 15px 20px #000;*/
	overflow-x: none;
	overflow-y: auto;
}

.lightbox-cerrar-main {
	position: fixed;
	width: 100%;
	height: 0px;
	left: 0px;
	top: 0px;
	z-index: 75;
}

.lightbox-cerrar {
	position: absolute;
	width: 30px;
	height: 30px;
	float: right;
	/*top: -15px;
	right: -15px;*/
	top: 15px;
	right: 15px;
	z-index: 150;
}

.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-contenido {
	background-color: #FFF;
	width: 100%;
	height: -moz-calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
	height: -o-calc(100% - 80px);
	height: calc(100% - 80px);
	float: left;
	padding: 20px;
	margin-top: 60px;
	text-align: left;
	box-sizing: border-box;
	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;
}

.lightbox-titulo {
	position: fixed;
	background-color: #06C;
	background-color: #08F;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	padding: 0px 20px;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	z-index: 25;
}

.lightbox-subtitulo {
	width: 100%;
	border-bottom: #B00 2px solid;
	float: left;
	color: #B00;
	padding: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
}

.lightbox-borde {
	border: #C0C0C0 1px solid;
	background-color: #FFF;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	float: left;
	text-align: center;
	padding: 10px;
}

.lightbox-footer {
	background-color: #FFF;
	position: fixed;
	width: 100%;
	height: 20px;
	left: 0px;
	bottom: 0px;
	z-index: 25;
}