body{
  width: 100%;
  min-width: 1300px;
  margin: 0;
  text-align: center;
}

header{
  width: 100%;
  height: 135px;
  background: #a91d21; /* Old browsers */
  background: -moz-linear-gradient(top,  #a91d21 1%, #92191c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a91d21), color-stop(100%,#92191c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a91d21 1%,#92191c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a91d21 1%,#92191c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a91d21 1%,#92191c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a91d21 1%,#92191c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a91d21', endColorstr='#92191c',GradientType=0 ); /* IE6-9 */
}
.main{
  position: relative;
  z-index: 1000;
  width:100%;
  min-width: 1300px !important;
  height:600px;
  background: #4a5d9e; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #4a5d9e 0%, #080049 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#4a5d9e), color-stop(100%,#080049)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #4a5d9e 0%,#080049 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #4a5d9e 0%,#080049 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #4a5d9e 0%,#080049 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #4a5d9e 0%,#080049 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a5d9e', endColorstr='#080049',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

footer{
  width: 100%;
  min-width: 1300px !important;
  height: 320px;
  padding-top: 30px;
  text-align:center;
  background: #a91d21; /* Old browsers */
  background: -moz-linear-gradient(top,  #a91d21 1%, #92191c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a91d21), color-stop(100%,#92191c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a91d21 1%,#92191c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a91d21 1%,#92191c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a91d21 1%,#92191c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a91d21 1%,#92191c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a91d21', endColorstr='#92191c',GradientType=0 ); /* IE6-9 */
}

.bg-main{
  width: 100%;
  min-width: 1300px !important;
  height: 671px;
  position: absolute;
  top: 135px;
  background: #000;
  z-index: 90;
  background-image: url(../img/bg-main.jpg);
}

canvas{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#main{
  position: absolute !inportant;
  height: 671px !important;
  margin-top: -120px;
  left: 50%;
  margin-left: -650px;
  z-index: 1000;  
  width: 1300px;
}

.item-menu{
  width: 200px;
  padding-top: 0px;
  margin-top: 80px;
  height: 20px;
  float: left;
  font-weight: normal;
  color:#FFF;
  position:relative;
  z-index:10000;
}

.centro{
  width: 1050px;
  margin: 0 auto;
}