/*= INFRAESTRUCTURA
---------------------------------------------------------------------------------------------- */ 

.margin-0 {
	margin: 0!important;
}

.position-relative {
	position: relative;
}

.infraestructura-image {
	position: absolute;
	background: url(../img/datacenter.jpg) scroll center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	height: 100%;
}

.redes-image {
	position: absolute;
	background: url(../img/redes.jpg) scroll center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	height: 100%;
}

.telefonia-image {
	position: absolute;
	background: url(../img/telefono.jpg) scroll center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	height: 100%;
}

.seguridad-image {
	position: absolute;
	background: url(../img/seguridad.jpg) scroll center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	height: 100%;
}

.sistemasweb-image {
	position: absolute;
	background: url(../img/web.jpg) scroll center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	height: 100%;
}

.vigilancia-image {
	position: absolute;
	background: url(../img/camera.jpg) scroll center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	height: 100%;
}

.side-image-text {
	background: #fff;
	padding: 50px;
}

.iconboxleft {
	position: relative;
	margin: 0 0 50px;
}

.iconboxleft-icon {
	position: absolute;
	width: 55px;
	left: 0;
	top: 0;
	font-size: 32px;
	line-height: 1;
}

.iconboxleft-text {
	padding-left: 55px;
}

.iconboxleft-title {
	margin: 0 0 15px;
	padding: 0;
}

