.fusion, .fusion div.content{
	max-width: 100%;
	height: 100%;
}
.fusion{
	font-family: sans-serif;
	font-size: 14px;
	color: #111;
	border-radius: 2px;
	display: block;
	position: absolute;
	max-width: 980px;
	margin: 0 auto;

}
.fusion #soluciones-ul {
	clear: both;
	margin: 0;
	height: 35px;
	width: 361px !important;
	z-index: 1000;
}
.fusion{
	opacity: 1;
}
.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 #soluciones-ul li{
	display: inline;
	float: left;
	position: relative;
	margin-right: 15px;
	height: 42px;
	width: 361px;
}
.aside #soluciones-ul li{
	margin-right: 0;
}
.fusion #soluciones-ul li:last-child{
	margin-right: 0;
}
.fusion #soluciones-ul li:hover{
}
.fusion #soluciones-ul li a.selected {
	background-position: 0 -35px;
}
.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 div.content{
	float: left;
}

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

.mixed div.content{
	width: 437px !important;
}
.mixed div.content{
	float: right !important;
	display: block !important;
	position: absolute !important;
	top: -20px;
	height: 510px;
	width: 437px !important;
	z-index: -1;
	background-color: #EAE8DE;
	/*margin-left: 440px !important;*/
	right: -480px !important;
}

@media screen and (max-width: 990px) {
	.mixed div.content {
		margin-left: 540px !important;
	}
}
@media screen and (max-width: 690px) {
	.mixed div.content {
		margin-left: 700px !important;
	}
}

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

.left {
	display: none !important;
}