/* Banner Style */
/* .banner {
	*margin-top: 50px;
	background-image: url(../img/contactos/bannercontactos.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	*padding: 0px 0px 30px 0px;
	*background-position: center center;
	width: 100%;
    height: 600px;
	*position: relative;
} */

.banner img{
	width: 100%;
	*height: 460px;
	
}

.banner .caption {
	background-color: rgba(250, 250, 250, 0.7);
	padding: 30px;
	max-width: 450px;
	text-align: center;
  }
  .banner .caption h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #1e1e1e;
  }
  .banner .caption .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
  }
  .banner .caption p {
	margin-top: 15px;
	margin-bottom: 20px;
  }
  
  .content {
	max-width: 500px;
  }

