#guia-por-color {
	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-color.selected {
	display: block;
}

#guia-por-color 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-color 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 -2px;
}

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

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

#guia-por-color article p > span 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-color article p > span a span {
	float: left;
	margin: 4px 6px 0 0;
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #666;

	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-o-border-radius: 11px;
	-ms-border-radius: 11px;
	border-radius: 11px;

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	-o-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	-ms-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	box-shadow: inset 0 0 5px rgba(0,0,0,.4);
}
#guia-por-color article p > span a:hover span {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.8);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.8);
	-o-box-shadow: inset 0 0 5px rgba(0,0,0,.8);
	-ms-box-shadow: inset 0 0 5px rgba(0,0,0,.8);
	box-shadow: inset 0 0 5px rgba(0,0,0,.8);
}

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

#guia-por-color article > a {
	position: absolute;
	top: 45px;
	right: 20px;
	float: left;
	width: 100px;
	height: 59px;
	background: url(css_img/bracteas.jpg) no-repeat 0 0px;
	padding-left: 81px;

	color: #7e7e7e;
	font-size: 13px;
	line-height: 59px;
	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-color article > a:hover, #guia-por-color article > a.selected {
	color: #0095ff;
}


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

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

		background-color: transparent;
	}

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

	#guia-por-color article h2 {
		position: fixed;
		left: 0px;
		top: 50px;
		z-index: 10;
		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-color 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-color article p > span {
		width: 100%;
	}

	#guia-por-color article p > span a {
		position: relative;
		line-height: 40px;
		height: 40px;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}

	#guia-por-color article p > span a span {
		position: absolute;
		top: 6px;
		left: 40px;
	}

	#guia-por-color 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-color article p a:hover, #guia-por-color article p a.selected {
		background-color: rgba(255, 255, 255, 1);
	}

	#guia-por-color article > a {
		position: relative;
		top: 0px;
		right: 0px;
		float: left;
		width: 100%;
		height: 59px;
		background: url(css_img/bracteas.jpg) no-repeat 10px 0px;
		padding-left: 0px;
		margin-top: -100px;
		background-color: rgba(255, 255, 255, 0.9);

		color: #7e7e7e;
		font-size: 13px;
		line-height: 59px;
		font-weight: 500;
		text-align: center;
	}

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


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

