@charset "UTF-8";

/*Azul Claro*/

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

.current {
	color: #5BB4AE !important;
}

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