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

body {
	background-image:url(../imagens/fundao.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
}

#boxflashprincipal {
	width:760px;
	height:auto;
}

#boxmenu {
	width:760px;
	heigth:auto;
	margin-bottom:10px;
}

#boxmapa {
	width:540px;
	height:auto;
	margin-bottom:20px;
	border-bottom:solid 1px #0066CC;
	float:left;
}

#boxlateral {
	width:190px;
	height:850px;
	border-left:solid 1px #0066CC;
	border-top:solid 1px #0066CC;
	text-align:center;
	float:right;
	padding:10px;
	background-image:url(../imagens/fundo.jpg) ;
	background-repeat:repeat-x
}

#boxcentral {
	width:540px;
	height:auto;
	float:left;
}

#boxnovidades {
	width:auto;
	height:auto;
	padding:10px;
	background-color:#FFFF99;
	border: solid 1px #FF0000;
}