div.perfil
{
	background-color:	#E4E4E4;
	padding:			1.5em;
	padding-right:		0;
	-moz-border-radius:	5px;
	-webkit-border-radius:	5px;
	border-radius:		5px;
	overflow:			hidden;
}

div.perfil img.avatar
{
	vertical-align:	top;
	float:			left;
	margin-right:	1em;
}

div.perfil .contenedor-info
{
	float:				left;
	width:				80%;
}

div.perfil .contenedor-info .nombre
{
	margin-top:		0;
	font-size:		1.2em;
	font-weight:	bold;
}

div.actividades table
{
    border:             1px dashed #CDCEC8;
	width:				100%;
    margin-top:			1em;
	padding:			1em;
}

div.actividades table caption
{
	font-weight:		bold;
	margin-bottom:		0.5em;
}

div.actividades table td
{
	padding:			0.2em;
}
