@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	background-color: #151D31;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.titulo-interna {
	margin: 110px 0 0 40px;
	float: left;
}

a {
	color: #fefefe;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	color: #3777A5;
	margin: 0 0 10px 0;
}

h2 {
	color: #3777A5;
	font-size: 19px;
}

p {
	margin: 10px 0;
}

#container {
	width: 994px;
	margin: 0 auto;
}

#topo {
	float: left;
	height: 243px;
	width: 994px;
}

#topo img {
	float: left;
}

#header {
	width: 930px;
	height: 160px;
}

#conteudo {
	background-color: #000000;
	float: left;
	width: 890px;
	padding: 30px 20px;
}

#servicos {
	width: 986px;
	margin: 80px 0 0 0;
	clear: both;
}

#servicos div {
	width:240px;
	margin: 0 70px 0 0;
	float: left;
}

#rodape {
	float: left;
	width: 886px;
	margin-left: 30px;
	padding: 10px 20px;
}

#rodape ul {
	width: 700px;
	float: left;
	margin: 0;
}

#rodape li {
	display: inline;
	color: #fefefe;
}

#rodape li a {
	margin: 0 5px;
}

#rodape img {
	float: right;
}


/*------------------- Menu -----------------*/

#menu {	
	width: 170px;
	height: 198px;
	float: left;
	list-style: none;
	display: block;
	margin: 15px 0 0 10px;
	background: url(img/menu.png) no-repeat;
}

#menu li {
	display: block;
	text-indent: -10000px;
}

#menu li a {
  display:block;
  width:100%;
  height:100%;
}

#menu-home {
	width: 180px;
	height: 23px;
}

#menu-home a:hover {
	background:url(img/menu.png) no-repeat -171px 0;
}

#menu-sobre-nos {
	width: 180px;
	height: 30px;
}

#menu-sobre-nos a:hover {
	background:url(img/menu.png) no-repeat -171px -23px;
}

#menu-servicos {
	width: 180px;
	height: 30px;
}

#menu-servicos a:hover {
	background:url(img/menu.png) no-repeat -171px -53px;
}

#menu-informacoes-uteis {
	width: 180px;
	height: 30px;
}

#menu-informacoes-uteis a:hover {
	background:url(img/menu.png) no-repeat -171px -83px;
}

#menu-noticias {
	width: 180px;
	height: 30px;
}

#menu-noticias a:hover {
	background:url(img/menu.png) no-repeat -171px -113px;
}

#menu-fotos {
	width: 180px;
	height: 30px;
}

#menu-fotos a:hover {
	background:url(img/menu.png) no-repeat -171px -143px;
}

#menu-contato {
	width: 180px;
	height: 30px;
}

#menu-contato a:hover {
	background:url(img/menu.png) no-repeat -171px -173px;
}
