@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.centrar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

header {
	position: absolute;
	height: 50px;
	width: 100%;
	/*background: red;*/
/*	overflow: hidden;*/
	z-index: 99;
	background: rgba(255,255,255,0.2);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}

#texto_bienvenida {
	position: absolute;
	top: 150px;
	left: 20%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	transition: all 2s ease;
}

#bienvenido {
	font-weight: 700;
	margin-right: 10px;
	transition: all 1s ease;
}

#menu_systems {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 40px;
	margin: 5px 5px;
/*	width: 300px;*/
	overflow: hidden;
	background: rgba(255,255,255,0);
}

#menu_systems ul li a {
	padding: 5px 15px;
	border-radius: 3px;
	background: rgba(255,255,255,0);
	color: #fff;
	margin: 5px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	transition: all 0.6s;
}

#menu_systems ul li a:hover {
	text-decoration-line: underline;
  	text-decoration-style: solid;
}

#crm:hover {
	background: rgba(159,27,11,0.5);
}

#moper:hover {
	background: rgba(37,24,77,0.5);
}

#content_Logo {
	position: absolute;
	left: 20px;
	height: 130px;
	width: 100px;
	background: #fff;
/*	border-radius: 0px 0px 100px 100px; */
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}

#Logo {
	position: relative;
	margin: auto;
	height: 100%;
	width: 100%;
	background: url("../img/logo.png");
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
}

#content_BG {
	position: absolute;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-image: url('../img/lagoon.jpg');
/*	background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eaeaea' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
*/	/*background-image: url('../img/BGSECTION2.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#content_container {
	position: absolute;
	top: 200px;
	height: auto;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-device-width: 660px) {
	#content_Logo {
	position: absolute;
	left: 70px;
	height: 130px;
	width: 100px;
	}

	#texto_bienvenida {
	position: absolute;
	top: 15px;
	left: 30%;
	}

	#menu_systems {
	right: 5%;
	}
}

@media only screen and (min-device-width: 1280px) {
	#content_Logo {
	position: absolute;
	left: 100px;
	height: 130px;
	width: 100px;
	}

	#texto_bienvenida {
	position: absolute;
	top: 15px;
	left: 250px;
	}
}