@charset "UTF-8";

/*Morado Claro*/

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

#footer { background:#399D65 !important; }

.current {
	color: #399D65 !important;
}

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