@charset"UTF-8";

hr.picante_red {
	height: 4px;
	border: 0;
	background: #e60021;
	margin: 0 0 0 0;
}
hr.picante_black {
	height: 4px;
	border: 0;
	background: #111111;
	margin: 0 0 0 0;
}
hr.separator {
	height: 1px;
	border: 0;
	background: #808080;
	margin: 16px 5%;
}

hr.spacer4 {
	height: 4px;
	border: 0;
	margin: 0 0 0 0;
}
hr.spacer8 {
	height: 8px;
	border: 0;
	margin: 0 0 0 0;
}
hr.spacer16 {
	height: 16px;
	border: 0;
	margin: 0 0 0 0;
}
hr.spacer32 {
	height: 32px;
	border: 0;
	margin: 0 0 0 0;
}

hr.shadow, hr.shadow_r {
	position	:relative;
	height		:0;
	padding 	:0 0 8px 0;
	margin		:0 0 0 0;
	width		:100%;
}

hr.shadow:before{
	content		: "";
	position	: absolute;
	bottom		: 0px;
	left		: 8px;
	border-style: solid;
	border-width: 8px 100px 0px 2px;
	border-color: #cccccc #ffffff #ffffff #ffffff;
}
hr.shadow:after, hr.shadow_r:after {
	content		: "";
	position	: absolute;
	bottom		: 0px;
	right		: 8px;
	border-style: solid;
	border-width: 8px 2px 0px 100px;
	border-color: #cccccc #ffffff #ffffff #ffffff;
	display:block;
}
