#guia-por-tipo {
	position: fixed;
	left: 0px;
	bottom: 86px;
	z-index: 20;

	float: left;
	width: 100%;
	min-width: 700px;
	background-color: #FFFFFF;

	opacity: 0;
	display: none;
}

#guia-por-tipo.selected {
	display: block;
}

#guia-por-tipo article {
	position: relative;
	float: left;
	display: inline-block;
	width: 832px;
	left: 50%;
	margin: 20px 0px 20px -416px;
	overflow: hidden;

	-webkit-backface-visibility: hidden;
}

#guia-por-tipo article h2 {
	float: left;
	color: #666;

	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-size: 24px;
	line-height: 26px;
	font-style: italic;
	margin: 5px 0 0 0px;
}

#guia-por-tipo article p {
	float: left;
	clear: both;
	margin: 15px 0 10px 0;
	width: 99999px;
}

#guia-por-tipo article p > span {
	float: left;
	width: 180px;
}

#guia-por-tipo article p a {
	clear: both;
	float: left;
	color: #7e7e7e;
	font-size: 13px;
	line-height: 28px;
	font-weight: 500;

	-webkit-transition: color 0.2s linear, background-color 0.2s linear;
	-moz-transition: color 0.2s linear, background-color 0.2s linear;
	transition: color 0.2s linear, background-color 0.2s linear;
}

#guia-por-tipo article p a span, #guia-por-tipo article p a:hover, #guia-por-tipo article p a.selected {
	color: #0095ff;
}




@media only screen and (max-width: 1020px) {

	#guia-por-tipo {
		position: absolute;
		top: 50px;
		bottom: auto;
		min-width: 320px;
		z-index: 9;

		background-color: transparent;
	}

	#guia-por-tipo article {
		width: 100%;
		left: 0px;
		margin: 0px;
	}

	#guia-por-tipo article h2 {
		position: fixed;
		left: 0px;
		top: 50px;
		width: 100%;
		margin: 0px;
		padding: 0px;
		text-align: center;
		line-height: 50px;
		height: 50px;
		border-bottom: 1px solid #ccc;

		background-color: rgba(255, 255, 255, 0.8);

		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
		-o-box-shadow: 0 0 10px rgba(0,0,0,.5);
		-ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
		box-shadow: 0 0 10px rgba(0,0,0,.5);
	}

	#guia-por-tipo article p {
		float: left;
		clear: both;
		margin: 50px 0 100px 0;
		width: 100%;

		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
		-o-box-shadow: 0 0 10px rgba(0,0,0,.5);
		-ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
		box-shadow: 0 0 10px rgba(0,0,0,.5);
	}

	#guia-por-tipo article p > span {
		width: 100%;
	}

	#guia-por-tipo article p a {
		width: 100%;
		text-align: center;
		line-height: 40px;
		height: 40px;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		border-bottom: 1px solid #f2f2f2;

		-webkit-text-shadow: 0px 1px 1px #fff;
		-moz-text-shadow: 0px 1px 1px #fff;
		-o-text-shadow: 0px 1px 1px #fff;
		-ms-text-shadow: 0px 1px 1px #fff;
		text-shadow: 0px 1px 1px #fff;

		background-color: rgba(255, 255, 255, 0.9);
	}

	#guia-por-tipo article p a:hover, #guia-por-tipo article p a.selected {
		background-color: rgba(255, 255, 255, 1);
	}


	#guia-por-tipo > a,
	#guia-por-tipo article ul {
		display: none;
	}
}