@charset "iso-8859-1";
/* ------------------------------- Configurações Comuns */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9F9F9;
	font-family: "Trebuchet MS", sans-serif ;
	font-size: 11px;
	color: #7D7D7D;
}
img.bord {
	border: 2px solid #8A8C89;
}
a:link, a:visited, a:hover, a:active{
	color: #BF4C00;
}
.thumbs{
	width:50px;
	height:50px;
	padding:2px;
	background-color:#888;
	float:left;
	margin-right:5px;
}
.layout {
	width:100%;
	height:493px;
	background-image:url(img/bg.png);
	background-repeat: repeat-x;
}
.moldura{
	width:700px;
}
.fotomenu{
	width:700px;
}
.titulo_pag{
	font-family: "Trebuchet MS", sans-serif ;
	font-size: 22px;
	color: #4E4E4E;
	height:10px;
	width:460px;
	
}
.titulo2{
	font-family: "Trebuchet MS", sans-serif ;
	font-size: 17px;
	color: #4E4E4E;
}
.subtitulo_pag{
	font-family: "Trebuchet MS", sans-serif ;
	font-size: 11px;
	color: #E95201;
}
.titulo_texto{
	font-weight:bold;
	font-family: "Trebuchet MS", sans-serif ;
	font-size: 13px;
	color: #7E7E7E;
}
.titulo_data{
	font-family: "Trebuchet MS", sans-serif ;
	font-size: 9px;
	color: #E95201;
}
.rodape{
	margin-top:-10px;
	padding:18px;
	text-align:right;
}
.rodapeTit{	
	font-weight:bold;
	font-family: "Trebuchet MS", sans-serif ;
	font-size: 11px;
	color: #E95201;
}