/* Para tablets de 760 a 900 px */
html, body {
	background: url(../images/background-m.jpg) no-repeat center center fixed #022dd2;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#innerhd {
	max-width: 900px;
}
 @media screen and (max-width: 810px) {
#page-container.gallery{
	width: 100%;
}
#centered {
	width: 550px;
}
#menu nav[role="navigation"] ul li a {
	font-size:95%;
	padding: 5px 10px;
}
}
