* {
	margin: auto;
	padding: 0;
}
.primeiraLinha {
	width: 1024px;
	height: 26px;
}
.espacoLinha {
	width: 1024px;
	height: 14px;
}
.espacoImg {
	width: 36px;
	height: 36px;
	float:left;
	background-color: red
}
.alarme {
	width: 688px;
	height: 26px;
	border-style: outset;
	float:left;
	background-color: rgb(180, 51, 0);
}
.ack {
	width: 32px;
	height: 32px;
	border-style: outset;
	float:left;
	margin: 0px 1px 0px 1px;
}
#datahora {
	padding-top: 3px;
	width: 200px;
	height: 24px;
	border-style: outset;
	float:left;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#usuario {
	margin-left: 3px;
	padding-top: 3px;
	width: 200px;
	height: 32px;
	border-style: outset;
	float:left;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.topo2 {
	width: 1024px;
	height: 130px;
}
.botoes {
	width: 760px;
	height: 130px;
	float: left;
}
.logo {
	width: 250px;
	height: 130px;
	float: left;
}
.botao {
	margin-right: 6px;
	width: 240px;
	height: 26px;
	border-style: outset;
	background-color: gray;
	float:left;
	border: 1px solid #CECECE;
}
.nome {
	width: 120px;
	height: 26px;
	float: left;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	border-style: outset;
}
.warning  {
	width: 20px;
	height: 26px;
	float: right;
	border-style: outset;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
#container {
	width: 1024px;
	margin: 0 auto;
}
body{
	padding-top: 200px;
	padding-bottom: 50px;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	height: 50px;
	margin: 0 auto;
	background-color: #CECECE;
}
nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 160px;
	background-color: #CECECE;
}
.footer img {
	padding:3px;
	width: 44px;
}
h1 {
	text-align: center;
}
.logo img {
	width: 250px;
	height: 75px;
}
.alarme p {
	padding-top: 5px;
	color: white;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: blue;
}
a:hover {
	color: red;
}

input[type=text], select, textarea {
	width: 70%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}
  
label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}