/*----------------- CSS Geral ---------------*/

body{
	background: transparent url(img/fundo6.jpg);
	background-attachment:fixed;
	font: 10px Verdana, Geneva, sans-serif;
	text-align:justify;
	color:#000000;
}

*{
	margin:0;
	padding:0
}

div{
	outline:none
}

h1{
	text-indent:-9000px
}

h2{
	color:#1A67AD;
	width:auto;
	font-weight:bold !important;
	background:#D7D7D7;
	text-align:center;
	font:16px Verdana;
	padding: 0px 0;
}

h2.atendimento{
	color:#000;
	width:auto;
	font-size:17px
}

h3.bemVindo{
	color:#1A67AD;
	font-size:19px;
	text-align:center;
	margin:5px 0 5px 0
}

span.des{
	font-weight:bold;
	color:#47A5CF
}

span.bg{
	background:#FFF;
	padding-right:10px;
}

span.color{
	color:#555;
	padding:0
}


hr {
	border-top: 1px dashed #9f9f9f;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	color: #fff;
	background-color: #bababa;
	height: 3px;
	width:240px;
    }

a{
	color:#343434;
	text-decoration:none;
	outline:none;
}

a:visited{
}

a:hover{
	color:#00C9FF;
}

a img{
	border:0;
	vertical-align:bottom
}

p{
	padding:5px 0
}

h1.logo {
	width:999px;
	line-height:245px;
	font-size:29px;
	font-weight:normal;
	font-family : 'Trebuchet MS',Arial,Sans-Serif;
	color:#fff;
	background:url(img/topo6.jpg)
}

h1.logo a, h1.logo a:hover {
	text-decoration:none;
	color:#fff;
}

/* ---------------- DIV FOOTER ---------------- */

/*--- TODOS OS DIREITOS RESERVADOS ---*/
div#footer{
	margin:auto;
/*background-color:#77A6FE;*/
	background-color:#1e2730;
	width: 999px;
	height: 43px;
	text-align: center;
	font:12px Microsoft Sans Serif;
	color:#fff
}

div#end{
	width: 979px;
	margin:auto;
	padding:2px 10px;
	height:58px;
	/*background:#77A6FE;*/
	background:#1e2730;
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
}
