/**************\
  INICIO VEDA 
\**************/ 
/*
html {
  filter: url('#grayscale');
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: Gray();
  filter: gray;
  background: #FFF;
}

.left-header,
.right-header {
	background: #FFF !important;
}

.brand img{
  width:100%;
}

.bg-footer,
.footer-container{
  background-image: none!important;
} */
/**************\
  FIN VEDA 
\**************/