* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-family: Roboto, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
}
html {
	background-color: #fff;
}
#menu,
#mapa,
#direccion,
#gps,
#dialogo,
#notificacion {
	display: none;
}

#busquedas {
	display: none;
}
body.busquedas #busquedas {
	display: block;
}
#busquedas form,
#busquedas div:first-of-type,
#busquedas section h1 img,
#busquedas section nav{
	display: none;
}
#busquedas div {
	position: relative;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
}
#busquedas section {
	margin: 0 auto;
	border: solid 1px #000;
	page-break-after: always;
}
#busquedas section > h1 {
	background-color: #8c4;
	color: #fff;
	text-shadow: 0 1px 3px #000;
	font-weight: bold;
	line-height: 40px;
	padding: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#busquedas section > img {
	width: 100%;
}
#busquedas section figure {
	width: 100%;
	padding-top: 9px;
	padding-left: 14px;
	box-sizing: border-box;
	line-height: 0;
}
#busquedas section figure img {
	width: 56px;
	margin: 6px 6px 0 0;
	opacity: 0.7;
}
#busquedas section address {
	position: relative;
	padding: 15px;
	background-color: #fff;
}
#busquedas section address img {
	position: absolute;
	width: 32px;
	left: 15px;
	top: 15px;
}
#busquedas section address h1,
#busquedas section address h2,
#busquedas section address h3,
#busquedas section address h4 {
	padding-left: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#busquedas section address h1 {
	font-weight: bold;
}
#busquedas section address h4 {
	margin-top: 15px;
}

