p.utilidades_idioma{
	width:auto;
	height:auto;
	float:right;
	margin:3px 0 0 auto;
	padding:0;
	display:none;
}
	p.utilidades_idioma span{
		width:auto;
		float:left;
		margin:5px 5px 0 0;
		padding:0;
		color:#fff;
		font-size:13px;
		display:none;
	}
	p.utilidades_idioma a{
		width:auto;
		float:left;
		margin:2px 5px 0 5px;
		padding:0;
		border:none;
		border-radius: 50%;
		overflow: hidden;
		width: 29px;
		height: 29px;
		transition:0.3s ease all;
	}
		p.utilidades_idioma a img{
			float:left;
			/*width:32px;*/
			height: 100%;
			width: auto;
		}
	p.utilidades_idioma a.selec, p.utilidades_idioma a:hover{
		border:none;
		filter: grayscale(1);
	}
	
#movil p.utilidades_idioma{width:20%;position: absolute;right: 0;top: 0;}
#movil p.utilidades_idioma a{width: 24px;height: 24px;}