/*---------------------------------------------- ALERTA */div#perfil_alertas{	clear: both;	margin: 0 0 0px 0;	border-radius: 5px;	border: 1px solid #ddd;	background-color: #ddd;	overflow: hidden;}div.usuario_alerta{	position: relative;	margin: 0px 0 1px 0;	overflow: hidden;}div.usuario_alerta:nth-child(odd)	{	background-color: #f3f3f3;	}div.usuario_alerta:nth-child(even)	{	background-color: #fafafa;	}div.usuario_alerta:hover				{	background-color: white;	}	div.usuario_alerta_foto	{		position: absolute;		top: 5px;		left: 5px;		bottom: 5px;		width: 45px;		border-radius: 5px;		background-repeat: no-repeat;		background-position: center center;		background-size: cover;		cursor: pointer;	}	div.usuario_alerta_in	{		margin: 5px 5px 5px 60px;	}	div.usuario_alerta_datos	{		margin: 0 10px 0 0px;	}	div.usuario_alerta span.alerta_nombre	{		line-height: 20px;		font-size: 14px;		color: #dc143c;		font-weight: bold;	}	div.usuario_alerta span.alerta_coleccion	{		line-height: 24px;		font-size: 12px;		font-weight: bold;	}	div.usuario_alerta span.alerta_estado	{		line-height: 24px;		font-size: 12px;		font-weight: normal;	}	div.usuario_alerta_op	{		float: right;		margin: 0 0 20px 10%;		font-size: 0;		text-align: right;	}/*---------------------------------------- mensajes de la alerta */div.usuario_alerta_mensajes{	clear: both;	margin: 0 0 0px 0;	border-radius: 5px;	overflow: hidden;}div.usuario_alerta_mensaje{	position: relative;	margin: 0px 0 0px 0;	border-top: 1px solid #ddd;	overflow: hidden;}div.usuario_alerta_mensaje:nth-child(odd)	{	background-color: #eaeaea;	}div.usuario_alerta_mensaje:nth-child(even){	background-color: #f0f0f0;	}div.usuario_alerta_mensaje:hover				{	background-color: white;	}div.usuario_alerta_mensaje_usuario_foto{	position: absolute;	top: 5px;	left: 5px;	width: 45px;	height: 45px;	border-radius: 50%;	background-repeat: no-repeat;	background-position: center center;	background-size: cover;	cursor: pointer;}div.usuario_alerta_mensaje_in{	margin: 5px 5px 5px 60px;}div.usuario_alerta_mensaje_usuario_datos{	margin: 0 10px 0 0px;}div.usuario_alerta_mensaje span.alerta_mensaje_usuario_nombre{	line-height: 24px;	font-size: 15px;	color: #dc143c;	font-weight: bold;}div.usuario_alerta_mensaje span.alerta_mensaje_oferta_fecha{	line-height: 20px;	font-size: 12px;	color: #249325;	font-weight: bold;}