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

body {
  font-family: 'Lato', sans-serif;
  color: #5a5a5a;
  overflow-x: hidden;
}

a {
    color: #D77D1C;
    text-decoration: none;
}

a:hover, a:focus {
	color: #DF8500;
    text-decoration: underline;
}
/* CABECERA
-------------------------------------------------- */


#cabecera {
	background-image:url(../img/fondo_cab.png);
	background-repeat:repeat-x;
} 
.cabecera .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.cabecera h2 {
  font-weight: normal;
}
.cabecera h5 {
	display:inline;
	margin: 0 0 0 15px;
}

.cabecera .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 80;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #E2841F;
    color: #fff;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #E2841F;
    color: #fff;
}
.navbar-inverse {
    background-color: #815C9D;
    border-color: #080808;
	border-width: 0px;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#carrusel {
  background-color:#003366;
    height: 500px;
}
/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	padding-left: 20px;
	padding-right: 20px;
  	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


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

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

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

/* Botones
------------------------- */

.btn-primary {
    background-color: #E2841F;
    border-color: #D77D1C;
    color: #fff;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
	color:#fff;
	background-color:#D77D1C;
	border-color:#D77D1C;
	}
	
.fondoservicios {
	background-image:url(../imagenes/fondo_servicios.html);
	background-repeat:repeat-x;
} 
 .centrado {
	 text-align:center;
 }

h1 {
	margin-bottom: 30px;
}
h1, h5 {
	 color: #E2841F;
 }
h2, h3, h4 {
	 color: #385BAB;
}
h4, h5 {
	 text-transform:uppercase;
}
.footer {
	 background-color:#63686C;
}
.footercon {
	margin-top: 15px;
	margin-bottom: 15px;
 }
.footer p{
	 color:#fff;
	 line-height: 0.6;
	 margin-left: 25px;
}
.footer2 {
	 background-color:#2C3034;
}
 .footer2 p{
	 color:#AAACAF;
}
.footer2con {
	 margin-top: 10px;
}
.footer h6{
	 color:#AAACAF;
}
.mensajehome {
	background-color: #EEE;
	margin: 0px 0 0px 0;
}
.glyphicon {
	margin-right: 15px;
	color: #AAACAF;
}
.contenidos {
	 margin-top: 100px;
	 margin-bottom: 30px;
 }
 
.destacado {
	 text-align:center; 
 }
.destacado h5 {
	line-height: 2;
 }
 
.flota {
	float:left;
}
.navbar-wrapper .container {
    padding-right: 40px;
    padding-left: 40px;
}
.imgdestacado {
	margin-top: 30px;
}
ul {
	line-height: 200%;
}

.navbar-inverse .navbar-toggle {
  border-color: #FFF;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #E2841F;
}

.form-control:focus {
  border-color: #D77D1C;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 133, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 133, 0, .6);
}
.error {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #D77D1C;
  }

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

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
	border-radius: 4px;
	background-color: #815C9D;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


