/*--CSS Style Sheet-----------------------------------------------*/
/*-----by Gaspar Garcia de Paredes--------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*-- Fonts -------------------------------------------------------*/
/*----------------------------------------------------------------*/
h1, h2, h3 {
  font-family: "Myriad Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h4, h5, h6 {
  font-family: "Adobe Garamond", "Garamond", serif; }

p {
  font-family: "Adobe Garamond", "Garamond", serif;
  color: #212226; }

p + p {
  margin-top: 1em; }

p + h1 {
  margin-top: 1em; }

a {
  text-decoration: none;
  color: #212226; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/*-- Page Layout and Design --------------------------------------*/
/*----------------------------------------------------------------*/
html {
  height: 100%; }

body {
  background: url("/../img/bg/teatronacional-sm.jpg") no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%; }

#body-bg {
  height: 100%;
  width: 100%;
  background: url("/../img/bg/teatronacional.jpg") no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#header {
  height: 50px;
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.9); }

#wrapper {
  padding: 0;
  background: rgba(255, 255, 255, 0.9); }

#wrapper > div {
  width: 100%;
  background: rgba(200, 200, 200, 0.6); }

#landing {
  height: 100%;
  width: 100%; }

#footer {
  height: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9); }

#footer > div {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.9); }

.wrap {
  height: 100%;
  width: 1000px;
  margin: 0 auto; }

/*-- Content Styling ---------------------------------------------*/
/*----------------------------------------------------------------*/
#header {
  border-bottom: 1px solid #e1e2e6; }

#header ul {
  float: right;
  padding-right: 50px;
  background: url("/../img/logo-icon.png") no-repeat right top;
  background-size: 50px 50px;
  font-family: "Myriad Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

#header li {
  line-height: 44px;
  float: left;
  margin: 6px 10px 0;
  color: #212226; }

#header li.divider {
  margin: 0;
  color: #818286; }

/* floating title box */
#title {
  height: auto;
  width: 1000px;
  margin: 0 auto; }

#title > div {
  height: auto;
  width: 1000px;
  position: fixed;
  bottom: 50%; }
  @media only screen and (max-height: 800px) {
    #title > div {
      bottom: 40%; } }

div.title-box {
  width: 1000px;
  height: 120px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9); }
  @media only screen and (max-height: 800px) {
    div.title-box {
      height: 90px; } }

#title h1 {
  font-size: 100px;
  margin: 0 30px 30px;
  color: #818286;
  text-indent: -9999em;
  background: url("/../img/logo-versata-white.png") no-repeat left top;
  background-size: auto 100px; }
  @media only screen and (max-height: 800px) {
    #title h1 {
      font-size: 80px;
      margin-bottom: 20px;
      background-size: auto 80px; } }

#title h4 {
  float: left;
  width: 55%;
  border-right: 1px solid #818286;
  font-size: 34px;
  line-height: 56px;
  padding: 4px 5% 4px 30px;
  color: #414246; }
  @media only screen and (max-height: 800px) {
    #title h4 {
      font-size: 30px;
      line-height: 45px; } }

#title h5 {
  float: left;
  font-size: 18px;
  line-height: 25px;
  margin: 10px 30px 10px 5%;
  color: #414246; }
  @media only screen and (max-height: 800px) {
    #title h5 {
      font-size: 16px;
      line-height: 18px; } }

/* main content */
#content {
  padding: 100px 0; }

#content .main {
  width: 58%; }

#content .side {
  width: 30%;
  background: rgba(200, 200, 200, 0.6); }

#content .main, #content .side {
  padding: 20px; }

#content .wide {
  width: calc(100% - 240px);
  padding: 20px 120px; }

#content .left {
  float: left; }

#content .right {
  float: right; }

#content .clear {
  float: none;
  clear: both;
  padding-top: 100px; }

#content h1 {
  font-size: 44px;
  margin-bottom: 5px;
  color: #414246; }

#content h2 {
  font-size: 34px;
  margin: 6px 0 10px;
  color: #414246; }

#content h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 0;
  color: #414246; }

#content p {
  font-size: 20px;
  line-height: 28px;
  color: #212226; }

#content .bullet {
  margin-left: 18px; }

#content .caption {
  font-size: 16px;
  text-align: right;
  color: #818286; }

#footer p:first-child {
  float: left; }

#footer p:last-child {
  float: right; }

#footer p {
  clear: none;
  line-height: 50px;
  font-family: "Myriad Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #414246; }

#footer p + p {
  margin: 0; }
