input.text {
  color: #666;
  font-size: 100%;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  background: #FFF url(/imagenes/bg_input.gif) no-repeat;
  margin: 0px;
}
input.text:focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
input.text.focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
textarea {
  color: #666;
  font-size: 100%;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  background: #FFF url(/imagenes/bg_input.gif) no-repeat;
  margin: 0px;
}
textarea:focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
textarea.focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
*.select {
  color: #666;
  font-size: 100%;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  background: #FFF url(/imagenes/bg_input.gif) no-repeat;
  margin: 0px;
}
*.select:focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
*.select.focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
select {
  color: #666;
  font-size: 100%;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  background: #FFF url(/imagenes/bg_input.gif) no-repeat;
  margin: 0px;
}
select:focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
select.focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}

button {
  color: #ffffcc !important;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  font-size: 100%;
  padding: 4px 8px;
  background-color: #99cc66;
  border: 1px solid #75a848;
}
button:hover {
  text-decoration: none;
  background-color: #90c55c;
  border-color: #54822c;
}
*.submit {
  color: #ffffcc !important;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  font-size: 100%;
  padding: 4px 8px;
  background-color: #99cc66;
  border: 1px solid #75a848;
}
*.submit:hover {
  text-decoration: none;
  background-color: #90c55c;
  border-color: #54822c;
}

form {
  margin: 0; 
  padding: 0;
  /* Global Form Elements */
  /* Layouts */
}
form *.msg {
  width: 450px;
}
form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
form label {
  color: #444;
  font-size: 1em;
}
form label.required {
  font-weight: bold;
}
form input:disabled {
  background-color: #FFF !important;
}
form input.submit:disabled {
  cursor: default;
  background-color: #CCC !important;
  color: #999;
  border-color: #CCC;
}
form input.submit {
  outline: none;
}
form input.submit:disabled:hover {
  border-color: #CCC;
}
form textarea {
  font: 1.1em normal Arial, Helvetica, sans-serif;
  width: 98%;
  height: 160px;
  color: #666;
  margin: 0;
  background-color: #FFF;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
}
form *.red {
  color: red;
  font-weight: bold;
}
form *.legend {
  clear: left;
  padding: 10px 0;
  margin: 10px 0;
}
form *.legend strong {
  font-size: 1.1em;
  display: block;
}
form *.legend small {
  font-size: 1em;
  color: #666;
}
form *.legend span {
  font-size: 1em;
  color: #666;
}
form *.h_row {
  padding: 6px 0;
}
form *.h_row label {
  margin-right: 5px;
}
form *.radio_row {
  float: left;
  clear: both;
  padding: 8px 0;
  margin-left: 130px;
}
form *.radio_row *.radio_pair {
  float: left;
}
form *.radio_row *.radio_pair input {
  margin-right: 3px;
}
form *.text_row {
  float: left;
  clear: both;
  padding: 8px 0;
}
form *.text_row.required label {
  font-weight: bold;
}
form *.text_row.highlight {
  background-color: #FFFF99;
}
form *.text_row *.t_label {
  float: left;
  display: block;
  width: 120px;
  padding-top: 4px;
  text-align: right;
}
form *.text_row *.t_label label small {
  font-weight: normal;
}
form *.text_row *.t_input {
  float: right;
  text-align: left;
  width: 340px;
}
form *.text_row *.t_input input {
  width: 220px;
}
form *.text_row *.t_input input.checkbox {
  width: auto;
}
form *.text_row *.t_input input {
  color: #666;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  background: #FFF url(/imagenes/bg_input.gif) no-repeat;
}
form *.text_row *.t_input input:focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
form *.text_row *.t_input input.focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
form *.text_row *.t_input textarea {
  color: #666;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  background: #FFF url(/imagenes/bg_input.gif) no-repeat;
}
form *.text_row *.t_input textarea:focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
form *.text_row *.t_input textarea.focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
form *.text_row *.t_input select.select {
  color: #666;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  background: #FFF url(/imagenes/bg_input.gif) no-repeat;
}
form *.text_row *.t_input select.select:focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
form *.text_row *.t_input select.select.focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
form *.text_row *.t_input select {
  color: #666;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  background: #FFF url(/imagenes/bg_input.gif) no-repeat;
}
form *.text_row *.t_input select:focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
form *.text_row *.t_input select.focus {
  color: #333;
  background-image: url(/imagenes/bg_input_a.png);
}
form *.text_row *.vmiddle {
  padding: 4px 0;
}
form *.text_row *.r_input {
  float: right;
  text-align: left;
  width: 340px;
}
form *.text_row *.label_description {
  color: #777;
  font-size: 0.9em;
  line-height: 1;
  padding-top: 2px;
  display: block;
}
form *.file_row {
  position: relative;
}
form *.check_row {
  clear: both;
  padding: 6px 0;
}
form *.check_row * {
  vertical-align: middle !important;
}
form *.check_row label {
  display: inline;
}
form *.check_row input {
  margin-right: 3px;
}
form *.radio_group {
  padding: 5px 0;
}
form *.radio_set * { float: left; }
form *.radio_set label {
  font-size: 1em;
  padding-left: 4px;
  margin-right: 20px;
}
form *.submit_row {
  clear: both;
  padding: 8px 0;
  margin-left: 130px;
}
form *.submit_row input {
  color: #ffffcc !important;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  font-size: 100%;
  padding: 4px 8px;
  background-color: #99cc66;
  border: 1px solid #c4e2a7;
  border-right-color: #75a848;
  border-bottom-color: #75a848;
}
form *.submit_row input:hover {
  text-decoration: none;
  border-color: #75a848;
}
form *.submit_row button {
  color: #ffffcc !important;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  font-size: 100%;
  padding: 4px 8px;
  background-color: #99cc66;
  border: 1px solid #c4e2a7;
  border-right-color: #75a848;
  border-bottom-color: #75a848;
}
form *.submit_row button:hover {
  text-decoration: none;
  border-color: #75a848;
}

*.form_message {
  color: #000;
  padding: 10px 16px 10px 16px;
  margin-bottom: 12px;
  background-color: #f8f8f8;
  border-bottom: 3px solid #d4d4d4;
  position: relative;
}
*.form_message h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 6px;
}
*.form_message p {
  font-size: 90%;
  margin-bottom: 5px;
}
*.form_message *.close {
  top: 10px;
  right: 16px;
  font-size: 90%;
  position: absolute;
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, address, em, font, img, q, s, small, strike, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

ul.styled {
  list-style-type: disc !important; }
  ul.styled li {
    margin-left: 30px;
    margin-bottom: 5px; }

ol.styled {
  list-style-type: decimal !important; }
  ol.styled li {
    margin-left: 30px;
    margin-bottom: 10px; }

.enable_lists ul {
  list-style-type: disc; }
  .enable_lists ul li {
    margin-bottom: 5px; }

.rule {
  height: 1px;
  width: 100%;
  padding: 8px 0;
  clear: both;
  display: block;
  background: transparent url(/images/link_line.png) repeat-x 0 50%; }

.highlight {
  background: #FCFFA2; }

a.more {
  color: #444 !important;
  text-decoration: underline !important;
  background: transparent url(/images/seemore_arrow.png) no-repeat 2px 52%;
  padding-left: 10px;
  font-size: 90%; }
  a.more:hover {
    color: #000 !important; }

h1, .content_header {
  color: #40454F;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -0.5px;
  margin-bottom: 1em; }

h1 span.sub, .content_header span.sub {
  color: #999;
  font-size: 90%;
  white-space: nowrap; }

h1 .h_tag, .content_header .h_tag {
  font-size: 110%;
  color: #333; }

h2 {
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.8em; }
  h2 small {
    color: #999;
    font-size: 90%;
    font-size: 80%;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 8px; }
  h4 strong {
    font-weight: normal;
    color: #000; }

h5 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 10px; }

small {
  font-size: 90%; }

strong {
  font-weight: bold; }

.first {
  margin-left: 0 !important; }

.left {
  float: left; }

table {
  border-collapse: separate;
  border-spacing: 2; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

ol, ul {
  list-style: none; }

#content p, #sidebar p, #overlay p {
  line-height: 1.3;
  margin-bottom: 20px; }

a {
  color: #195190;
  outline: none;
  text-decoration: none; }
  a:visited {
    color: #195190;
    text-decoration: none; }
  a:hover {
    color: #195190;
    text-decoration: underline; }
  a:focus {
    outline: 0; }

a.rss_link {
  background: transparent url(/images/rss_small.gif) no-repeat;
  padding-left: 18px;
  font-size: 90%;
  font-weight: bold; }

a.topic_url {
  line-height: 1.1em;
  font-weight: bold;
  font-size: 1.2em;
  background: transparent url(/images/link_line.png) repeat-x scroll 0 95%; }

a.topic_urlhover {
  color: #414142;
  text-decoration: none; }

a.more_btn {
  margin-top: 10px;
  display: block;
  text-align: left; }

a.out {
  background: transparent url(/images/out.png) no-repeat 0 2px;
  padding-left: 16px; }

.ltf_link {
  font-weight: bold; }

a.btn {
  float: left;
  display: block;
  font-weight: bold;
  padding: 3px 8px;
  color: #1b6a7b;
  background-color: #aceefc;
  border: 1px solid #87ddef;
  border-top-color: #daf5fd;
  border-left-color: #daf5fd;
  margin-right: 8px; }

a.btnhover {
  border: 1px solid #87ddef; }

a.btn.selected {
  background: #FFF;
  color: #000 !important;
  border-color: transparent;
  cursor: default; }

a.btn_big {
  padding: 3px 8px;
  font-size: 1.2em;
  color: #1b6a7b !important;
  font-weight: bold;
  background-color: #aceefc;
  border: 1px solid #87ddef;
  border-top-color: #daf5fd;
  border-left-color: #daf5fd; }

a.btn_bighover {
  border: 1px solid #87ddef; }

a.btn_big.selected {
  background: #FFF;
  color: #000 !important;
  border-color: transparent;
  cursor: default; }

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0; }

.clear_left {
  clear: left;
  font-size: 1px;
  line-height: 0; }

.clear_right {
  clear: right;
  font-size: 1px;
  line-height: 0; }

body {
  margin: 0;
  padding: 0;
  color: #414142;
  font: 76%/1.2 Arial, Helvetica, sans-serif;
  background: #bbf0fa url(/images/body-center.png) repeat-y center top; }

html, body {
  height: 100%; }

#wrapper {
  min-height: 100%;
  _height: 100%;
  position: relative; }
  #wrapper #page {
    padding-bottom: 60px;
    font-size: 1.05em; }
  #wrapper #footer {
    width: 100%;
    position: absolute;
    bottom: 0; 
	}

#page_referrer {
  color: #888;
  background: #222;
  padding: 6px 15px;
  border-bottom: 1px solid #000; }
  #page_referrer a.return_url {
    color: #DAD4BA;
    padding-left: 16px;
    background: transparent url(/images/page_referrer_arrow.png) no-repeat 0 50%; }

.msg {
  color: #000;
  padding: 5px 10px;
  background-color: #FFFF99;
  margin-bottom: 10px; }
  .msg strong {
    font-size: 1.1em; }
  .msg span {
    font-weight: bold; }


#email_verification_warning {
  padding: 10px;
  background: #EBC4C4;
  border-left: solid 2px #EB879E;
  border-right: solid 2px #EB879E; }
  #email_verification_warning p {
    margin-bottom: 10px; }
  #email_verification_warning .title {
    color: #EB3333; }

.page_message {
  z-index: 1000;
  width: 980px;
  position: relative;
  margin: 0 auto; }
  .page_message .note_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    margin-top: -3px;
    background: #FFF;
    border: 1px solid #C1C1C1;
    border-top: 0;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    line-height: 1.3; }
    .page_message .note_box .title_bar {
      border-bottom: 1px solid #C1C1C1;
      color: #777; }
      .page_message .note_box .title_bar .actions {
        float: right;
        font-size: 90%;
        padding: 6px 10px;
        background-color: #EEE;
        border-left: 1px solid #C1C1C1; }
        .page_message .note_box .title_bar .actions .divider {
          color: #999;
          padding: 0 5px; }
      .page_message .note_box .title_bar .date {
        float: right;
        padding: 5px 10px; }
      .page_message .note_box .title_bar .from {
        float: left;
        padding: 5px 10px; }
    .page_message .note_box .content {
      padding: 10px;
      height: 110px;
      overflow: auto; }
      .page_message .note_box .content .subject {
        font-weight: bold;
        font-size: 1.1em;
        margin-bottom: 10px; }
      .page_message .note_box .content .body p {
        margin: 10px 0; }
      .page_message .note_box .content .hide {
        width: 67px;
        height: 18px;
        float: right;
        margin-right: -10px;
        margin-top: -10px;
        margin-bottom: -8px;
        overflow: hidden;
        text-indent: -10000px;
        background: transparent url(/images/page-message-close.png) no-repeat; }
        .page_message .note_box .content .hide:hover {
          background-position: 0 -18px; }

#user_registro {
  color: #b4b2a7;
  float: right;
  font-size: 1em; }
  #user_registro .logged_out {
    padding: 12px 0 12px; }
  #user_registro ul.logged_in li {
    float: left;
    padding: 12px 10px 12px;
    position: relative;
    background: transparent url(/images/nav_divider.png) no-repeat 100% 50%; }
    #user_registro ul.logged_in li.last {
      background: none;
      padding-right: 0; }
  #user_registro #user_nav {
    padding-left: 40px;
    position: relative; }
    #user_registro #user_nav span {
      cursor: default; }
    #user_registro #user_nav img {
      padding-left: 2px;
      vertical-align: middle;
      cursor: pointer; }

#container {
  z-index: 1;
  min-height: 300px;
  width: 948px;
  margin: 0 auto;
  padding: 20px 15px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #C1C1C1;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-width: 0; }
  #container #content {
    display: inline; }
    #container #content h2 {
      font-size: 1.5em;
      font-weight: bold;
      letter-spacing: -1px; }
    #container #content .headline {
      margin-bottom: 15px; }
      #container #content .headline strong {
        font-size: 120%;
        font-weight: normal; }
      #container #content .headline span {
        color: #666; }
  #container #sidebar {
    display: inline; }
  #container .sidebar_pod, #container .sb_pod {
    margin-bottom: 20px; }
    #container .sidebar_pod h2,     #container .sb_pod h2 {
      margin-bottom: 1em; }
  #container .sb_list {
    padding-top: 0.6em;
    border-top: 1px solid #CCC; }

#header {
  z-index: 3;
  position: relative; }

#nav_start_topic {
  float: right;
  font-weight: bold;
  width: 166px;
  height: 16px;
  padding: 6px 0 6px 30px;
  color: #232323;
  display: block;
  margin-top: -5px;
  margin-bottom: -7px;
  background: transparent url(/images/start_topic.png) no-repeat; }



#footer {
  color: #777;
  padding: 15px 0;
  margin-top: 20px;
  background: #FFF;
  width: 100%;
  border-top: 1px solid #CCC;
  text-align:center; }


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/ */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }



.sidebar_nav {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f6f6f6;
  border: 1px solid #DDD; }
  .sidebar_nav ul {
    padding: 4px 10px; }
    .sidebar_nav ul li {
      font-weight: bold; }
      .sidebar_nav ul li a {
        padding: 5px 0;
        display: block; }
      .sidebar_nav ul li.on a {
        color: inherit; }

