.textjustify {
	text-align: justify;
}

#ddlMenu {
	position: absolute;
	will-change: transform;
	top: 0px;
	transform: translate3d(0px, -30px, 0px);
}

#dvTecnologia {
	height: 300px;
}

#imgServicios{
	height: 100%;
	width: 100%;
}

.imsServicios {
	background-color: #152c87;
	border-radius: 10px;
}

.lstFooter{
	color: #fff;
}

.agile {
	background: url("/Content/theme/img/scrumGris.png") no-repeat;
}

	.agile:hover {
		background: url("/Content/theme/img/scrum.png") no-repeat;
	}

.csharp {
	background: url("/Content/theme/img/csharpGris.png") no-repeat;
}

	.csharp:hover {
		background: url("/Content/theme/img/csharp.png") no-repeat;
	}

.devops {
	background: url("/Content/theme/img/devopsGris.png") no-repeat;
}

	.devops:hover {
		background: url("/Content/theme/img/devops.png") no-repeat;
	}

.angular {
	background: url("/Content/theme/img/angularGris.png") no-repeat;
}

	.angular:hover {
		background: url("/Content/theme/img/angular.png") no-repeat;
	}
	

@media only screen and (min-width: 500px) and (max-width: 900px) {
	#ddlMenu {
		position: absolute;
		will-change: transform;
		top: 0px;
		transform: translate3d(0px, -15px, 0px);
	}

	#dvTecnologia {
		height: 700px;
	}

	#ddlIdioma {
		top: 10px;
	}
}

@media only screen and (max-width: 500px) and (orientation: portrait) {
	#ddlMenu {
		position: absolute;
		will-change: transform;
		top: 0px;
		left: 190px;
		transform: translate3d(-180px, 50px, 0px);
	}

	#dvTecnologia {
		height: 1200px;
	}

	#ddlIdioma {
		top: 10px;
	}
}
