section.encartel {
	padding:0;
}

section.encartel #loading {
	text-align: center;
	font-size: 24px;
	margin:0;padding:0;
	height: 30px;
	line-height: 30px;
}

section.encartel #box {
	min-height:450px;
}

section.encartel .move {
	float:left;
	width:74px;
	padding:200px 0 0 0;
	text-align: center;
}

section.encartel #content {
	float:left;
	width:1200px;
	overflow:hidden;
	min-height:450px;
}

section.encartel #content .image {
	float:left;
	width: 500px;
	text-align: center;
	padding:30px 0;
}

section.encartel #content .image img {
	border-radius: 20px;
}

section.encartel #content .info {
	float:left;
	width:650px;
	padding:15px;
}

section.encartel #content .info p {
	padding:10px 0;
	font-size:16px;
}

section.encartel #content .info p a {
	font-size:16px;
}

section.encartel #content .back {
	float:left;
	width:650px;
	text-align: right;
}

section.encartel #content .back a {
	font-size:16px;
}

section.encartel #content:after {
	content:"";
	display:table;
	clear:both;
}


section.encartel #content .slider {
	position:relative;
}


section.encartel .obra {
	float:left;
	width:300px;
	min-height:350px;
	text-align: center;
}

section.encartel .obra img {
	border-radius: 20px;
}

section.encartel .obra h2 {
	height: 65px;
}

section.encartel .obra h2 a {
	color:#000;
	text-decoration: none;
	font-size: 20px;	
}

section.encartel .obra h2 a:hover {
	text-decoration: underline;
}

