
.perfil-contenedor{
	height:10em;
	display: inline-block;
	position: relative;
}
.perfil-contenedor .imagen-perfil{
	height:100%;
	width:40%;
	display: inline-block;
    position: relative;
}

.imagen-perfil img{
	max-height: 90%;
	max-width: 90%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
		
}

.imagen-perfil .no-photo{
	max-height: 90%;
	max-width: 90%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size:4em;
	padding-top:50%;
	display:none;
}



.perfil-contenedor  .datos-perfil{
	height:100%;
	width:60%;
	float:right;
}
.datos-perfil .text{
	display:block;
}
.datos-perfil b{
	font-size:1.05em;
	padding-top:15%;
	padding-bottom:10%;
}
.datos-perfil small{
	font-size:0.85em;
}