.fusion, .fusion div.content{
	width: 760px;
	height: 405px;
}
.fusion{
	position: relative;
	font-family: sans-serif;
	font-size: 14px;
	color: #111;
	border-radius: 2px;
	overflow: hidden;
}
.fusion ul{
	clear: both;
	margin: 0;
	height: 120px;
	z-index: 1000;
}
.fusion{
	opacity: .5;
}
.fusion:after{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	font-size: 44px;
	color: white;
	padding: 10px;
	border-radius: 3px;
	font-family: arial;
	letter-spacing: 7px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	    -ms-box-sizing:border-box;
	        box-sizing:border-box;
}
.loaded:after{
	content: '';
	z-index: -10000;
	background: transparent;
}
.fusion ul li{
	display: inline;
	float: left;
	position: relative;
	margin-right: 15px;
	height: 120px;
}
.aside ul li{
	margin-right: 0;
}
.fusion ul li:last-child{
	margin-right: 0;
}
.fusion ul li:hover{
}
.fusion ul li a.selected {
	background-position: 0 -240px !important;
}
.fusion section{
	line-height: 0px;
}
.fusion div.content{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	    -ms-box-sizing:border-box;
	        box-sizing:border-box;
	overflow: hidden;
	line-height: 21px;
}
.fusion div.content p:last-child{
	margin-bottom: 0;
}

/***** HORIZONTAL *****/

.horizontal section{
	width: 20000px;
}
.horizontal div.content{
	float: left;
}

/***** MIXED *****/

.mixed section{
	width: 665px;
	position: relative;
}
.mixed div.content{
	float: none;
	display: block;
	position: absolute;
	top: -20px;
	left: 0px;
	height: 305px;
	width: 670px;
	z-index: -1;
	background-color: #F2F2F3;
}

.mixed div.content:first-child {
	z-index: 100;
}

/***** CONTROLS *****/

.controls {
	display: block;
	position: absolute;
	width: 67px;
	height: 67px;
	right: 3px;
	top: 340px;
	z-index: 300;
}

.controls a {
	display: block;
	background-image: url("../images/Siguiente.png");
	width: 67px;
	height: 67px;
	text-indent:-9999px;
}
.controls a:last-child{
	right: -100px;
}
.left {
	display: none !important;
}