@charset "UTF-8";

/*Morado Claro*/

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


.current {
	color: #EAB643 !important;
}

#footer { background:#EAB643 !important; }

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