body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
	background-image: url("../img/07t2mb2.gif");
	background-repeat: repeat;
	background-size: 600px;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
  }
	  .panel-body{
      margin-bottom: 10px;
  }
  
  
  .link70 {
	z-index:1;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.link70:hover {
	opacity: 100;
}
  
  
  
  .alineartHorizontal{
	  align-items:center !important;
	  }
  
  .enLaVertical{
	  margin-top: 10px;
	  }
  
  .Paginatitulos{
	  color: #000;
	  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:800;
	font-style:italic;
	  font-size: 40px;
	  }
  
.colortitulos{
	color: #ff9100;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:700;
	margin-bottom: -10px;
	font-family: 'Dawning of a New Day', cursive;
	}
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }
  .jumbotron {
      color: #fff;
      padding: 150px 25px;
      font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	  font-style:italic;
	  font-weight: bold;
	  background-image: url(../img/img-servicios-2000x657-81.png);
      background-position: 0% 25%;
      background-size: cover;
      background-repeat: no-repeat;
	  height: 400px;
	  margin-bottom: -1px;
  }
  
  
  
  .fila{
	  margin-bottom:-40px;
	  }
  
  .logoNavBar{
	  height: 45px;
	  margin-top: -13px;
	  
	  }
  
  .container-fluid {
      padding: 20px 10px;
  }


.fluid{
	padding-left: 50px;
	padding-right: 50px;
}

  .bg-grey {
      background-color: #fff;
	  background: rgba(255, 255, 255, 1);
/*	  opacity: 95%;*/
	  margin-bottom: 10px;  
  }
  .logo-small {
      color: #ff9100;
      font-size: 50px;
  }
  .logo {
      color: #ff9100;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #ff9100;
  }
  .carousel-indicators li {
      border-color: #ff9100;
  }
  .carousel-indicators li.active {
      background-color: #ff9100;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #ff9100;
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  
  .panel-footer .btn:hover {
      border: 1px solid #ff9100;
      background-color: #fff !important;
      color: #ff9100;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #ff9100 !important;
	  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	  font-size:18px;
	  font-weight:600;
      padding: 7px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  
 .footerEdicion{
	 background-color: #303030;
	 margin-top: 12px; 
	 margin-bottom: -15px;
	 }
  
  .footerTexto{
	  margin-top: -30px; 
	  color: #fff; 	
	  padding-top: 20px;
	  font-size: 12px;
	  font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	  padding-bottom: 10px; 
	  letter-spacing: 3px;
	   }
  
  .panel-footer .btn {
      background-color: #ff9100;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #ff9100;
      z-index: 9999;
      border: 0;
      font-size: 11px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 3px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
	  
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #ff9100 !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #ff9100;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
	
  }
  @media screen and (max-width: 768px) { 
    .col-sm-4 {
      text-align: center;
      margin: 125px 0;
	  
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
	 .panel-body{
		 
	  }
	
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
	
  }


.carousel-indicators {
	margin-bottom: -30px;
}

.parrafosCursiva {
	font-family: 'Bad Script', cursive;
	
}

.tituloFondoNaranjo {
	font-family: 'Quattrocento Sans', sans-serif;
}
