@charset "utf-8";
/* CSS Document */





/*		Lightbox		*/
.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: 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%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	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 {
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}*/

.lightbox-cerrar {
	position: absolute;
	width: 30px;
	height: 30px;
	float: right;
	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: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: -o-calc(100% - 100px);
	height: calc(100% - 100px);
	float: left;
	padding: 20px;
	margin-top: 60px;
	text-align: left;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	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: #054;*/
	background-color: #06C;
	width: -moz-calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	width: -o-calc(100% + 40px);
	width: calc(100% + 40px);
	color: #FFF;
	padding: 15px 20px;
	top: 0px;
	left: 0px;
	margin-bottom: 25px;
	box-sizing: border-box;
/*	z-index: 1;*/
}

.lightbox-subtitulo {
	width: 100%;
/*	border-bottom: #C58 2px solid;*/
	border-bottom: #B00 2px solid;
	float: left;
/*	color: #C58;*/
	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);
/*	width: 100%;*/
	float: left;
	text-align: center;
	padding: 10px;
/*	box-sizing: border-box;*/
}