body {

	font-family: 'Open Sans'
	
	,sans-serif;


	
	
	
		background-position: top center;
	
	
		background-attachment: scroll;
	
	
		background-repeat: repeat;
	

}

a, a:hover, a:focus, .cor-principal, .menu a:hover, .atributo-comum a:hover span, .atributo-comum .active a span { color: #c2a407; } /* Cor Principal - Textos e Links */
.fundo-principal, .botao.principal, .botao.principal:hover, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover , .menu-simples li a:hover, .menu-simples li.active a { background-color: #c2a407; } /* Cor Principal - Background */
.borda-principal, .atributos ul li a:hover, .atributos ul li.active a, .tema-scuro .nav-tabs li.active a, .elastislide-carousel ul li.active a { border-color: #c2a407; } /* Cor Principal - Bordas */



.cor-secundaria { color: #7db6d9; }
.fundo-secundario { background-color: #7db6d9; }
.borda-secundaria { border-color: #7db6d9; }



.titulo {
	font-family: 'Open Sans', serif;
	
	font-weight: 400;
	
	
}



#cabecalho {

	
		
		
		
		background-position: top center;
		
		
			background-repeat: repeat;
		
	
}



.barra-inicial { background-color: #444444; }




#rodape .institucional {
	
		
		
		
		background-position: top center;
		
		
			background-repeat: repeat;
		
	
}


.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar { background-color: #7acf0d; }

.fancybox-skin {
	/*Retira border-radius do fancybox*/
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.link_1{ display:block; }
.link_2{ display:none; }
@media screen and (min-width:480px){
  .link_1{ display:none; }
  .link_2{ display:block; }
}

