/*=======================================
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;
	
}

.select2-container .select2-selection--single{
	height: 34px !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	height: 32px !important;
}