#seleccion-idioma{
	background-color: rgba(255,255,255,0.95);
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}

div[idioma]{
	display: inline-block;
	width: 40%;
	min-width: 200px;
	max-width: 500px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	height: 100%;
	background-color: var(--color-azul);
	border-radius: var(--medida-radio-esquina);
	color: white;
	cursor: pointer;
}

div[idioma] div{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}

div[idioma] img{
	width: 90%;
	margin-top:30px;
	margin-bottom: 30px;
}

#seleccion-idioma div.centrar{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

#seleccion-idioma hr{
	color: var(--color-azul);
}
