/*=============================================
PERFIL
=============================================*/
#perfil figure#imgPerfil img{

	width:80%;
	margin:10px 0;

}

#perfil #subirImagen{
	display:none;
	margin:20px 0px;
	border:2px dotted #ccc;
	overflow: hidden;
	padding:40px;
	cursor:pointer;
}

#perfil #subirImagen img{
	width:100%;
	padding:10px;
}

#perfil #subirImagen #datosImagen{
	height:65px;
}




.lista-de-deseos li figure{
	overflow:hidden;    
}
.lista-de-deseos  a{
    display: inline-block;
}
.lista-de-deseos li figure a img{
  border-radius: 8px;
    border-color: #B9B9B9;
    border-width: 0.5px;
    border-style: solid;  
}
.lista-de-deseos li a img:hover{
	transition: 0.3s all ease;
	opacity: .8;
	transform: scale(1.1,1.1);

}
.lista-de-deseos li h4 small{
	font-size: 16px;
}
.lista-de-deseos li h4 small a{
	 color:#282D62;   
     font-family: "Roboto-Medium", sans-serif;
     font-weight: 700; 
}

.lista-de-deseos li h2{
	margin-top:-10px; 
}
