@charset "UTF-8";

/*Morado Claro*/

#header { background:#DC874D !important; }
nav a { color:#DC874D !important; margin: 10px 0 0 0 !important;}
nav li.active {
	border-bottom: 4px solid #DC874D;
	height: 26px;
}
.productColumn h1 { color:#DC874D !important; }
.productColumn h2 a:hover { color:#DC874D !important; }
#blackLine h1 { color:#DC874D !important; }
.morado { background:#DC874D !important; }

#footer { background:#DC874D !important; }

.current {
	color: #DC874D !important;
}

.productColumn .active a {
 			color: #DC874D !important;
 		}
 		@media only screen and (max-width: 480px){
 		 nav a#pull {
			display: block;
			border-top: #DC874D solid 1px;
			color: #fff !important;
			margin: 0;
			padding: 10px 0 10px 0;
			width: 100%;
			position: relative;
			background: #DC874D !important;
			margin: 0px 0 0 0 !important;
		}
	}