@import url("menu.css");

*{
	margin:0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}


#cabecalho {
	width: 760px;
	margin: 0 auto;
	background-color: #0080c0;
}

h1 a {
	float: left;
	display: block;
	width: 200px;
	height: 60px;
	margin-right: 10px;
	background-image: url(../imagens/logo.jpg);
	background-position: top left;
}

h1 a:hover {
	background-image: url(../imagens/logo.jpg);
	background-position: top right;
}

#corpo {
	clear:both;
	width: 760px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#bread {
	clear: both;
	margin: 70px auto 20px auto;
	width: 750px;
	font-size: 10px;
	background-color: #EEEEEE;
	padding: 5px;
	color: #666666;
}

#bread li {
	list-style: none;
	display: inline;
}

#bread li a {
	font-weight: bold;
	background-image: url(../imagens/bread-seta.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 12px;
	margin-right: 1px;
	color: #666666;
	text-decoration: none;
}

#bread li a:hover {
	color: #333333;
	text-decoration: underline;
}
	
	
#botaoFolheto a {
	width: 84px;
	height: 23px;
	background-image: url(../imagens/botao-folhetos.gif);
	background-position: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding-top:3px;
	text-align: center;
}
	
#botaoFolheto a:hover {
	background-position: right;
}

/*COISAS*/

.some {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}


/* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
