ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	left:10px;
	/* optional styles for appearance */
	width: 700px;
	height: 22px; /* height should be included to reserve visual space for the marquee */
	background-color: #51606b;
	color:#FFF;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	/* optional styles for appearance */
	font-family: 'Clemente' !important;
	padding: 3px 5px;
}
@media all and (max-width:980px){
    nav ul{
    margin-left:1px;
    margin-top: 1px;
	}
	nav ul li a {
	    border: 0.1em solid #f15b20;
	    border-radius: 0.25em;
	    color: black;
	    font-size: 12px;
	    font-weight: normal;
	    padding:5px 5px 5px 5px; 
	    text-decoration:none;
	    transition: background 1.2s, text-shadow 1s; 
	}
  
}
@media all and (max-width: 768px){
    ul.marquee {
    	left:2px;
		width: 600px;
    }
	nav ul li a {
	    border: 0.1em solid #f15b20;
	    border-radius: 0.25em;
	    color: black;
	    font-size: 10px;
	    font-weight: normal;
	    padding:5px 5px 5px 5px; 
	    text-decoration:none;
	    transition: background 1.2s, text-shadow 1s; 
	}
}

@media all and (max-width :408px) {
	header h2{
		font-size: 16px;
	}
	header #fone{
		display:block;
		font-size: 12px;
		color:#fff;
	    line-height: 14px;
	}
    ul.marquee {
    	display:none;
    }	
    header #headLeft{
		 margin-top:0px;
		 display:block;
		 width: 250px;
    }
    header #dire{
    	float:left;
    }
    header #sabado{
    	display: none;
    }
    nav ul{
    	display:none;
    }
	nav select {
	    display:block;
	    margin-right: 22px;
	    text-align: right;
	    background: none repeat scroll 0% 0% #F4F4F4;
	    border: 1px solid #DDD;
	    box-shadow: 1px 1px 4px #DDD inset;
	    font-size: 12px;
	    height: 21px;
	    margin: 0px 0px 5px;
	    padding: 0px 5px;
	    width: 220px;
	}
}











