#pagecontainer {
	background-image: url('../img/container_bg.jpg');
	background-repeat: repeat;
	box-shadow: 0px 0px 10px #999;
}
span.divider {
	display: block;
	height: 10px;
	width: 100%;
	background-color: #999;
	opacity: 0.6;
	margin: 5px 0 10px 0;

}
span.divider_page {
	display: block;
	height: 10px;
	width: 100%;
	background-color: #bed62f;
	margin: 5px 0 20px 0;
}
footer {
	background-image: url('../img/footer_bg.jpg');
	background-repeat: repeat;
	max-height: 210px;
}
footer div.social img, h5 {
	float: left;
}
footer #social-box {
	background-image: url('../img/footer_img_bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
#home_header {
	background-image: url('../img/home_header_img_bg2.jpg');
	background-repeat: no-repeat;
	height: 550px;
}
#page_header {
	background-image: url('../img/page_header_img_bg.jpg');
	background-repeat: no-repeat;
}
#banners {
	margin-top: -300px;
}
#promociones img {
	padding: 10px;
}

/* Page */
section.page {
	padding-bottom: 80px;
}
section.page h1, h2, p, #map {
	padding-left: 40px;
}
section.page p {
	padding-right: 40px;
}
section.page h1 {
	font-size: 48px;
	font-weight: normal;
	color: #0650b7;
	border-bottom: 1px solid #ccc;
	letter-spacing: -2px;
	padding-bottom: 10px;
}
section.page #map {
	padding-bottom: 40px;
}
section.page #formulario {
	padding-left: 0;
}
#page-servicios article {
	padding-bottom: 40px;
}
.img-servicios {
	padding-left: 0px;
	margin-left: 40px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 10px #999;
}