@charset "utf-8";

html, body {
  
}

body {
	background: #fbfbfc url('../../images/bg_main.png') top left repeat-x;
	min-width: 960px;
	font: 12px/185% Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	min-height: 400px;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 12px; }
h6 { font-size: 0.8em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  line-height: normal;
  font-family: 'Terminal Dosis Light', Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
p {
  margin: 0 0 20px;
}
a {
  color: #1e1742;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
}

b {
  color: #1e1742;
}

.center {
  margin: 0 auto !important;
  float: none !important;
}
.orange {
  color: #FF6600;
}

small {
  font-size: 10px;
}

label {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 16px;
}

label em {
  font-size: 10px;
}

input, textarea, select {
  line-height: 1.2em;
  height: 1.2em;
  margin: 0px 0px 10px 0px;
  padding: 6px 10px;
  width: 430px;
  outline: none;
  border: none;
  color: #666;
  background: #f6f7f6;
  border: none;
  resize: none;
  font-size: 11px;
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
select {
  height: auto;
}
textarea {
  height: 70px;
}

input:focus, textarea:focus, select:focus {
  font-style: normal; 
  color: #333;
}

input[type="button"],input[type="submit"],input[type="reset"] {
  width: auto;
  line-height: normal;
  height: auto;
  margin: 0 20px 0px 0;
  padding: 6px 20px;
  font-size: 10px;
  font-style: normal;
  color: #000;
  cursor: pointer;
  display: inline-block;
  background: #d2d1d9;
}

input.small {
  width: 250px;
}
select.small {
  width: 270px;
}

div.clear {
	clear: both;
}


.one, .one_third, .two_thirds, .one_forth, .two_forths, .three_forths {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
}
.one {
  width: 860px;
}
.one_third {
  width: 320px;
}
.two_thirds {
  width: 520px;
}
.one_forth {
  width: 170px;
  
}
.two_forths {
  width: 450px;  
} 

.three_forths {
  width: 670px; 
}

.last {
  margin: 0;
}

.inner {
  padding: 10px;
  box-shadow: 0px 0px 10px #888;
  background: #fff;
  position: relative;
}

div.log {
  margin: 0px 0 10px;
  padding: 3px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #333;
}
div.log span.error {
  color: #f75216;
}

#start {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  z-index: 1;
	background: transparent url('../../images/bg_start.jpg') no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#start img {
  width: 100%;
}
#start_info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 321px;
  height: 390px;
  padding: 40px 60px 0;
  margin: -215px 0 0 -220px;
  
  background: transparent url('../../images/bg_start_box.png') top left repeat;
}

#wrapper {
  width: 960px;
  padding: 0 0px;
  margin: 0 auto;
  clear: both;
}
  #header {
    margin: 50px 0 0px;
  }
  #header .fundo {
    height: 140px;
    z-index: 1;
    position: relative;
    
    background: #999;
  }
  
  #header .fundo img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  
  
  #header .logo {
    position: absolute;
    top: 20px;
    left: 100px;
    width: 290px;
    height:100px;
    z-index: 15;
  }
  #header .logo a {
    display: block;
    width: 290px;
    height:100px;
    z-index: 15;
  }
  
  #header .quotes {
    position: absolute;
    bottom: 28px;
    right: 40px;
    z-index: 10;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px #000;
  }

#langs, #langs_start {
  list-style: none;
  float: right;
  padding: 15px 0 5px;
}
#langs_start {
  float: none;
  padding: 0px 0 0 3px;
}
#langs_start li {
  padding: 30px 0;
  float: left;
}
#langs li, #langs_start li a {
  margin: 0 0 0 10px;
  float: left;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #284993;
  cursor: pointer;
}
#langs_start li a {
  margin: 0 20px 0 0;
}
#langs li a.selected, #langs li a:hover, #langs_start a:hover {
  color: #ff6600;
}
#langs_start li a {
  font-size: 12px;
}

#content {
  clear: both;
  padding: 30px 50px ;
}

  #content .menu {
  }
  #content .menu ul {
  }
  #content .menu ul li {
    position: relative;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
  }
  #content .menu ul li a {
    display: block;
    padding: 0px 10px;
    font-size: 15px;
    color: #464648;
    background: #d2d1d9;
    font-weight: 100;
    line-height: 38px;
    height: 38px;
    font-family: 'Terminal Dosis Light', Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  #content .menu ul li.active a, #content .menu ul li a:hover {
    color: #fff;
    
    background: #1e1742;
  }
  
  
  .menu ul li.menu_newsletter {
    position: relative;
  }  
  .menu ul li.menu_newsletter .formulario {
    position: absolute;
    z-index: 999;
    left: 180px;
    top: 0px;
    padding-left: 10px;
    line-height: normal;
    height: auto;
    text-align: left;
    color: #fff;
  }
  .menu ul li.menu_newsletter .formulario .close {
    float: right;
    font-size: 9px;
    font-family: "Verdana", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    line-height: normal;
    text-shadow: 0 0 1px #000;
  }
  .menu ul li.menu_newsletter .formulario .formulario_content {
    padding: 5px 10px;
    background: #1e1742 url(../../images/bg_dark_v2_.png) top left repeat;
    display: none;
    overflow: hidden;
  }
  .menu ul li.menu_newsletter .formulario .formulario_content h5 {
    margin: 0 0 5px;
    text-align: left;
  }
  .menu ul li.menu_newsletter .formulario .formulario_content .log {
  display: none;
  color: #fff;
  }
  
  #banner {
    margin: 20px 0 0;
  }

  #content_text {
    text-align: justify;
  }
  #content_text .menu {
    width: 200px;
  }

  #content .menu ul#tab-menu {
    margin: 44px 0 0;
  }
  #content .menu ul#tab-menu li {
    font-size: 13px;
    padding: 0px 5px;
    display: block;
    color: #464648;
    background: #d2d1d9;
    font-weight: normal;
    cursor: pointer;
    text-align: left;
    font-family: 'Terminal Dosis Light', Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
  }
  #content .menu ul#tab-menu li.selected {
    color: #fff;
    background: #1e1742;
  }
  
  #pub {
    padding: 0 0 0px;
    position: relative;
    margin: 0 0 28px;
  }
  #pub img {
  z-index: 1;
  }
  #pub small {
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 2px 8px;
    text-align: right;
    line-height: normal;
    text-transform: uppercase;
    background: transparent url(../../images/bg_dark_v2.png) center left repeat;
    font-size: 9px;
    z-index: 2;
  }
  
  .tab-content div.tab {
	display:none;
	padding: 0;
}

.tab-content div.tab.show {
	display:block;
}


.lista li {
  list-style: square url("../../images/li_bg.png");
  margin: 0 0 0 20px;
}


#footer {
    padding: 20px 0 10px;
}

  #footer .links {
    text-align: center;
  }
    
    #footer .links a, #footer .links span {
      display: inline-block;
      height: 16px;
      line-height: 16px;
      padding: 0px;
      margin: 0px 5px 4px;
      font-size: 10px;
      font-weight: bold;
    }
    #footer .links a.facebook {
      padding-left: 20px;
      background: transparent url(../../images/networks-facebook.gif) left center no-repeat;
    } 
    #footer .links a.twitter {
      padding-left: 20px;
      background: transparent url(../../images/networks-twitter.gif) left center no-repeat;
    } 
    #footer .links span, #footer .links a.facebook, #footer .links a.twitter {
      margin: 0px 2px 4px;
    }

  #footer div.author {
    font-size: 10px;
    text-align: center;
  }
  #footer div.author a {
    font-weight: bold;
  }
