.notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 420px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 100%;
	background-color:#333; /* ;#BDE5F8;*/
    /*background-image: url('../imagenes/Aviso_mensaje.png');*/
	 background-repeat: no-repeat;
	  background-position: 10px center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #eee;
	  padding:15px 10px 15px 50px;
	
	font-family: lucida Grande;
	font-size: 11px;
	border: 3px solid #ffffff;/*#999;*/
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	text-align:left;
	
}
.notice-item a{color:#ffffff;}
.notice-item a.hover{color:#FF8102;}
.noticie-item img {vertical-align: middle;}


.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
