@charset "UTF-8";
/* CSS Document */

/*------------------------------------*\
    Regras Gerais
\*------------------------------------*/

body {
	font-family: Verdana, Tahoma, sans-serif;
	margin: 0px;
}

p {
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

ul {
	color: #717171;
	font: normal 17px/22px "Helvetica Neue", Helvetica, verdana, sans-serif;
}

li {
	margin: 0 0 3px 0;
}

hr {
	height: 1px;
	border: none;
	margin: 0px;
	border-top: 1px solid #CDCDCD;
}

.scroll {
	width: 100%;
	min-width: 960px;
}

/*------------------------------------*\
    $BOX-SIZING
\*------------------------------------*/

{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*------------------------------------*\
    $IMAGES QUICK STYLES
\*------------------------------------*/

img {
	max-width: 100%;
}

/*------------------------------------*\
    $LINKS DEFAULT COLOR (IE8+)
\*------------------------------------*/
	
a {
	color: inherit;
	text-decoration: none;
}

/*------------------------------------*\
    $CLEARING FLOATS
\*------------------------------------*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/*------------------------------------*\
    Header
\*------------------------------------*/	

.logomalote {
	max-width: 250px;
	position: absolute;
	top:0px;
}
img#logomalote {
	margin-bottom:0.2%;
	padding: 5px 5px;
}
								
.a {
	font-size: 110%;
	text-align: center;
	color: #99999D;
	/*margin-right: 3%;*/
	width: 19%;
	display: inline-block;
}

.header {
	padding-left: 250px;
	padding-right: 70px;
	margin-top: 20px;
	font-size: 90%;
	min-height: 50px;
	min-width: 700px;
}

.a:hover {
	color: #717171
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.button:active {
	position:relative;
	top:1px;
}

/*------------------------------------*\
    Rodapé
\*------------------------------------*/

.rodape {
	background-color: #006699; 
	height: 60px; 
	clear: left;
}

.faixa {
	height: 60px; 
	clear: left;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

img.iconerodape {
	height: 20px;
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 0.5%;
	float: left;
}

p.textorodape {
	padding-top: 6px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFFFFF;
	font-size:13px;
	float: left;
}

img#facebook {
	height: 18px;
	margin-top: 6px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
	
img#twitter {
	height: 18px;
	margin-top: 6px;
}	


p#traço {
	padding-top: 8px;
	margin-top: 0;
	margin-left: 3%;
	color: #FFFFFF;
	font-size:13px;
	float: left;
}

p#siganos {
	padding-top: 7px;
	margin-top: 0;
	margin-left: 5%;
	color: #FFFFFF;
	font-size:13px;
	float: left;
}

p#copyright {
	clear: left;
	float: left;
	color: #ffffff;
	font-size: 11px;
	margin-top: 0;
	margin-left: 307.5px;
	margin-right: 307.5px;
}