/* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      padding-bottom: 40px;
      color: #5a5a5a;
    }



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
	  font-weight:bold;
	  font-size:16px;		  
      position: relative;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* ////////////////////////////////Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    }

	.hero-unit {margin:100px 0 40px 0;}	
	.hero-unit .span4 { width:350px; background: url(../img/contacto_2.jpg) no-repeat top left transparent; height:280px; padding:10px; border:		2px solid #fff;	    -webkit-border-radius: 15px;
	  -moz-border-radius: 15px;
      border-radius: 15px;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
	  
	  .navbar-form input, .navbar-form select, .navbar-form .btn {margin:5px 0 10px 0; }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }

	/* CUSTUMIZE CONTAINER */
	/*-------------------------------------------------*/
	
	.featurette{ margin-top:8% ;}

    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
		margin: 7% 20% 40px 20%;
	    -webkit-border-radius: 15px;
		-moz-border-radius: 15px;
        border-radius: 15px;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

    }

    .carousel .container {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
    }

    .carousel-control {
      background-color: transparent;
      border: 0;
      font-size: 120px;
      margin-top: 0;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }

    .carousel .item {
      height: 350px;
    }
    .carousel img {
      min-width: 100%;
      height: 350px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 70px;
      margin-bottom: 40px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
	#boton_ofertas:hover{
	height:50px;
	  margin-bottom:250px;
	  background:white;
	  float:left;
	  color:red;
	  margin-left:530px;
	  
	  font-size:30px;
	  font-weight:bold;
	  text-align:center;
	   -webkit-border-radius: 15px;
		-moz-border-radius: 15px;
        border-radius: 15px;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);

	}
	#texto_ofertas{
	text-shadow:0 10px 3px rgba(0, 0, 0, 200);

margin-top:6%;
	}

	#boton_ofertas{
			height:50px;
	  margin-bottom:250px;
	  background:red;

	  float:left;
	    color:white;
	  margin-left:530px;
	  
	  font-size:30px;
	  font-weight:bold;
	  text-align:center;
	   -webkit-border-radius: 15px;
		-moz-border-radius: 15px;
        border-radius: 15px;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	}
	#boton_ofertas a:hover{
		text-decoration:none;
	}
	#boton_ofertas a{
		text-decoration:none;
	}
    .carousel-caption .btn {
      /*margin-bottom: 200px;
	  color:red;
	  margin-left:600px;
	  position:relative;
	  float:right;*/
    }
	.carousel-caption  a:hover{
		text-decoration:none;
	}
    /* MARKETING CONTENT
    -------------------------------------------------- */

  
    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 50px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
       /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }



    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 1200px) {



      .carousel .item {
        height: 350px;
      }
      .carousel img {
        width: auto;
        height: 350px;
      }

      .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: 979px) {




      .carousel .item {
        height: 350px;
      }
      .carousel img {
      
        height: 350px;
      }

      .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) {



      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-bottom: 40px;
      }
      .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;
      }

    