body section {
	padding:0;
}

body section.espacio {
	background-position: 180px 0;
}

body section.espacio .top {
	min-height: 650px;
	width: 1140px;
	margin:0 auto;
}

body section.espacio .top .top-left {
	float: left;
	width: 600px;
	margin:0 140px 0 0;
}

body section.espacio .top .top-left p {
	padding:40px 0 0 0;
	font-size:21px;
	line-height: 1.5;
}

body section.espacio .top .top-right {
	float: left;
	width: 400px;
}

body section.espacio .top .top-right img {
	border-radius: 25px;
	margin:30px auto;
}

body section.espacio .bottom {
	/*background:url(/img/web/espacio_bg_titulo.png) no-repeat right 0;*/
	padding:10px 100px;
}

body section.espacio .bottom:after {
	content:"";
	display:table;
	clear:both;
}

body section.espacio .bottom .img {
	float:left;
	width:430px;
	text-align: center;
}

body section.espacio .bottom .img .slide {
	width:400px; height: 267px;
	background: #000;
	margin:10px 0 15px 0;
	border-radius: 25px;
	position: relative;
}

body section.espacio .bottom .img .slide .slide-prev {
	position: absolute;
	z-index: 1;
	top:115px;
	left:15px;
}

body section.espacio .bottom .img .slide .slide-next {
	position: absolute;
	z-index: 1;
	right: 15px;
	top:115px;
}

body section.espacio .bottom .img .slide .slide-mask {
	width: 400px;
	height: 267px;
	overflow: hidden;
	border-radius: 25px;
}

body section.espacio .bottom .img .slide .slide-mask .slide-content {
	position: relative;
}

body section.espacio .bottom .img .slide .slide-mask .slide-content .slide-img {
	float:left;
}

body section.espacio .bottom .info {
	float:left;
	width: 710px;
	margin:60px 0 0 0;
}

body section.espacio .bottom .info p {
	padding:10px;
}

