/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration:none;
	color:#0C578E;
}
a:hover {
	text-decoration:underline;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCD6E0;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}
#main {
	width: 775px;
	margin: 0 auto;
}
.ie {
	display: none;
	clear: both;
}

/* TOPO */

h1 {
	display: none;
}
.menu {
	display: none;
}
#box {
	float:left;
	width: 775px;
	list-style: none;
}
#box li {
	float:left;
	text-indent: -9999px;
}
#box li a {
	 float: left;
	 width: 154px;
	 height: 236px;
	 text-indent: -9999px;
}
#noticia {
	float: left;
	width: 435px;
	height: auto;
	padding: 0 12px 10px 12px;
	margin: 12px 0 0 0;
}
#noticia h2 {
	background: url(images/img_19.gif) no-repeat;
	border-bottom: 1px solid #DCE6EC;
	text-indent: -9999px;
}
#noticia span {
	font-size: 10px;
	font-weight: bold;
	color: #717171;
}
#noticia ul h3 {
	font-size: 11px;
	font-weight: bold;
	color: #0C578E;
}
#noticia p {
	font-size: 10px;
	color: #717171;
	margin: 5px 0 0 0;
}
#noticia li {

	list-style-image:url("/images/arrow2.gif");
}
#clientes {
	float: left;
	width: 291px;
	height: 100px;
	margin-left: 25px;
	margin: 12px 0 0 0;
}
#clientes h2 {
	background: url(images/img_22.gif) no-repeat;
	border-bottom: 1px solid #DCE6EC;
	text-indent: -9999px;
}
#clientes ul {
	list-style: none;
	margin: 18px 0 0 50px;
}
#clientes li {
	float: left;
}
#clientes li a {
	 float: left;
	 width: 46px;
	 height: 48px;
	 text-indent: -9999px;
}
#rodape {
	float: left;
	width: 100%;
	font-size: 10px;
	color: #545454;
	background: url(images/bg_rodape.jpg) repeat-x;
	padding:23px 0 23px 0;
}
#rodape a {
	color: #545454;
	text-decoration: none;
}
#rodape a:hover {
	text-decoration: underline;
}
