*{
	margin: 0;
	padding: 0;
	outline: none;
	list-style: nome;
}

a{
	text-decoration: none;
	
}

body{
	font:300 16px Oswald;
}

#login{
	width: 300px;
	margin: 0 auto;
	position: relative;
	top: 200px;
	border: 1px solid #f1f1f1;
	padding: 15px;
}

#pausa{
	width: 300px;
	margin-left: 210px;
	position: relative;
	top: 200px;
	border: 1px solid #f1f1f1;
	padding: 15px;
	align-content: center;
}

#alterar{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 200px;
	border: 1px solid #f1f1f1;
	padding: 15px;
}

#index{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 200px;
	padding: 15px;
	
}


#imagem{
	width: 20px;
	height: 16px;
	
	
}

table.h1{
		position:absolute;
		top: 250px;
		left: 430px;
}

#tb-perfil{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
	
}


#tb-perfil th{
	background-color: #37728B;
	color: #FFFFFF;
}

#tb-perfil tr td{
	text-align: center;
	background-color: #D9EDF7;
}

#dataTables-example tr{
	text-align: center;
	
}

#dataTables-example tr th{
	text-align: center;
	
}


#topo{
	float: left;
}

.logo{
	width: 200px;
	height:161px;
	margin: 0 auto;
	padding: 7px;
}

#voltar{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 15px;	
	height: 40px;
	width: 120px;
	background: #f1f1f1;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

.message_ok{
	width: 100%;
	padding: 0px;
	color: #FFFFFF;
	background: #008000;
	margin: 0 auto;
	text-align: center;
}

.message_error{
	width: 100%;
	padding: 0px;
	color: #FFFFFF;
	background: #FF0000;
	opacity: 0.8;
	margin: 0 auto;
	text-align: center;
}

#voltar a{
	padding-top: 5px;
	display: block;
	color: #999;
	font: 400 18px Oswald;
}

#voltar:hover a{
	color: #fff;
}

#voltar:hover{
	background: #37728B;
	color: #fff;
}

.form label{
	display: block;
	padding-top: 5px;
}

.acomodar{
	margin: 0 auto;
	width: 250px;
}




.txt{
	border: none;
	height: 40px;
	width: 250px;
	border: thin solid#f1f1f1;
}

.txt:focus{
	border: thin solid #37728B;
	box-shadow: 0 2px 10px #37728B;
	-webkit-box-shadow: 0 2px 10px #37728B;
	-moz-box-shadow: 0 2px 10px #37728B;
}

.sb{
	display: block;
	border: none;
	width: 250px;
	height: 40px;
	margin-top: 10px;
	cursor: pointer;
	font: 400 18px Oswald;
	color: #999;
}

.sb:hover{
	background: #37728B;
	color: #fff;
}

/*Classes de herança*/
.bradius{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.left{
	float: left;
}

.fright{
	float: right;
}

/*Múltiplos estilos*/
.txt,.txt:focus,.sb,.sb:hover,#voltar:hover,#voltar{
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}





















