@charset "utf-8";
/* Tags Genéricas */

html, body  {
	font: 100% Arial, Helvetica, sans-serif;
	height:100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(images/bg_index.png);
	background-repeat:repeat-x;
	background-color:#606060;
}

img {
	border:none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width:778px;
	min-height:100%;
	margin-bottom:-70px;
	background-color:#606060;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg_index.png);
	background-repeat: repeat-x;
}

#topo {
	width:778px;
	height: 307px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#principal {
	width:765px;
	margin: 0px 7px 0px 6px;
	padding: 0px 0px 0px 0px;
}

#principal2 {
	width:765px;
	margin: 0px 7px 0px 6px;
	padding: 0px 0px 0px 0px;
}

#baixo {
	width:100%;
	height:70px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	clear:both;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color:#1B4452;
}

#clearbaixo{
	margin: -70px 0px 0px 0px;
	clear:both;
	height:-70px;
}




