body {
  color: #10151b;
  font-family: 'Exo 2', sans-serif; }

.head-background {
  position: absolute;
  top: 31px;
  width: 100%;
  height: 315px;
  z-index: -300;
  background-image: url("../img/pattern.png"); }

.foot-background {
  position: absolute;
  top: 1065px;
  width: 100%;
  height: 130px;
  z-index: -300;
  background-image: url("../img/pattern.png"); }

.wrapper {
  width: 960px;
  margin: 0px auto; }

.main-header {
  text-align: center;
  padding-left: 320px;
  font-weight: bold; }
  .main-header .language {
    height: 31px; }
    .main-header .language li {
      display: inline;
      text-transform: uppercase;
      line-height: 31px;
      margin-left: 20px;
      margin-right: 20px; }
	.main-header .language a {
		text-decoration: none;
		color:#000;
	}
	.main-header .language a:hover {
		color:#f00;
	}
	.main-header .language .active {
		color:#f00;
	}
    .main-header .language .inactive {
      text-decoration: line-through; }
  .main-header nav {
    height: 57px; }
    .main-header nav li {
      display: inline-block;
      text-transform: uppercase;
      line-height: 57px; }
      .main-header nav li a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        line-height: 57px;
        padding-left: 15px;
        padding-right: 15px; }
      .main-header .ger{
        padding-left: 11px;
        padding-right: 11px; }
      .main-header nav li a:hover, .main-header nav li a.active {
        background: #f00; }

.left-content {
  width: 320px;
  float: left; }
  .left-content header.logo {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    width: 307px;
    text-indent: -3333px;
    height: 235px;
    margin: 0px auto 50px; }
  .left-content section {
    width: 250px;
    margin: 0px auto; }
    .left-content section header {
      height: 34px;
      margin-bottom: 10px; }
      .left-content section header h1 {
        line-height: 34px;
        text-align: center;
        color: #ff000a;
        font-weight: bold; }
  .left-content section.about header {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url("../img/pattern.png"); }
  .left-content section.about ul li {
    color: #ff000a;
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px; }
    .left-content section.about ul li span {
      color: #10151b; }
    .left-content section.about ul li ul li {
      margin-left: 10px;
      list-style: none;
      margin-bottom: 0px; }
    .left-content section.about ul li ul li:before {
      content: "-";
      position: relative;
      left: -8px;
      margin-left: -7px; }
  .left-content section.address {
    background-image: url("../img/pattern.png");
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 40px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    .left-content section.address p {
      padding: 15px 0 15px; }
    .left-content section.address a {
		text-decoration:none;
		color:#F00;
	}
.main-content {
  width: 580px;
  height: 978px;
  margin: 0px auto;
  float: left;
  background-image: url("../img/back.png");
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px; }
  .main-content header.main {
    background-image: url("../img/head.png");
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 69px;
    padding: 0px 10px 0px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 250px;
    text-shadow: 0px 0px 5px #000;
    margin-bottom: 70px; }
  .main-content header.novo {
	margin-bottom:30px;	  
  }
  .main-content .content header h1 {
    text-transform: uppercase;
    color: #ff000a;
    margin-bottom: 30px; }
  .main-content .content h2 {
    color: #ff000a;
    margin-top: 20px;
    margin-bottom: 5px; }
  .main-content .content ul.content {
    margin-left: 20px; }
    .main-content .content ul.content li {
      color: #ff000a;
      list-style: disc;
      margin-bottom: 5px; }
      .main-content .content ul.content li span {
        color: #10151b; }
      .main-content .content ul.content li ul {
        margin-top: 5px;
        margin-bottom: 20px; }
        .main-content .content ul.content li ul li {
          color: #10151b;
          list-style: none; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }
