/* Logo da tela de login **********************************************************************************************/
#logo-login {
	background: url(../img/logotipo.jpg) no-repeat;
	width: 270px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#logo-dashboard {
	background: url(../img/logotipo.jpg) no-repeat;
	width: 270px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#logo-empresa {
	background: url(../img/logotipo_empresa.jpg) no-repeat;
	width: 500px;
	height: 180px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#header-title {
	font-size: 16px;
	float: left;
	width: 30%;
    display: inline-block;
	/*color: #545454;*/
}
#header-center {
	font-size: 18px;
	text-align: center;
	float: left;
	width: 40%;
    display: inline-block;
	/*color: #545454;*/
}
#header-info {
	float: right;
	width: 30%;
	text-align: right;
	margin-top: 5px;
	font-size: small;
	font-weight: normal;
    display: inline-block;
}
#header-info a {
	text-decoration: none;
}



