#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 299px;
	/*background-image:url(imagenes/solapas-ficha-centro.gif);*/
	visibility: hidden;
	z-index: 100;
	font-size: 0.7em;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	text-align:left;

}


#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


.foto-persona {
	float:left;
	border: 2px solid #999999;
	margin-right: 13px;
	margin-bottom: 13px;
}

.tarjeta {
	background-image: url(../imagenes/tarjeta-visita-med.gif);
	background-repeat:  repeat-y;
	height: 140px;
	width: 299px;
	padding:0px 15px;
	font-size:1.3em;
}


.tarjeta span.foto {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.tarjeta span.nombre {
	font-weight:bold;
}

.tarjeta span.dpto {
	color:#666666;
}

.tarjeta span.datos {
	color:#666666;
	font-size:0.8em;
}