p.utilidades_idioma{
	width:auto;
	height:auto;
	float:left;
	margin:3px 0 0 0;
	padding:0;
	transition:0.5s ease all;
}
	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:30px;
		height:30px;
		float:left;
		margin:2px 3px 0 3px;
		padding:0;
		transition:0.5s ease all;
		opacity:0.6;	
		
	}
		p.utilidades_idioma a img{
			width:100%;
			height:100%;
			border-radius:50%;
			float:left;
			/*width:32px;*/
		}
	p.utilidades_idioma a.selec, p.utilidades_idioma a:hover{
		/*border:2px solid #fff;
		border-radius:5px;*/
		opacity:1;
	}