body {
	font-family: 'Open Sans', sans-serif;

	background-image: url('images/dini-background.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}

#titulo {
	font-size: 3em; /* Nova Square */
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'Nova Square', cursive;
}

a:link    {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:underline;}
a:active  {text-decoration:underline;}

#logo {
	float:left;
	margin: 0em 1em 0em 0em
}

#fotografia {
	float: left;
	margin: 0em 1em 0em 0em
}

.clear {
	clear:both;
}

.icono {
	width: 1em;
	height: 1em;
}

#idioma {
	border: 1px solid gray;
	background-color: Gainsboro;
	float: right; 
	margin-bottom: 1em; 
	margin-left: 1em;
	padding: 0.2em 0.6em 0.2em 0.6em;
	font-size: small;
}


/*
@media only screen and 
(-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape), 
(min-device-pixel-ratio: 1.5) and (orientation: landscape) 
*/

@media only screen and 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-device-pixel-ratio: 1.5) 
{

/*
#logo {
	width: 130px;
	height: 80px;
	background-size: 100% auto;

}
*/

#titulo {
	font-size: 2em;
}

} /* Fin de @media min-device-pixel-ratio: 1.5 */

