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

#guia-por-familia 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-familia 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-familia article p {
	float: left;
	clear: both;
	margin: 15px 0 10px 0;
	width: 99999px;
}

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

#guia-por-familia 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-familia article p a span, #guia-por-familia article p a:hover, #guia-por-familia article p a.selected {
	color: #0095ff;
}

#guia-por-familia article ul {
	clear: both;
	margin: 0px auto;
	width: 832px;
	padding-top: 20px;
}
#guia-por-familia article ul li {
	float: left;
	display: inline;
	padding-right: 6px;
}
#guia-por-familia article ul li a {
	float: left;
	background-color: #dedede;
	width: 26px;
	height: 26px;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	color: #666;

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

	-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);

	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
#guia-por-familia article ul li a:hover, #guia-por-familia article ul li a.selected {
	background-color: #0095ff;
	color: #fff;
}
#guia-por-familia article ul li a.disabled {
	opacity: 0.5;
	cursor: default;
}
#guia-por-familia article ul li a.disabled:hover {
	background-color: #dedede;
	color: #666;
}

#guia-por-familia > a {
	position: absolute;
	float: left;
	top: 50%;
	width: 63px;
	height: 103px;
	margin: -52px 0 0 0;
	background: url(css_img/list-arrows.png) no-repeat 0 0;
	text-indent: -9999px;

	opacity: 0.7;

	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
#guia-por-familia > a.previous {
	left: 20px;
}
#guia-por-familia > a.next {
	right: 20px;
	background-position: -63px 0;
}
#guia-por-familia > a:hover {
	opacity: 1;
}
#guia-por-familia > a.disabled,
#guia-por-familia > a.disabled:hover {
	opacity: 0.4;
	cursor: default;
}

#guia-por-familia article cite {

	position: absolute;
	width: 340px;
	padding: 0px 0px;
	margin-left: 160px;
	height: 100%;
	top: 0px;
	background-color: rgba(255, 255, 255, 1);
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;

	-webkit-box-shadow: 0px 0px 40px 40px #fff;
	-moz-box-shadow: 0px 0px 40px 40px #fff;
	box-shadow: 0px 0px 40px 40px #fff;
}

#guia-por-familia article cite figure {
	padding: 0px;
	float: left;
	width: 120px;
	padding-right: 20px;
}

#guia-por-familia article cite span {
	float: left;
	display: block;
	width: 200px;
	color: #666;
	font-weight: 500;
	padding: 6px 0;
}


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

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

		background-color: transparent;
	}

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

	#guia-por-familia 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-familia 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-familia article p > span {
		width: 100%;
	}

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


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