.contacto{
	background-color:#4d86b3;
	}
	
.contenedor_contacto {
	max-width:960px;
	width:100%;
	margin:0 auto;
	padding:50px 0 10px 0;
	clear:both;
	}

.titu_contac_1 {
	font-size:30px;
	font-weight: 400;
	color:#fff;
	text-align: center;
	width:100%;
	max-width:680px;
	padding:30px 0;
	margin:0 auto;
	
}

.titu_contac_2 {
	font-size:20px;
	font-weight:300;
	clear:both;
	text-align: center;
	width:100%;
	max-width:680px;
	margin:0 auto;
	padding-top:20px;
	color:#fff;
}

.mapa {
	width:100%;
	height:500px;
	background-color:#575958;
	padding-top:5px;
	
	
	}
	
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:500px; /* your iframe height */
   top:500px;  /* your iframe height */
   margin-top:-500px;  /* your iframe height */
}
	
.direccion {
	font-size:18px;
	font-weight:500;
	text-align:center;
	color:#fff;
	background-color:#315f82;
	padding-bottom:30px;
	margin-top:-10px;
	}
        
.contenido_x2_contacto {
	background-image:url(../resources/img/motivo2-01.jpg);
	background-repeat: repeat-x;
        background-size: auto 100%;
}

.head_contenido_2_contacto {
	/*background-image:url(../resources/img/fondo_prueba.png);*/
	background-size: 100% auto;
}

