/* Hoja de estilo Mondoñedo QR */

body {
	background-color: white;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 4em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 3em;
	color: #aab2bd;
}

p {
	font-size: 2em;
	font-family: 'Roboto', sans-serif;
}

.centrado {
	text-align: center;
}

.pad-20 {
	padding: 20px;
}

.barra-idiomas {
	height: 60px;
	background-color: #addc79;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
}

.bandera-idioma-selec {
	height: 55px; 
	float: right; 
	margin-right: 12px;
	margin-left: 12px;
	border-radius: 10px;
	border: 5px solid #6094f1;
}

.bandera-idioma-no-selec {
	height: 55px; 
	float: right; 
	margin-right: 12px;
	margin-left: 12px;
	border-radius: 10px;
	border: 5px solid #addc79;
}

.foto-monumento {
	width: 100%;
	border-radius: 10px;
}