    
      body {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
		background-color: #fff !important;
      }
	  
	  .span8 h2{ /**Estilo título anúncios**/
		font-size: 20px;
	  }
	  
	  .span8 {
		font-size: 16px;
		color:black;
		/*font-weight: bold;*/
	  }
	  
	  .row-fluid {
		width: 98%;
	  }
	  
	  /**IR FILTRO - BOTÃO FIXED**/
	  .ir_filtro{
		  overflow: hidden;
		  display: block;
		  width: 100px;
		  z-index: 100;
		  border: 1px solid #333;
		  background: #121212;
		  text-align: center;
		  padding: 5px;
		  position: fixed;
		  bottom: 10px;
		  right: 0px;
		  cursor: pointer;
		  color: #fff;t
		  ext-transform: lowercase;
		  font-size: 1em;
	  }
	  
	  /**BARRA MENU TOPO**/
	  /*Cor de fundo*/
	  .navbar-inverse .navbar-inner {
		background-image: linear-gradient(to bottom, #4176FF, #000D52);
		border-color: #fff;
	  }
	  
	  /*Cor dos links*/
	  .navbar-inverse .brand, .navbar-inverse .nav > li > a {
		color: #fff;
		font-weight: bold;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  }
	 
	  /*Cor do logotipo*/
	  .navbar-inverse .brand {
		color: #fff;
		font-weight: bold;
	  }
	  /*Cor link marca focus*/
		.navbar-inverse .brand:hover,
		.navbar-inverse .nav > li > a:hover,
		.navbar-inverse .brand:focus,
		.navbar-inverse .nav > li > a:focus {
		  color: #f00;
		}

		/*links hover*/
		.navbar-inverse .nav > li > a:focus,
		.navbar-inverse .nav > li > a:hover {
		  color: #8397FF;
		  background-color: transparent;
		}
		/*links active hover*/
		.navbar-inverse .nav .active > a,
		.navbar-inverse .nav .active > a:hover,
		.navbar-inverse .nav .active > a:focus {
		  color: #ffffff;
		  background-color: #00f;
		}
  
	  /**FIM BARRA**/
	  
	  /**itens footer**/	  
	  .itens_footer{
	    margin-left: 5px !important;
	  }	  
	  /**fim conteudo footer**/
	  
	  /*Barra de navegação - link ativo*/
	  .ativo, .ativo:hover, .ativo:focus, .ativo:active{
		background-color: #9E9E9E;
		color: #fff;
		background-image: linear-gradient(to bottom, #9E9E9E, #9E9E9E);
		cursor: default;
		text-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	  }
	  
      .sidebar-nav {
        padding: 9px 0;
      }

      @media (max-width: 980px) {
        /* Enable use of floated navbar text */
        .navbar-text.pull-right {
          float: none;
          padding-left: 5px;
          padding-right: 5px;
        }
      }
	  
	  /**Mapa**/
	  /*#pop{display:none;position:absolute;top:50%;left:50%;margin-left:-150px;margin-top:-100px;padding:10px;width:300px;height:200px;border:1px solid #d0d0d0}*/
	  .pop{display:none;position:absolute;left:50%;margin-left:-150px;padding:10px;width:300px;height:200px;border:1px solid #d0d0d0}
	  
	  /**Footer**/
	  .footer_personalizado{
		color: #fff;
		margin: 5px auto 5px auto;
		padding: 6px 0 5px 0;
		text-align: center;
		background-color: #1b1b1b;
	 }
	  	  
	  /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */
	.hero-unit {
		padding: 10px;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 200;
		line-height: 30px;
		color: inherit;
	}

    /* Carousel base class */
    .carousel {
      margin-bottom: 0px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 200px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 200px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 750px;
      padding: 0 90px;
      margin-top: 20px;
    }
	
	.carousel-caption h1 {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
	  font-size: 27px;
    }
	
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
	  font-size: 23px;
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }
	
	 /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        height: 140px;
      }
      .carousel img {
        width: auto;
        height: 140px;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
    }


    @media (max-width: 767px) {

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: 140px;
      }
      .carousel img {
        height: 140px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 5px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }

    }
	
	/**Conteúdo direita**/
	.span9 {
		padding-left: 20px;
	}
	
	/**Categorias em destaque**/
	.categorias_destaque{
		width: 33%; 
		float:left;
		font-size: 130%;
		line-height: 170%;
	}
	
	/**Div fundo cinza borda redonda**/
	.cinza {
		clear: both;
		padding: 5px;
		height: 160px;
		margin-bottom: 20px;
		background-color: #f5f5f5;
		border: 1px solid #e3e3e3;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}
	
	/**Div fundo cinza borda redonda**/
	.conteudo_branca {
		background-color: #fff;
	}