/* Banner Style */
.banner {

	background-image: url(../img/contacto/contacto.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	*background-position: center center;
	width: 100%;
    height: 450px;
	*position: relative;
} 


/* .banner img{
	width: 100%;
	height: 300px;
	
} */

.banner .caption {
	*background-color: rgba(250, 250, 250, 0.7);
	*border-bottom: #3a8bcd;
	*margin-top: 100px;
	*padding: 30px;
	*width: auto;
	text-align: center !important;
	
  }
  .banner .caption h2 {
	margin-top: 320px;
	*margin-bottom: 150px;
	font-size: 50px;
	font-weight: 700;
	color: #ffffff;
  }
  .banner .caption .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
  }
  .banner .caption p {
	margin-top: 15px;
	margin-bottom: 20px;
  }
  
  .content {
	*max-width: 500px;
  }

