
/* Caja */

#myLightBox{
	position:fixed;
	z-index:100000000002;
	padding:20px;
	background: #ffffff;
	/*-moz-box-shadow:1px 1px 3px #686868;
	-webkit-box-shadow:1px 1px 3px #686868;
	box-shadow:1px 1px 3px #686868;*/
	border:1px solid #aaa;
}

#myLightBox.loading{
	background: #ffffff url("../images/preloadLightbox.gif") no-repeat center center;
}

/* Caja interior con scroll*/

#myLightBoxCont{
	position:relative;
	width:auto;
	height:100%;
	padding-right:10px;
	padding-left:10px;
	overflow:hidden;
}


/* boton cerrar */

#myLightBoxClose{
	position:absolute;
	width:auto;
	height:auto;
	cursor:pointer;
	padding:7px 10px;
	background:#ffffff;


/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 1px 3px #686868;
	-webkit-box-shadow:1px 1px 3px #686868;
	box-shadow:1px 1px 3px #686868;*/
	font-family:Arial,sans-serif;

	border:1px solid #aaa;
	 box-sizing: border-box;
}


/* Fondo que tapa la pantalla */

#myLightBoxCover{
	position:fixed;
	z-index:100000000001;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000000;
}

#titularPopUp{
	padding-bottom:35px;
	text-align:center;
}

#titularPopUp h1{
	font-size:200%;
	letter-spacing: 2px;
}


#subtitularPopUp{
	font-size: 120%;
}

#popUpTxt p.required {
	padding-top:10px;
}

#myLightBoxContIn{
	height:100%;
}

#myLightBoxContIn #contentError{
	position:relative;
	height:100%;
	display:table;
	width: 100%;
}

#myLightBoxContIn #contentErrorIn{
	position:relative;
	padding: 10px 0px;
	display:table-cell;
	vertical-align:middle;
	width: 100%;
}