@charset "utf-8";
/* CSS Document */
/* sistema */
/* menu e abertura */
.body {
	margin:0px;
	background:#ffffff url(http://www.kbfoods.com.br/image/bac_site_teva.jpg) center top repeat;
	scroll:auto;
	border:0px;
}
.image_responsive { 
    max-width:100%;
    height:auto;
    position: relative;
    display:block;
    margin:0 auto;
}
.image_responsive  img{
	  max-width: 1280px;   /* Máximo da largura da imagem */
	  width: 100%;
	  height: 100%;
	  max-height: 280px;  /* Máximo da altura da imagem */
	  min-height: auto;      /* Mínimo da altura, por padrão “auto” */
}