#no-notificaciones {
	padding: 5px;
	border-radius: 3px;
	font-size: 11px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
}
.notificacion {
	padding: 5px;
	border-radius: 4px;
}
.notificacion div.icon {
	float: left;
	color: rgba(0,0,0,0.2);
	font-size: 25px;
	width: 18%;
	min-height: 30px;
	border-right: 1px solid rgba(0,0,0,0.07);
}
.notificacion div.data {
	float: left;
	color: rgba(0,0,0,0.7);
	font-size: 11px;
	width: 82%;
	padding-left: 10px;
	text-align: left;
	min-height: 30px;
}
.notificacion div.data a {
	float: none !important;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: inherit !important;
	font-size: 11px !important;
	color: #378fd3 !important;
	font-weight: 500;
}
.notificacion div.data span.select i {
	font-size: 13px;
	cursor:pointer;
}
.notificacion div.data span.t {
	color: rgba(0,0,0,0.2) !important;
}
.notificacion.nueva {
	background-color: #ebf2f9;
}