/*
 * Style Definitions
 * A-Company - a-company.ws
 *
 * Andrés Díaz Soto <andres.diaz@abaxasesores.com>
 * Abax Asesores S.A. - abaxasesores.com
 *
 */

/* Normalization */

body, div,
dl, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

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

fieldset, img {
  border: 0;
}

/* Standard Elements */

html {
  height: 100%;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  color: #fff;
  font-size: 100%;
  margin-left: 10px;
}

#lwindow h1 {
  color: #fff;
  font-size: 100%;
  margin-left: 0;
  padding-left: 2em;
}

h2 {
  font-size: 100%;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}

a {
  outline: none;
}

hr {
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  margin: 15px 0;
  border: none;
}

/* Layout */

div#background {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}

div#background img {
  width: 100%;
  height: 100%;
}

/* Main Menu */
ul#menu-main {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 1;
  display: none;
}

/* Secondary Menus */
ul.sec {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
}

/* Tercer Menu */
ul.terc {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
}

/* "Enter Site" element */
div#enter {
  position: absolute;
  z-index: 1;
}

/* Custom styles */

div.loading {
  background: #fff url(../img/loading.gif) no-repeat center center;
}

/* "Enter Site" element */
div#enter {
  width: 150px;
  padding: 0.5em 0;
  background: transparent url(../img/1x1-black-50.png);
  /*background-color: #666;*/
}

div#enter p {
  margin-left: 2em;
  color: #fff;
  font-weight: bold;
}

div#enter p:after {
  content: ' >';
  white-space: nowrap;
}


/* Menu */
ul.main, ul.sec, ul.terc {
  width: 150px;
  padding: 5px 0;
  background: transparent url(../img/1x1-black-50.png);
  /*background-color: #666;*/
}

ul.terc {
  width: 320px;
}

ul.menu li {
  padding: 4px 0;
}

ul.acc li {
  background-color: #999;
}

ul.menu a:link,
ul.menu a:hover,
ul.menu a:visited,
ul.menu a:active {
  color: #fff;
  text-decoration: none;
  padding-left: 2em;
  font-weight: bold;
}

ul.menu a:after {
  white-space: nowrap;
  content: ' >';
}

/* Content Frame */
div#content {
  color: #fff;
  position: relative;
  overflow: auto;
}

div.page {
  height: 466px;
  width: 710px;
}

div.list {
  height: 450px;
  width: 320px;
  /*background: transparent url(../img/1x1-black-50.png);*/
}

.show_project div.list {
  height: 83.96%;
  width: 320px;
}
div#images {
  height: 466px;
  margin-bottom: 2em;
}

div#body {
  margin: 10px;
}

div#content p {
  margin-bottom: 0.5em;
}

a.internal:link, a.external:link,
a.internal:active, a.external:active,
a.internal:visited, a.external:visited,
a.internal:hover, a.external:hover {
  color: #999;
  text-decoration: none;
}

a.internal:link,
a.internal:active,
a.internal:visited,
a.internal:hover {
  color: #FFA13C;
}

a.external:link,
a.external:active,
a.external:visited,
a.external:hover {
  color: #6CA5FF;
}

a.external:hover, a.internal:hover {
  text-decoration: underline;
}


/* Prev/Next buttons */
div#buttons {
  height: 466px;
  width: 700px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  overflow: hidden;
}

a#prev {
  float: left;
  width: 70px;
  height: 100%;
  display: none;
  text-indent: -9999px;
}

a#prev:hover {
  background: transparent url(../img/arrow-new-left.png) no-repeat 10px center;
}

a#next {
  float: right;
  width: 280px;
  height: 100%;
  display: none;
  text-indent: -9999px;
}

a#next:hover {
  background: transparent url(../img/arrow-new-right.png) no-repeat 220px center;
}

a#down {
  display: block;
  position: absolute;
  left: 70px;
  bottom: 0;
  width: 350px;
  height: 466px;
  text-indent: -9999px;
}

a#down:hover {
  background: transparent url(../img/arrow-new-down.png) no-repeat 255px 406px;
}

/* PopUp */
div#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.70;
  z-index: 10;
}

div.win {
  display: none;
  position: absolute;
  background: transparent url(../img/1x1-black-70.png);
  overflow: hidden;
}

div#cwindow {
  height: 491px;
  width: 710px;
  z-index: 12;
}

div#lwindow {
  width: 320px;
  height: 475px;
  z-index: 11;
}

div#pwindow {
  width: 320px;
  height: 475px;
  z-index: 11;
}

div.wtitle {
  width: 100%;
  background-color: #666;
  height: 25px;
  line-height: 25px;
}

.show_project div.wtitle {
  width: 100%;
  background-color: #666;
  height: 1em;
  line-height: 1em;
  padding: 10px 0;
}

p.wclose {
  float: right;
  margin-right: 10px;
}

div.wtitle a:link,
div.wtitle a:active,
div.wtitle a:visited,
div.wtitle a:hover {
  text-decoration: none;
  color: #fff;
}

/* Lists of pages */

.show_project ul.a_list {
/*  padding: 5px 0;
  height: 162px;*/
}

ul.a_list li {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2em;
  height: 25px;
  line-height: 25px;
}

.show_project ul.a_list li:first-child {
  padding-top: 7px;
}

.show_project ul.a_list li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 2em;
  height: 15px;
  line-height: 15px;
}

ul#news_list li.even {
  background: transparent url(../img/1x1-gray-50.png);
}

ul#news_list li.odd {
  background: transparent url(../img/1x1-black-50.png);
}

ul.a_list a:link,
ul.a_list a:hover,
ul.a_list a:visited,
ul.a_list a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
