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

body {

	background-image: url(img/fundo_html.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}
* {
	margin: 0;
	padding: 0;
}
* html {
  margin: 0;
}
.container {
	width: 734px;
	margin:0 auto;
}

/*
	topo

*/
#topo {

	background-image: url(img/topo.jpg);
	background-repeat: no-repeat;
	width: 734px;
	height: 195px;
	padding: 5px;
}

#topo #logo {

	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 704px;
	height: 130px;
	margin-left: 30px;
	display: block;
}

#topo #menu {

	display: block;
	width: 690px;
	height: 27px;
	padding-top: 27px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}

#topo #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	float: right;
	width: auto;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-align: center;
	margin-left: 10px;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#topo #menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	float: right;
	width: auto;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	margin-left: 10px;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #69B4BE;
}

/*
	conteudo

*/
#conteudo {

	width: 734px;
	height: 200px;
	padding: 5px;
}

#conteudo #conteudo_topo {

	background-image: url(img/conteudo_topo.gif);
	background-repeat: no-repeat;
	width: 734px;
	height: 25px;
}

#conteudo #conteudo_texto {

	background-image: url(img/conteudo_meio.gif);
	background-repeat: repeat;
	width: 700px;
/*	height: 300px; */
	padding-left: 30px;
}

#conteudo #conteudo_texto .box {

	width: 280px;
	float: left;
	margin-right: 10px;
}

.titulo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00596C;
	height: 30px;
}
.titulo2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00596C;
	height: 30px;
}
.texto {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	width: auto;
}
.texto a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00596C;
	text-decoration: underline;
}
.boxCorrido {

	width: auto;
	float: left;
	margin-right: 10px;
}
.textoCorrido {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	width: auto;
	line-height: 2em;
}
#conteudo #conteudo_texto .box img {

	float: left;
	margin-top: 4px;
	margin-right: 10px;
	display: block;
}

#conteudo #conteudo_texto .box2 {

	width: 170px;
	float: left;
	margin-top: 25px;
	height: 185px;
	padding: 10px;
}

.boxEndereco {

	display: block;
	clear: both;
	width: auto;
	height: auto;
	vertical-align: bottom;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00596C;
}
.boxEndereco a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #565656;
	text-decoration: none;
}
.boxEndereco a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00596C;
	text-decoration: underline;
}

#conteudo #conteudo_rodape {

	background-image: url(img/conteudo_rodape.gif);
	background-repeat: no-repeat;
	width: 734px;
	height: 25px;
}