/*/////////////////////////////////////////////////////////////////////////////////////////////// FALTAS */	div#perfil_scouter_faltas{	}	div#perfil_scouter_faltas_resultados{	box-sizing: border-box;	border-left: 1px solid #dadada;	border-bottom: 1px solid #dadada;	background-color: white;	overflow: hidden;}	div.perfil_scouter_faltas_usuario{	border-top-right-radius: 6px;	border-bottom-right-radius: 6px;	border: 1px solid #dadada;	border-left: none;	background-color: #eee;	background: linear-gradient(to bottom, white, #eee);	overflow: hidden; }	div.perfil_scouter_faltas_usuario_in{	position: relative;	margin: 5px 5px 5px 5px;	min-height: 60px;	overflow: hidden; }		div.perfil_scouter_faltas_usuario_foto	{		position: absolute;		top: 0;		left: 0;		width: 60px;		height: 60px;		border-radius: 30px;		background-position: center center;		background-repeat: no-repeat;		background-size: cover;	}		div.perfil_scouter_faltas_usuario_foto_pais	{		position: absolute;		top: 0px;		left: 0px;		width: 16px;		height: 12px;		background-repeat: no-repeat;		background-position: center center;		background-size: contain;		box-shadow: 1px 1px 5px 0px #999;	}		div.perfil_scouter_faltas_usuario_nombre	{		margin: 0 0 0 65px;		line-height: 20px;		overflow: hidden; 	}		div.perfil_scouter_faltas_usuario_nombre span	{		font-size: 15px;	}		div.perfil_scouter_faltas_usuario_nivel	{		margin: 0 0 0 65px;		line-height: 20px;	}		div.perfil_scouter_faltas_usuario_conexion	{		margin: 0 0 0 65px;		line-height: 20px;		color: #aaa;		font-size: 11px;	}			span.conexion_reciente		{			color: #228b22;			font-weight: bold;		}		div.perfil_scouter_faltas_usuario_nivel span	{		font-weight: bold;		font-size: 12px;	}		div.perfil_scouter_faltas_usuario_datos	{		margin: 0 0 0 65px;		line-height: 20px;		overflow: hidden; 	}		div.perfil_scouter_faltas_usuario_datos span	{		font-weight: normal;		font-size: 12px;	}			span.perfil_scouter_faltas_usuario_cfg_negociaciones		{			margin: 3px 3px 3px 8px;			display: inline-block;			box-shadow: 1px 1px 3px -1px #000;			border-radius: 3px;			line-height: 16px;			padding: 0 5px 0 5px;			font-size: 10px !important;			font-style: italic;			font-weight: bold;			color: white;			cursor: pointer;		}		span.perfil_scouter_faltas_usuario_cfg_negociaciones_naranja	{	background-color: #ff8c00;	}		span.perfil_scouter_faltas_usuario_cfg_negociaciones_rojo		{	background-color: red;	}			div#perfil_scouter_faltas_resultados span.etiqueta		{			display: inline-block;			margin: 0 0 0 1px;			border-radius: 3px;			padding: 0 4px 0 4px;			line-height: 14px !important;			font-size: 10px;			font-weight: normal;			color: white;			cursor: pointer;		}