body {
	background: url(../imagens_site/fundo-padrao.jpg);
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('gotham-medium-webfont.eot');
    src: url('gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-medium-webfont.woff') format('woff'),
         url('gotham-medium-webfont.ttf') format('truetype'),
         url('gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('gotham-book-webfont.eot');
    src: url('gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-book-webfont.woff') format('woff'),
         url('gotham-book-webfont.ttf') format('truetype'),
         url('gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.menu_topo a{
	font-family:'gotham_boldregular'; 
	color:#FFFFFF;
	float:left;
	text-decoration:none;
	padding-top:35px; 
	padding-left:15px;
	font-size:14px;
	font-style:italic;
}
.menu_topo a:hover{
	color:#666666;
}
.tituloitens{	
	font-family:'gotham_boldregular'; 
	color:#313131;
	font-size:18px;
	padding-left:15px;
	padding-top:10px;
}
.textoitens{
	font-family:'gotham_mediumregular'; 
	color:#757575;	
	font-size:13px;
	font-style:italic;
	line-height:21px;
	padding-left:15px;
	padding-top:9px;
}
.titulopaginas{	
	font-family:'gotham_boldregular'; 
	color:#313131;
	font-size:35px;
	padding-top:30px;
	padding-bottom:10px;
}
.textopaginas{
	font-family:'gotham_bookregular'; 
	color:#757575;	
	font-size:13px;
	line-height:21px;
}
.tituloitens2{	
	font-family:'gotham_boldregular'; 
	color:#313131;
	font-size:18px;
	padding-top:10px;
}
.textoitens2{
	font-family:'gotham_mediumregular'; 
	color:#757575;	
	font-size:13px;
	font-style:italic;
	line-height:21px;
	padding-top:9px;
}

.input{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}