.pageContainer{
	position: absolute;
}
.servicios-logo{
	float:left;
}

#logosContainerServ{
	position: absolute;
	left: 0px;
	width: 438px;
	height: 474px;
	top: 15px;
	overflow: hidden;
	
}

#logosContainerBg{
	position: absolute;
	top: 234px;
	left: 0px;
	z-index: 0;
}

#servicios_html{
	position: absolute;
	left: 450px;
	width: 506px;
	height: 473px;
	border: none;
	top: 15px;
}

#servicios_separation{
	position: absolute;
	width: 3px;
	height: 494px;
	left: 438px;
	background-color: #F59022;
	top: 4px;
}

.servicios-bar{
	float: left;
	clear: both;
	width: 438px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	/*-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);*/	
	cursor: pointer;
	
}

.servicios-bar:hover{
	loat: left;
	clear: both;
	width: 438px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	/*-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=85);*/
	cursor: pointer;
	
}

.servicios-selected{
   	-webkit-opacity: 1 !important;
	-moz-opacity: 1 !important;
	/*filter:none !important;*/
}


