/**
 * Comprimir con http://refresh-sf.com/yui/
 */
#NLC_opaqueLayer.strict {
	background-color: #000000;
	display: none;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
		left: 0px;
		top: 0px;
	width: 100%;
	z-index: 100000;
}
#NLC_textLayer {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#NLC_textLayer * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#NLC_textLayer {
	background-color: #000000;
	border: 2px solid #000000;
	border-radius: 0;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	/*height: 220px;*/
	padding: 10px;
	margin: -226px 0 0 0;
	position: fixed;
		bottom: 10px; 
		right: 10px;
	text-align: left;
	max-width: 100%;
	width: 260px;
	z-index: 100001;	
	-webkit-box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    3px 1px 5px 0px rgba(50, 50, 50, 0.37);
	box-shadow:         3px 1px 5px 0px rgba(50, 50, 50, 0.37);	
}
#NLC_textLayer.strict {
	font-size: 14px;
	height: 258px;
	margin: -125px 0 0 -235px;
	position: fixed;
		left: 50%;
		right: inherit;
		top: 50%;
}
#NLC_textLayer_Content {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0;
	position: relative;
		left: 0;
		top: 0;
	text-decoration: none;
}
#NLC_textLayer.strict #NLC_textLayer_Content {
}
#NLC_textLayer_Content p {
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
#NLC_textLayer_Content p a {
	color: #FFF;
	text-decoration: underline;
	font-size: inherit;
}
#NLC_textLayer_Content p a:hover {
	text-decoration: none;
}
#NLC_textLayer_Content #NLC_textLayer_Content_Title {
	color: #FFF;
	font-weight: bold;
	/*height: 24px;
	line-height: 18px;*/
	padding: 9px 20px 9px 10px;
	text-transform:uppercase;
}
#NLC_textLayer.strict #NLC_textLayer_Content #NLC_textLayer_Content_Title {
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	line-height: 24px;
	padding: 8px 30px;
}
#NLC_textLayer_Content p #NLC_textLayer_Content_Title_Close {
	color: #FFF;
	position: absolute;
		top: 8px;
		right: 5px;
	text-decoration: none;
}
#NLC_textLayer_Content p #NLC_textLayer_Content_Title_Close:hover {
	color: #CCC;
	text-decoration: none;
}
#NLC_textLayer_Content_Buttons {
	padding: 0 5px;
}
#NLC_textLayer.strict #NLC_textLayer_Content_Buttons {
	height: 40px;
}
#NLC_textLayer_Content_Accept,
#NLC_textLayer_Content_No_Accept {
	background: #fff;
	color: #000000;
	display: inline-block;
	line-height: 1.2em;
	margin: 0 5px 0 5px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
}
#NLC_textLayer.strict #NLC_textLayer_Content_Accept,
#NLC_textLayer.strict #NLC_textLayer_Content_No_Accept {
	margin: 9px 5px 0 5px;
	padding: 4px 8px;
	text-decoration: none;
}
#NLC_textLayer_Content_Accept {
	background: #ffffff;
}
#NLC_textLayer_Content_Accept:hover {
	background: #595959;
	color:#FFFFFF;
}
#NLC_textLayer_Content_No_Accept:hover {
	background: #595959;
}
#NLC_textLayer_Content_Message {
	/*height: 200px;*/
	margin: 0;
	padding: 5px 10px 20px 10px;
	overflow: auto;
	text-align: left;
	font-size:11px;
}
#NLC_textLayer.strict #NLC_textLayer_Content_Message {
	height: 170px;
	padding: 20px;
}

@media only screen and (max-width: 500px) {
	#NLC_textLayer {
		margin: 10px;
		max-width: 100%;
		left: 0;
		width: auto;
		height: auto;
		position: relative;
			bottom: 0; 
			right: 0;
	}
	#NLC_textLayer.strict {
		height: auto; 
		margin: 0 10px;
		position: fixed;
			bottom: inherit;
			left: 0;
			right: inherit;
			top: 10%;
		width: auto;
	}
	#NLC_textLayer_Content #NLC_textLayer_Content_Title {
		height: auto;
	}
	#NLC_textLayer.strict #NLC_textLayer_Content #NLC_textLayer_Content_Title {
		height: auto;
	}
	#NLC_textLayer_Content_Message {
		height: auto;
	}
	#NLC_textLayer.strict #NLC_textLayer_Content_Message {
		height: auto;
	}
	#NLC_textLayer_Content_Buttons {
		height: auto;
		padding-bottom: 4px;
	}
	#NLC_textLayer.strict #NLC_textLayer_Content_Buttons {
		height: auto;
		padding-bottom: 7px;
	}
}