body {
  margin: 0px;
  padding: 0px;
  background: #e5f8fc url(/images/background.jpg) center top no-repeat;
  color: white;
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
  text-align: center;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: black;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1, h2, h3, p, hr, ul, li, form {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 22px;
}

h1 {
  font-size: 18px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
}

.align-left {
  text-align: left;
}

button {
  cursor: pointer;
  background-color: #fff1bb;
  color: #645106;
  border: 1px solid #decaa1;
  padding: 4px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

button:hover {
  background-color: #d4f2fb;
  color: #156677;
  border: 1px solid #8dc1cc;
}

a.button {
  display: block;
  height: 33px;
  padding-left: 9px;
  background: transparent url(/images/button_left.png) left top no-repeat;
  color: #645106;
  text-decoration: none;
  cursor: pointer;
}

a.button span {
  display: block;
  height: 24px;
  padding: 9px 19px 0px 10px;
  background: transparent url(/images/button_right.png) right top no-repeat;
  color: #645106;
}

a.button:hover {
  background-position: left bottom;
  color: #156677;
}

a.button:hover span {
  background-position: right bottom;
  color: #156677;
}

a.button.inverse {
  float: right;
  background-position: left bottom;
}

a.button.inverse span {
  background-position: right bottom;
  color: #156677;
}

a.button.inverse:hover {
  float: right;
  background-position: left top;
}

a.button.inverse:hover span {
  background-position: right top;
  color: #645106;
}

#container {
  width: 1020px;
  margin: 0px auto;
  text-align: left;
}

/*** HEADER ***/

#header {
  float: left;
  width: 340px;
  height: 96px;
}

#header h1 {
  padding-top: 45px;
}

#header h1 a {
  display: block;
  width: 255px;
  height: 50px;
  overflow: hidden;
  color: white;
  text-indent: -9999px;
}

/*** MAIN MENU ***/

#mainmenu {
  float: left;
  width: 675px;
  height: 96px;
}

#mainmenu ul {
  padding: 72px 0px 0px 0px;
  list-style-type: none;
}

#mainmenu ul li {
  float: left;
  margin-right: 5px;
}

#mainmenu ul li a {
  display: block;
  height: 34px;
  padding-left: 5px;
  background: transparent url(/images/mainmenu_left.png) left top no-repeat;
  text-decoration: none;
  cursor: pointer;
}

#mainmenu ul li a span {
  display: block;
  height: 24px;
  padding: 10px 14px 0px 9px;
  background: transparent url(/images/mainmenu_right.png) right top no-repeat;
  text-transform: uppercase;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active {
  background-position: left bottom;
}

#mainmenu ul li a:hover span,  #mainmenu ul li a.active span {
  background-position: right bottom;
  color: #e3900b;
}

/*** WRAP AND CONTENT ***/

#shadow {
  padding-top: 15px;
  background: transparent url(/images/shadow_top.png) left top no-repeat;
  overflow: hidden;
  clear: both;
}

#content {
  background: transparent url(/images/shadow.png) left top repeat-y;
  color: black;
}

/*** FIRST ROW ***/

#first_row {
  padding: 15px 0px;
}

#first_row h2 {
  padding-bottom: 5px;
  color: #e3900b;
  font-size: 14px;
}

#first_row p {
  padding: 10px 0px;
  color: #20071b;
}

#first_row p img {
  margin-right: 5px;
}

#first_row p .button {
  float: right;
}

#first_row .left_box {
  float: left;
  width: 535px;
  padding: 0px 5px 0px 25px;
  border-right: 1px solid #ccebfa;
}

#first_row .right_box {
  float: left;
  width: 415px;
  padding: 0px 0px 15px 20px;
}

/*** RIGHT SUB MENU ***/

#subMenu h2, #subMenu h3 {
  padding-bottom: 5px;
  color: #e3900b;
  font-size: 14px;
}

#subMenu h3 {
  padding: 0px;
}

#subMenu p {
  padding: 10px 0px;
  color: #363336;
}

#subMenu .left_box {
  float: left;
  width: 275px;
  padding: 25px 0px 0px 0px;
}

#subMenu .left_box ul {
  list-style-type: none;
}

#subMenu .left_box ul li {
  padding: 5px 0px 5px 28px;
  background: transparent url(/images/check.png) left center no-repeat;
  color: #226478;
}

#subMenu .left_box .button {
  float: right;
  margin-top: -10px;
}

#subMenu .middle_box {
  float: left;
  width: 275px;
  padding: 25px 0px 0px 0px;
}

#subMenu .middle_box ul {
  list-style-type: none;
}

#subMenu .middle_box ul li {
  padding: 5px 0px 5px 45px;
  background: transparent url(/images/dot.png) 18px center no-repeat;
}

#subMenu .right_box {
  float: left;
  width: 275px;
  padding: 25px 0px 0px 0px;
}

#subMenu .right_box .button {
  width: 205px;
  margin-left: 40px;
}

/*** SECOND ROW ***/

#second_row {
  height: 330px;
  background: transparent url(/images/second_row.gif) center top no-repeat;
  overflow: hidden;
  clear: both;
}

#second_row h2, #second_row h3 {
  padding-bottom: 5px;
  color: #e3900b;
  font-size: 14px;
}

#second_row h3 {
  padding: 0px;
}

#second_row p {
  padding: 10px 0px;
  color: #363336;
}

#second_row .left_box {
  float: left;
  width: 305px;
  padding: 25px 25px 0px 25px;
  border-right: 1px solid #ccebfa;
}

#second_row .left_box ul {
  list-style-type: none;
}

#second_row .left_box ul li {
  padding: 5px 0px 5px 28px;
  background: transparent url(/images/check.png) left center no-repeat;
  color: #226478;
}

#second_row .left_box .button {
  float: right;
  margin-top: -10px;
}

#second_row .middle_box {
  float: left;
  width: 290px;
  padding: 25px 10px 0px 10px;
  border-right: 1px solid #ccebfa;
}

#second_row .middle_box ul {
  list-style-type: none;
}

#second_row .middle_box ul li {
  padding: 5px 0px 5px 45px;
  background: transparent url(/images/dot.png) 18px center no-repeat;
}

#second_row .right_box {
  float: left;
  width: 315px;
  padding: 25px 15px 0px 15px;
}

#second_row .right_box .button {
  width: 205px;
  margin-left: 40px;
}

#second_row .right_box ul {
  list-style-type: none;
}

#second_row .right_box ul li {
  padding: 5px 0px 5px 45px;
  background: transparent url(/images/dot.png) 18px center no-repeat;
}

#second_row .right_box a {
  text-decoration: underline;
}

/*** THIRD ROW ***/

#third_row {
  clear: both;
}

#third_row h2 {
  padding-bottom: 0px;
  color: ##e3900b;
  font-size: 14px;
}

#third_row p {
  padding: 10px 0px;
  color: #20071b;
}

#third_row .left_box {
  float: left;
  width: 360px;
  padding: 0px 25px 0px 25px;
}

#third_row .right_box {
  float: left;
  width: 590px;
  padding: 0px 0px 0px 0px;
}

#third_row .right_box img {
  float: left;
  margin-right: 15px;
}

/*** FOOTER ***/

#footer {
  padding: 35px 20px 0px 20px;
  background: transparent url(/images/shadow_bottom.png) left top no-repeat;
  clear: both;
  font-size: 14px;
}

#footer h2 {
  margin-bottom: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #744174;
  color: #095a69;
  font-size: 14px;
}

#footer a {
  color: #095a69;
}

#footer .left {
  width: 320px;
}

#footer .left .content {
  float: left;
  color: #095a69;
}

#footer .left .mapa {
  float: right;
  text-align: right;
}

#footer .left .mapa a {
  font-size: 12px;
}

#footer .right {
  width: 590px;
}

#footer .right .content {
  float: left;
  width: 370px;
  color: #095a69;
}

#footer .right .phone {
  float: right;
  color: #095a69;
  text-align: right;
}

#footer .right .phone a {
  margin-top: 8px;
  color: #320132;
  font-weight: bold;
}

#copyright {
  margin-top: 20px;
  padding: 2px 0px 15px 5px;
  border-top: 1px solid #744274;
  clear: both;
  color: #095a69;
  font-size: 11px;
}

#copyright a {
  color: #095a69;
}

#contentSub {
  float: left;
  background: transparent url(/images/shadow.png) left top repeat-y;
  position: relative;
  color: black;
}

#contentLeft {
  float: left;
  width: 650px;
  padding: 24px;
  padding-top: 5px;
  position: relative;
}

#contentLeft p {
  padding: 5px 0px;
}

#contentLeft img {
  margin: 4px;
}

#contentLeft a {
  color: #226478;
}

#contentLeft h1, #contentLeft h2 {
  color: #e3900b;
}

#subMenu {
  float: left;
  width: 300px;
  padding: 10px;
  position: relative;
  border-left: 1px solid #DDCFDD;
}

#subMenu ul li {
  color: #226478;
}

#subMenu ul {
  padding-top: 10px;
  padding-left: 20px;
}

#subMenu ul li a {
  color: #226478;
  font-weight: bold;
  text-decoration: none;
}

#subMenu ul li a:hover {
  color: #226478;
  font-weight: bold;
  text-decoration: none;
}

#galeria {
  width: 640px;
}

#galeria li {
  display: inline;
  float: left;
  width: 160px;
  height: 164px;
  position: relative;
  text-align: center;
}

#galeria img {
  border: 2px solid #2f002f;
}

#galeria li span {
  display: inline;
  font-size: 0.9em;
  text-align: center;
}

/*** FORUM ***/

#forum {
  background: transparent url(/images/shadow.png) left top repeat-y;
  color: black;
  padding: 5px 24px 50px 24px;
  overflow: hidden;
}

#forum h1 {
  color: #e3900b;
}

#forum h1 a {
  color: #e3900b;
  text-decoration: underline;
}

#forum_left {
  float: left;
  width: 650px;
  border-right: 1px solid #DDCFDD;
}

#forum_categories {
  padding: 15px 15px 10px 15px;
  min-height: 270px;
}

#forum_categories a {
  color: #435056;
}

#forum_categories table {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  border-spacing: 0px 4px;
  *border-collapse: collapse;
}

#forum_categories table th {
  color: #435056;
  font-weight: normal;
  vertical-align: bottom;
}

#forum_categories table th.form {
  text-align: left;
}

#forum_categories table th.form #new_topic_box {
  clear: both;
  display: none;
}

#forum_categories table td {
  padding: 0px;
  border-top: 1px solid #e1e3e3;
  border-bottom: 1px solid #e1e3e3;
  background: #f8fafa url(/images/table_line.gif) left center no-repeat;
}

#forum_categories table td.cat_title {
  padding: 7px 4px 7px 10px;
  border-left: 1px solid #e1e3e3;
  background: #f8fafa none;
  text-align: left;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
}

#forum_categories table td.cat_title strong {
  color: #435056;
  font-size: 15px;
  font-weight: normal;
}

#forum_categories table td.last {
  border-right: 1px solid #e1e3e3;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

/*** PAGING ***/

.paging_block {
  padding: 10px 15px 15px 20px;
  border-top: 1px solid #f3f3f3;
}

.paging_block .goto {
  float: right;
  color: #555555;
}

.paging_block .goto input {
  width: 20px;
  color: black;
  text-align: center;
  border: 1px solid #bfc8c8;
  padding: 3px;
}

.paging_block .goto button {
  padding: 2px 5px;
}

.paging a, .paging span {
  display: block;
  float: left;
  width: 24px;
  height: 18px;
  margin-right: 5px;
  padding-top: 5px;
  border: 1px solid #e2e4e4;
  background-color: #f8fafa;
  color: #747e81;
  font-size: 11px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
}

.paging a:hover, .paging a.active {
  border: 1px solid #d1d5d5;
  background-color: #f3f6f6;
  color: #0b1c21;
}

.paging a.active {
  cursor: default;
}

.paging span {
  padding: 4px 1px 1px 1px;
  border: none;
  background-color: transparent;
}

.paging a.first, .paging a.prev, .paging a.next, .paging a.last {
  width: 26px;
  height: 25px;
  padding: 0px;
  border: none;
  background: transparent url(/images/paging_bg.gif) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.paging a.first:hover {
  background-position: left bottom;
}

.paging a.prev {
  background-position: -26px top;
}

.paging a.prev:hover {
  background-position: -26px bottom;
}

.paging a.next {
  background-position: -52px top;
}

.paging a.next:hover {
  background-position: -52px bottom;
}

.paging a.last {
  background-position: right top;
}

.paging a.last:hover {
  background-position: right bottom;
}

/*** COMMENTS ***/

#comments {
  padding-top: 25px;
}

/*** COMMENT ***/

#comments .item {
  width: 620px;
  margin-bottom: 12px;
  padding-bottom: 4px;
  background-color: #f8fafa;
  padding: 10px;
  border: 1px solid #e1e3e3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#comments .item img.img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
  border: 1px solid #e1e3e3;
}

#comments .item .content {
  float: left;
  width: 535px;
}

#comments .item .username {
  color: #305c69;
  font-size: 13px;
}

#comments .item .username.mod {
  color: #e3900b;
}

#comments .item .added {
  display: block;
  color: #275f78;
  font-size: 11px;
}

#comments .item .text {
  padding: 5px 0px;
  font-size: 12px;
  color: #2a424c;
}

#comments .item .text p {
  padding: 4px 0px;
}

#comments .item .options {
  height: 16px;
  margin-top: 5px;
  padding-top: 8px;
  clear: both;
}

#comments .item .options a {
  display: block;
  float: left;
  color: #e3900b;
  cursor: pointer;
  text-decoration: underline;
  margin-right: 20px;
}

#comments .options a.reply:hover, #comments .options a.remove_comment:hover {
  color: #305c69;
}

#comments .quote {
  width: 530px;
  margin-top: 5px;
  font-size: 12px;
  padding: 10px;
  background-color: white;
}

#comments .quote .quote_username {
  display: block;
  padding-bottom: 4px;
  color: #839197;
}

#comments .quote .quote_text {
  color: #6a7073;
}

/*** COMMENTS FORM ***/

#comment_add {
  width: 600px;
  padding: 0px 10px 10px 10px;
}

#comment_add label {
  color: #2a424c;
  display: block;
  padding: 10px 0px 4px 0px;
}

#comment_add input, #comment_add textarea {
  border: 1px solid #bfc8c8;
  padding: 4px;
}

#comment_add input {
  width: 280px;
}

#comment_add textarea {
  height: 120px;
  width: 580px;
}

#comments .comments {
  padding: 25px 0px 10px 0px;
  clear: both;
}

/*** COMMENTS - REPLY ***/

#comment_reply {
  width: 500px;
  padding: 5px 10px 10px 10px;
  overflow: hidden;
}

#comment_reply label {
  color: #2a424c;
  display: block;
  padding: 10px 0px 4px 0px;
}

#comment_reply input, #comment_reply textarea {
  border: 1px solid #bfc8c8;
  padding: 4px;
}

#comment_reply input {
  width: 280px;
}

#comment_reply textarea {
  height: 120px;
  width: 480px;
  margin-bottom: 10px;
}

/*** STATUS ***/

.status {
  padding: 5px;
  border: 1px solid #33CC33;
  background-color: #9FE89F;
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.status.failed {
  border: 1px solid #FF0000;
  background-color: #FF8A8A;
}

.status.warning {
  border: 1px solid #FFFF8A;
  background-color: #FFFFB0;
  color: #606060;
}
