div.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;}
div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;}

/** Posiciones **/
div.jGrowl {
	position:			absolute;}
body > div.jGrowl {
	position:			fixed;}
div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;}
div.jGrowl.top-right {
	right: 				1px;
	top: 				54px;}
div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;}
div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;}
div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					250px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			'ARegular',Arial, Helvetica, sans-serif;
	font-size: 				14px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	line-height:			22px; }
div.jGrowl div.jGrowl-notification {
	min-height: 			40px;}
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				5px 16px 0px 0px;}
div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;}
div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;}
div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;}

/* ajustes */
.notification, div.jGrowl div.jGrowl-closer {
	background: url('../img/backgrounds/bg-jGrowl.png') repeat-x #000;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))), rgba(0, 0, 0, 0.85);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.85);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.85);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.85);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.85);
	background: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.85);
	border-color: black;
	box-sizing: border-box;}
.notification {
	color: #CACACA;
	padding: 11px 15px !important;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px;
	position: relative;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 2px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 2px 7px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 2px 7px rgba(0, 0, 0, 0.5);	}
.notification h3 {
	font-family: 'ABold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 4px;
	margin-top: 0;
	padding-left:55px;}

.closebox {
	position: absolute;
	z-index: 88;
	top: 5px;
	right: 10px;
	padding: 0 2px 0 2px;
	font-family: 'ABold', Arial, Helvetica, sans-serif;
	color:#FFFFFF !important;
	content:"\f00d";
	font-size: 26px;
	line-height: normal;
	font-weight: bold;
	height: 16px;
	min-width: 12px;
	text-align: center;
	-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	cursor: pointer;}
	
.notification-icon, .notification-icon-negative {
	display: none /*initially hidden*/;
	width: 51px;
	height: 51px;
	background: url(../img/main/Estrella_Aprecia.png) no-repeat center center transparent;
	position: absolute;
	left: 12px;
	top: 6px;}
.notification-icon-negative {
	background: url(../img/main/Estrella_Aprecia.png)  no-repeat center center transparent;}
.notification.with-icon .notification-icon {
	display:block;}
.jGrowl-message strong, .jGrowl-message b {
	color:#fff;}

/** Ocultar jGrowl al imprimir **/
@media print {
	div.jGrowl {
		display:none;}
}