@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
	font-family: Museo;
	src: url('fonts/Museo-300.ttf');
	font-weight:300;
}
@font-face {
	font-family: Museo;
	src: url('fonts/Museo-500.ttf');
	font-weight:500;
}
@font-face {
	font-family: Museo;
	src: url('fonts/Museo700-Regular.otf');
	font-weight:normal;
}
/*
@font-face {
	font-family: TempestaSeven;
	src:url('fonts/PF_TEMPESTA_SEVEN.TTF');
	font-weight:normal;
}
*/

@font-face{
	font-family: MyriadPro;
	src:url('fonts/MyriadPro-Regular.otf');}

h2 {
	font-family: Museo;
	font-weight:500;
	font-size:17px;
	padding: 0px;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	background-image: url(../img/separador-topo.png);
		background-repeat: no-repeat;
}

a {
	color:#000;
	text-decoration:none;
	}

h1{
	font-family: Museo;
	font-weight:500;
	font-size:20px;
	padding: 0px;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	background-image: url(../img/separador-topo.png);
	background-repeat: no-repeat;
	}

a img{border:none;}

body {
	padding: 0px;
	margin: 0px;
}
div {
 /*border:1px solid black;*/
}
#itens-menu {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
#itens-menu li a {
	float: left;
	color: #FFB80C;
	padding: 17px 10px 18px 10px;
	text-decoration: none;
	font-family:Museo;
	font-size:13px;
	font-weight:500;
}

p{
	font-family:MyriadPro;
	font-size:12px;
	line-height:17px;}

p.destaque{
	margin-top: -5px;
	font-family:MyriadPro;
	font-size:15px;
	line-height:17px;}

.center {
	margin: 0px auto;
}
.linha-conteudo {
	padding: 5px;
	margin:0px 0px 40px 0px;
	overflow:hidden;
}


#cabecalho-fundo{
	background-image:url(../img/fundo_topo.jpg);}

#cabecalho{
	width:900px;
	height:130px;}

#cabecalho .conteudo-esquerda{
	float:left;
	margin:20px;}

#cabecalho .conteudo-direita{
	float:right;
	margin:20px;}

#menu-fundo{
	background-color:#396B47;}

#menu{
	width:900px;
	height:50px;}

#conteudo{
	style:width:900px;}

#banner{
	height:340px;
	margin-bottom:10px;
	padding-bottom:50px;
	background-image:url(../img/fundo_banner.png);
	background-position:bottom;
	background-repeat:no-repeat;}

#conteudo{
	width:900px;}

legend {
	font-weight: bold;
}