@charset "UTF-8";

/*Morado Oscuro*/

#header { background:#863C5C !important; }
nav a { color:#863C5C !important; }
nav li.active {
	border-bottom: 4px solid #863C5C;
	height: 26px;
}
.productColumn h1 { color:#863C5C !important; }
.productColumn h2 a:hover { color:#863C5C !important; }
#footer { background:#863C5C !important; }

.current {
	color: #863C5C !important;
}

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