@charset "utf-8";
/* CSS Document */
body{
	background: url(../images/fondo_login.png) center fixed;
	background-repeat:repeat; 
	backface-visibility:0.5;
	background-attachment: fixed;
	text-align: center;
}
.vertical-offset-100{padding-top:100px;}

.logo{background:url(images/logo_menu.png) center;}

.menus{background:#000000}

#controlAcceso{font-style:bold;}

#login {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    border-radius: 10px;
}
#lg{color:white;}
#cont{margin-top:0%;}


form,
input,
button {
    margin: 10px;
}


ul li a:hover { background:#FFFFFF;}


header {
	width:100%;
}

header nav {
	width:100%;
	max-width:1000px;
	margin:0px auto;
	background:#024959;
}

.menu_bar {
	display:none;
}

header nav ul {
	overflow:hidden;
	list-style:none;
}

header nav ul li {
	float:left;
}

header nav ul li a {
	color:#fff;
	padding:15px;
	display:block;
	text-decoration:none;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li a:hover {
	background:#037E8C;
}

section {
	padding:20px;
}

@media screen and (max-width:800px ) {
	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}

	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background:#024959;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}
}