/*EXPOVINIS*/

.Titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #427C40;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.cantoEsq {
	background-image: url(canto_esq.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 15px;
}
.cantoDto {
	background-image: url(canto_dto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 8px;
}

/*TECNOVINIS*/
.TituloTecnovinis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #0F8DAD;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.cantoEsqTecnovinis {
	background-image: url(canto_esq_tecnovinis.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 15px;
}
.cantoDtoTecnovinis {
	background-image: url(canto_dto_tecnovinis.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 8px;
}

/*GOURMET*/
.TituloGourmet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #8F3A21;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.cantoEsqGourmet {
	background-image: url(canto_esq_gourmet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 15px;
}
.cantoDtoGourmet {
	background-image: url(canto_dto_gourmet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 8px;
}

