	#participante
	{
		margin: 0px;
		padding: 0px;
		width:724px;
		background-image: url(/img/elems/linea_puntos.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		margin-left: 28px;
		margin-right: 20px;
	}

	#participante  span
	{
		display: block;
		padding-left: 20px;
		background-image: url(/img/ico/ponente.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
		font-size: 18px;
		color: #5B5B5B;
		font-family: Arial, Helvetica, sans-serif;
		font-weight : bold;
	}

	.miembros
	{
		display: block;
		width: 740px;
		margin-top: 30px;
                padding-bottom: 15px;
		font-family: Arial, Helvetica, sans-serif;
	}


	.miembros li
	{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
                margin-bottom: 15px;
	}

        .miembros strong
        {
	font-size: 11px;
        font-weight: bold;
        color: rgb(96, 153, 32);
        }

        .miembros p
        {
	font-size: 11px;
        margin-top: 0px;
        margin-bottom: 3px;
        }

