@charset "utf-8";
/* CSS Document */

/*Geral*/
*{border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 0;
    font-size: 100%; outline: none; font-weight: 300; box-sizing: border-box; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

body {background-color: FFFFF;}

a {text-decoration: none;}

ul {list-style: none;}

img {max-width: 100%}

#header {width: 100%;
height: 18%;
position: fixed;
background: linear-gradient(to right, #D1E7F5, #184E70);}

#logo {width: 10%;
	height: 14%;
position: fixed;
top: 2.5%;
left: 3%;}

#sistema {width: 15%;
position: fixed;
	top: 2%;
left: 84%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
color: white;
	border-bottom: 1px solid white;
font-size: 1.3em;}

#rodape {width: 100%;
height: 15%;
	position: absolute;
	bottom: 0px;
background: #678FA8;}

#smart {width: 15%;
position: absolute;
bottom: 40%;
left: 0.5%}

#direitos {width: 100%;
	position: absolute;
	bottom: 5px;
color: #FFFFFF;
font-size: 14px;}

.arabesco1 {width: 100%;
height: 2%;
	position: fixed;
background: linear-gradient(to bottom, #B6A42F, #FFCA1A);}

.arabesco2 {width: 100%;
height: 2%;
	position: fixed;
	top: 18%;
background: linear-gradient(to bottom, #FFCA1A, #B6A42F);}
