@import url(http://fonts.googleapis.com/css?family=Open+Sans:700italic);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);

@import url(http://fonts.googleapis.com/css?family=Spinnaker);
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.content {
  width: 100%;
  *zoom: 1;
}
.content:before,
.content:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.margin-top-20 {
  margin-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: normal;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
h1 small {
  font-size: 21px;
}
h2 small {
  font-size: 15px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}
.btn {
  display: inline-block;
  *border-bottom: 0 none #a2a2a2;
   display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	text-decoration: none;
	color: #555555;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
**border-left-style: none;
	border-left-color: inherit;
	border-left-width: 0;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: 0;
	border-top-style: none;
	border-top-color: inherit;
	border-top-width: 0;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #555555;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 8px 19px 11px 19px;
  font-size: 15px;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 10.2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-success.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3e9db4;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *font-family: Open Sans, sans-serif;
	background-image: linear-gradient(to bottom, #44a7c0, #358da3);
	border-left-color: #358da3;
	border-right-color: #358da3;
	border-top-color: #358da3;
	border-bottom-color: #225b69;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #358da3;
  *background-color: #2f7c90;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #286c7d \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b8ce00;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *font-family: Open Sans, sans-serif;
	background-image: linear-gradient(to bottom, #c6df00, #a2b600);
	border-left-color: #a2b600;
	border-right-color: #a2b600;
	border-top-color: #a2b600;
	border-bottom-color: #5e6a00;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #a2b600;
  *background-color: #8b9d00;
}
.btn-success:active,
.btn-success.active {
  background-color: #758300 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #44a7c0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #358da3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 600px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  width: auto;
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
  font-size: 12px;
  color: #999999;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.form-horizontal {
  margin-bottom: 20px;
}
.form-horizontal h4 {
  display: block;
  overflow: hidden;
  margin: 20px 0;
  width: 100%;
  font-size: 16px;
  color: #848484;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.form-horizontal .help {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/site/help.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.help {
  display: block;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/site/help.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.subForm {
  display: block;
  overflow: visible;
  *zoom: 1;
  width: 100%;
}
.subForm:before,
.subForm:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.contentSelect {
  float: left;
  margin-right: 20px;
  *zoom: 1;
  width: 330px;
  position: relative;
}
.contentSelect:before,
.contentSelect:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.contentSelect .help {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/site/help.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.formActions {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
  border-top: 1px solid #999999;
  padding-top: 10px;
  text-align: right;
}
.formActions p {
  /*width: 60%;*/
  width: 30%;
  float: left;
  overflow: hidden;
  margin: 0;
  text-align: left;
}
.none-border {
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  border: 0;
  /* border-bottom: 1px solid #e5e5e5; */
}
legend small {
  font-size: 12px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #696969;
}
.checkboxlist_nowrap label
{
    white-space:nowrap;
    overflow:hidden;
    width:100%;
    display: inline;
    padding-left:5px;
    padding-right:20px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 16px;
  padding: 5px 6px 4px 6px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #bebebe;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 26px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 26px;
}
select {
  width: 220px;
  border: 1px solid #bebebe;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #bebebe;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
.radio,
.checkbox {
  min-height: 16px;
  padding-left: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  margin-top: 2px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 15px 20px 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 8px;
}
.help-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 12px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #ecff50;
  border-color: #a2b600;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 5px;
}
legend + .control-group {
  margin-top: 16px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 16px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  /**padding-left: 20px;*/
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 8px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.dateOfBirth select {
  width: 71px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin: 10px 0;
  border-bottom: 3px solid #555555;
}
.table tr.fullBorder {
  border: 1px solid #dddddd;
}
.table th,
.table td {
  padding: 8px;
  line-height: 16px;
  /*text-align: left;
  vertical-align: top;*/
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #f4f4f4;
  /* Agregar por PSM */
  border-right: 0px solid #f4f4f4;
  border-left: 0px solid #f4f4f4;
}
.table th {
  /*
	font-weight: 600;
	background-color: #41a2ba;
	color: white;
  */
}
.table thead th {
  vertical-align: top;
}
.table tfoot tr th {
  background-color: #b1e1ed;
  color: #000000;
  font-size: 14px;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #fbfbfb;
}

.full-border {
  border-bottom: none;
}
.full-border td {
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 10px;
  line-height: normal;
}
.full-border td span {
  /*display: block;*/
  overflow: hidden;
  margin-top: 6px;
  width: 100%;
  height: 10px;
}
.full-border td span.blue {
  background-color: #0170c1;
}
.full-border td span.green {
  /*background-color: #98d146;*/
  background-color: #0B610B;
}
.full-border td span.yellow {
  background-color: #FFFF00;
}
.full-border td span.red {
  background-color: #f30700;
}
.full-border tr.full td span {
  max-height: 100px;
}
.border {
  border: 1px solid #eeeeee;
}
.border th {
  text-align: center;
  background-color: white;
  color: #555555;
  font-weight: 600;
  font-size: 10px;
  border: 1px solid #eeeeee;
}
.border td {
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 10px;
  line-height: normal;
}
.border td span {
  display: block;
  overflow: hidden;
  margin-top: 6px;
  width: 100%;
  height: 10px;
}
.border td span.blue {
  background-color: #0170c1;
}
.border td span.green {
  /*background-color: #98d146;*/
  background-color: #0B610B;
}
.border td span.yellow {
  /*background-color: #d3d221;*/
  background-color: #FFFF00;
}
.border td span.red {
  background-color: #f30700;
}
.table-gray tbody tr {
  background-color: #eeeeee;
}
.table-gray tbody tr td {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.table-gray tbody tr.white {
  background-color: white;
}
.table-gray tbody tr.white td {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.tableContent {
  display: none;
}
.tableContent td {
  background-color: white;
}
.tableContent table {
  width: 100%;
  margin: 0;
}
.tabOpen {
  display: block;
  overflow: hidden;
  width: 22px;
  height: 22px;
  background-image: url(../images/site/tab-open.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.tabOpen[rel="close"] {
  background-image: url(../images/site/tab-close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
body {
  font-family: 'Open Sans', Sans-Serif;
  color: #333333;
  font-size: 12px;
  background-color: white;
}
body b {
  font-weight: 700;
}
h2 {
  display: block;
  overflow: hidden;
  color: #555555;
  margin: 20px 0 10px 0;
  font-size: 20px;
  padding: 0 0 5px 0 ;
  border-bottom: 4px solid #50b7e8;
}
p.top {
  margin: 0;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 0;
  margin-top: 0;
  font-weight: 600;
  color: #999999;
}
h5 {
  font-size: 16px;
}
p.label {
  display: block;
  overflow: hidden;
  font-weight: 600;
  margin: 20px 0 0 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
.flag {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.flag img {
  display: block;
  overflow: hidden;
  width: 22px;
  height: 22px;
}
.lineGrey {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
.center {
  *zoom: 1;
  width: 950px;
  height: auto;
  margin: auto;
  position: relative;
}
.center:before,
.center:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.slideButton {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #535353;
  position: relative;
  margin-bottom: 1px;
  cursor: pointer;
}
.slideDimention {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #358DA3;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
.slideContentDimention 
{
  padding-left: 5px;
}
.slideDimention p {
  color: white;
  margin: 5px;
  padding-left: 5px;
  font-weight: 600;
}
.slideButton p {
  color: white;
  margin: 5px;
  padding-left: 5px;
  font-weight: 600;
}
.slideDimention p {
  color: white;
  margin: 5px;
  padding-left: 5px;
  font-weight: 600;
}
.slideButton span.arrow {
  position: absolute;
  top: 5px;
  right: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../images/site/arrow-slide.png);
  background-repeat: no-repeat;
  background-position: 0 top;
}
.slideDimention span.arrow {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../images/site/arrow-slide.png);
  background-repeat: no-repeat;
  background-position: 0 top;
}
.slideButton:hover {
  background-color: #666;
}
.slideDimention:hover {
  background-color:  #358DA3;
}
.slideButton[rel="open"] {
  background-color: #9c9c9c;
}
.slideDimention[rel="open"] {
  background-color:  #358DA3;
}
.slideButton[rel="open"] span.arrow {
  background-image: url(../images/site/arrow-slide.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
.slideDimention[rel="open"] span.arrow {
  background-image: url(../images/site/arrow-slide.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?12677693');
  src: url('font/fontello.eot?12677693#iefix') format('embedded-opentype'), url('font/fontello.woff?12677693') format('woff'), url('font/fontello.ttf?12677693') format('truetype'), url('font/fontello.svg?12677693#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.slideContent {
  display: none;
  overflow: hidden;
  width: 99%;
  padding: 5px;
}
.slideContent .searchResults {
  background-image: url(../images/site/line.jpg);
  background-repeat: repeat;
  background-position: 0 30px;
}
.slideContent .table {
  margin: 0;
  width: 970px;
}
.slideContent p.label {
  display: block;
  overflow: hidden;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
.slideContent p.text {
  margin-top: 0;
  color: #999999;
}
.slideContent p.center-title {
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  background-color: #999999;
  color: #000000;
  font-weight: 600;
}
.slideContent .slideButton {
  width: 970px;
  background-color: #98aa01;
}
.slideContent .slideButton:hover {
  background-color: #b6cb08;
}
.slideContent .slideButton[rel="open"] {
  background-color: #c5dd01;
}
.column285 {
  width: 275px;
  background-color: #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  margin-top: 10px;
}
.column285 .slideButton {
  background-color: #98aa01;
}
.column285 .slideDimention {
  background-color: Black;
}
.column285 .slideButton:hover {
  background-color: #b6cb08;
}
.column285 .slideDimention:hover {
  background-color: blue;
}
.column285 .slideButton[rel="open"] {
  background-color: #c5dd01;
}
.column285 .slideDimention[rel="open"] {
  background-color: Aqua;
}
.column285 .slideContent {
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 5px;
}
.column680 {
  width: 680px;
}
.column460 {
  width: 460px;
  padding-top: 20px;
}
.column460 form {
  padding-bottom: 20px;
}
.column460 .control-group {
  margin-bottom: 10px;
}
.column460 .control-group .control-label {
  width: 150px;
}
.column460 .control-group .controls {
  margin-left: 160px;
  position: relative;
}
.subForm .control-group {
  margin-bottom: 10px;
}
.subForm .control-group .control-label {
  width: 150px;
}
.subForm .control-group .controls {
  margin-left: 160px;
}
.topSite {
  display: block;
  overflow: hidden;
  width: 100%;
}
.topSite h1 {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 10px 0;
}
.topSite h1 span {
  display: none;
}
.topSite h1 a {
  width: 300px;
  height: 98px;
  float: left;
  overflow: hidden;
  background-image: url(../images/site/logo.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.topSite .miniNav {
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.topSite .miniNav .leftNav .title,
.topSite .miniNav .rightNav .title {
  display: block;
  overflow: hidden;
  font-family: 'Spinnaker', sans-serif;
  color: #999999;
  font-size: 12px;
  margin: 8px 0;
  text-align: right;
}
.topSite .miniNav .leftNav {
  float: left;
  overflow: hidden;
  padding: 0 15px 0 0;
}
.topSite .miniNav .leftNav .lang {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topSite .miniNav .leftNav .lang li {
  float: left;
  overflow: hidden;
  margin: 0 2px;
}
.topSite .miniNav .leftNav .lang li a {
  display: block;
  overflow: hidden;
  color: #555555;
  font-family: 'Spinnaker', sans-serif;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.topSite .miniNav .leftNav .lang li a:hover,
.topSite .miniNav .leftNav .lang li a.active {
  background-color: #ddda00;
  color: white;
}
.topSite .miniNav .rightNav {
  float: right;
  overflow: hidden;
  border-left: 3px solid #eeeeee;
  padding: 0 0 0 15px;
}
.topSite .miniNav .rightNav .btn-primary {
  width: 70px;
}
.graphBox {
  display: block;
  overflow: hidden;
  width: 990px;
  margin: 10px auto;
  padding: 0;
  list-style: none;
}
.graphBox li {
  float: left;
  overflow: hidden;
  margin: 5px;
  padding: 8px;
  width: 303px;
  background-color: #e3e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contentMainButton {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.mainButton {
  float: left;
  overflow: hidden;
  margin-top: 50px;
}
.mainButton[rel="1"] {
  margin-left: 170px;
}
.mainButton[rel="2"] {
  margin-left: 20px;
}
.mainButton .button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
    width: 295px;
    height: 50px;
    margin-bottom: 0;
    font-family: 'Spinnaker', sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b8ce00;
  background-image: -moz-linear-gradient(top, #c6df00, #a2b600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c6df00), to(#a2b600));
  background-image: -webkit-linear-gradient(top, #c6df00, #a2b600);
  background-image: -o-linear-gradient(top, #c6df00, #a2b600);
  background-image: linear-gradient(to bottom, #c6df00, #a2b600);
    background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc6df00', endColorstr='#ffa2b600', GradientType=0);
  border-color: #a2b600 #a2b600 #5e6a00;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #a2b600;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  *margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	text-decoration: none;
	color: white;
	background-image: linear-gradient(to bottom, #c6df00, #a2b600);
**border-left-style: none;
	border-left-color: inherit;
	border-left-width: 0;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: 0;
	border-top-style: none;
	border-top-color: inherit;
	border-top-width: 0;
}
.mainButton .button:hover,
.mainButton .button:active,
.mainButton .button.active,
.mainButton .button.disabled,
.mainButton .button[disabled] {
  color: #ffffff;
  background-color: #a2b600;
  *background-color: #8b9d00;
}
.mainButton .button:active,
.mainButton .button.active {
  background-color: #758300 \9;
}
.mainButton .button:first-child {
  *margin-left: 0;
}
.mainButton .button[rel="1"] {
  /*padding: 30px 0;*/
  padding: 20px 0;
  vertical-align:middle;
  
}
.mainButton .button[rel="2"] {
  /*padding: 21px 0;*/
  padding: 20px 0;
}
.mainButton .button:hover,
.mainButton .button.active {
  color: white;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.mainButton .subMenu {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 297px;
  background-color: #f0f0f0;
  border-bottom: 3px solid #a2b600;
}
.mainButton .subMenu li {
  display: block;
  overflow: hidden;
}
.mainButton .subMenu li a {
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.mainButton .subMenu li a:hover {
  background-color: #eef5b9;
}
.result {
  display: block;
  overflow: hidden;
  width: 920px;
  padding: 8px 15px;
  background-color: #f6fbcf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #555555;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.vContent {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
.vModule {
  float: left;
  overflow: hidden;
  padding: 2px 0 2px 0;
}

.vModule .vName {
  float: center;
  overflow: hidden;
  font-weight: 700;
  color: black;
}
.vModule .vText {
  /*float: left;*/
  overflow: hidden;
}
.vModule[rel="nombre"] {
  width: 750px;
  margin-top: 15px;
  line-height: 1.2;
}
.vModule[rel="nombreApi"] {
  width: 700px;
  line-height: 1.2;
}
.vModule[rel="nombre"] .vName {
  width: 60px;
}
.vModule[rel="nombre"] .vText {
  width: 590px;
}
.vModule[rel="organos"] {
  width: 960px;
}
.vModule[rel="naturaleza"] {
  width: 460px;
}
.vModule[rel="naturaleza"] .vName {
  width: 100px;
}
.vModule[rel="naturaleza"] .vText {
  width: 300px;
}
.vModule[rel="codigo"] {
  width: 150px;
  margin-right: 20px;
  margin-top: 15.5px;
}
.vModule[rel="codigoApi"] {
  width: 130px;
  margin-right: 20px;
  margin-top: 1px;
}
.vModule[rel="codigo"] .vName {
  width: 50px;
}
.vModule[rel="codigo"] .vText {
  width: 130px;
}
.vModule[rel="eje"] {
  width: 280px;
  margin-right: 20px;
}
.vModule[rel="ejeApi"] {
  width: 350px;
  margin-right: 20px;
  margin-top: 3px;
}
.vModule[rel="eje"] .vName {
  width: 30px;
}
.vModule[rel="eje"] .vText {
  width: 320px;
}
.vModule[rel="grupo"] {
  width: 640px;
}
.vModule[rel="grupo"] .vName {
  width: 50px;
}
.vModule[rel="grupo"] .vText {
  width: 590px;
}
.vModule[rel="paises"] {
  /*width: 390px;*/
  margin-right: 20px;
}
.vModule[rel="paises"] .vName {
  width: 55px;
}
.vModule[rel="paises"] .vText {
  /*width: 340px*/
  width: 890px;
  margin-left: 2px;
  margin-bottom: 2px;
  margin-top: 3px;
}
.vModule[rel="paisesApi"] .vText {
  width: 800px;
  margin-bottom: 2px;
  margin-top: 4px;
}
.vModule[rel="paisesApi"] .vName {
  width: 55px;
}
.vModule[rel="etapa"] {
  width: 330px;
  margin-right: 20px;
}
.vModule[rel="tipoFinanciamiento"] {
  width: 350px;
  margin-right: 20px;
}
.vModule[rel="etapa"] .vName {
/*  width: 45px; */
}
.vModule[rel="etapa"] .vText {
  width: 320px;
}
.vModule[rel="tipoFinanciamiento"] .vText {
  width: 350px;
}
.vModule[rel="sector"] {
  width: 278px;
  margin-right: 20px;
}
.vModule[rel="sector"] .vName {
  width: 50px;
}
.vModule[rel="sector"] .vText {
  width: 220px;
}
.vModule[rel="subsector"] {
  width: 242px;
  margin-right: 20px;
}
.vModule[rel="subsector"] .vName {
  width: 70px;
}
.vModule[rel="subsector"] .vText {
  width: 250px;
}
.vModule[rel="tipo"] {
  width: 350px;
}
.vModule[rel="tipo-obra"] {
  width: 380px;
  line-height: 1.2;
}
.vModule[rel="tipo"] .vName {
  width: 85px;
}
.vModule[rel="tipo"] .vText {
  width: 255px;
}
.vModule[rel="ambito"] {
  width: 220px;
  margin-right: 20px;
}
.vModule[rel="ambito"] .vName {
  width: 55px;
}
.vModule[rel="ambito"] .vText {
  width: 165px;
}
.vModule[rel="tramos"] {
  width: 250px;
  margin-right: 20px;
}
.vModule[rel="tramos"] .vName {
  width: 175px;
}
.vModule[rel="tramos"] .vText {
  width: 170px;
}
.vModule[rel="api"] {
  width: 950px;
  margin-right: 20px;
}
.vModule[rel="api"] .vName {
  width: 30px;
}
.vModule[rel="api"] .vText {
  width: 620px;
}
.vModule[rel="ancla"] {
  width: 150px;
}
.vModule[rel="ancla"] .vName {
  width: 45px;
}
.vModule[rel="ancla"] .vText {
  width: 105px;
}
.vModule[rel="estructurado"] {
  width: 960px;
}
.vModule[rel="estructurado"] .vName {
  width: 145px;
}
.vModule[rel="estructurado"] .vText {
  width: 800px;
}
.vModule[rel="ambitoEst"] {
  width: 390px;
}
.vModule[rel="ambitoEst"] .vName {
  width: 55px;
}
.vModule[rel="ambitoEst"] .vText {
  width: 335px;
}
.vModule[rel="paisesEst"] {
  width: 960px;
}
.vModule[rel="paisesEst"] .vName {
  width: 60px;
}
.vModule[rel="paisesEst"] .vText {
  width: 890px;
}
.searchResults {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.searchResults li {
  float: left;
  overflow: hidden;
  margin: 0 10px 10px 0;
  min-width: 230px;
  /*color: #999999;*/
  padding-bottom: 2px;
}
.searchResults li b {
  color: #000000;
  font-weight: 600;
}
.listLinks {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.listLinks li {
  float: left;
  overflow: hidden;
  margin: 0 10px 10px 0;
  min-width: 130px;
}
.listLinks li a {
  display: block;
  overflow: hidden;
  padding-left: 20px;
  color: #000000;
  background-image: url(../images/site/link.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.listLinks li a:hover {
  text-decoration: underline;
}
.listDocuments {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.listDocuments li {
  float: left;
  overflow: hidden;
  margin: 0 10px 10px 0;
  min-width: 130px;
}
.listDocuments li a {
  display: block;
  overflow: hidden;
  padding-left: 20px;
  color: #000000;
  background-image: url(../images/site/document.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.listDocuments li a:hover {
  text-decoration: underline;
}
.listImages {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.listImages li {
  float: left;
  overflow: hidden;
  margin: 0 10px 10px 0;
  min-width: 130px;
}
.listImages li a {
  display: block;
  overflow: hidden;
  padding-left: 20px;
  color: #000000;
  background-image: url(../images/site/image.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.listImages li a:hover {
  text-decoration: underline;
}
.login {
  display: block;
  overflow: hidden;
  margin: 80px auto;
  width: 580px;
}
.login .controls {
  width: 285px;
}
.login .controls .btn-link {
  margin-top: 6px;
  color: #999999;
}
.administration {
  display: block;
  overflow: hidden;
  margin: 0;
  width: 900px;
}
.administration p {
  font-weight: 600;
  float: left;
  overflow: hidden;
  width: 720px;
  text-align: right;
  padding-top: 10px;
}
.administration .btn {
  float: right;
  overflow: hidden;
  width: 140px;
  margin-top: 6px;
}
.adminButtons {
  display: block;
  overflow: hidden;
  width: 520px;
  margin: 80px auto;
  padding: 0;
  list-style: none;
}
.adminButtons li {
  float: left;
  overflow: hidden;
  width: 250px;
  margin: 5px;
}
.adminButtons li a {
  display: block;
    border-bottom: 0 none #a2a2a2;
  overflow: hidden;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  width: 248px;
  margin-bottom: 0;
  font-family: 'Spinnaker', sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  padding: 17px 0;
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-color: #b8ce00;
  background-image: -moz-linear-gradient(top, #c6df00, #a2b600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c6df00), to(#a2b600));
  background-image: -webkit-linear-gradient(top, #c6df00, #a2b600);
  background-image: -o-linear-gradient(top, #c6df00, #a2b600);
  background-image: linear-gradient(to bottom, #c6df00, #a2b600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc6df00', endColorstr='#ffa2b600', GradientType=0);
  border-color: #a2b600 #a2b600 #5e6a00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #a2b600;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  *margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	text-decoration: none;
	color: white;
	background-image: linear-gradient(to bottom, #c6df00, #a2b600);
**border-left-style: none;
	border-left-color: inherit;
	border-left-width: 0;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: 0;
	border-top-style: none;
	border-top-color: inherit;
	border-top-width: 0;
}
.adminButtons li a:hover,
.adminButtons li a:active,
.adminButtons li a.active,
.adminButtons li a.disabled,
.adminButtons li a[disabled] {
  color: #ffffff;
  background-color: #a2b600;
  *background-color: #8b9d00;
}
.adminButtons li a:active,
.adminButtons li a.active {
  background-color: #758300 \9;
}
.adminButtons li a:first-child {
  *margin-left: 0;
}
.adminButtons li a .ico[rel="1"] {
  float: left;
  overflow: hidden;
  width: 55px;
  height: 40px;
  margin-left: 20px;
  background-image: url(../images/site/admin01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.adminButtons li a .ico[rel="2"] {
  float: left;
  overflow: hidden;
  width: 55px;
  height: 40px;
  margin-left: 20px;
  background-image: url(../images/site/admin02.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.adminButtons li a .ico[rel="3"] {
  float: left;
  overflow: hidden;
  width: 55px;
  height: 40px;
  margin-left: 20px;
  background-image: url(../images/site/admin03.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.adminButtons li a .ico[rel="4"] {
  float: left;
  overflow: hidden;
  width: 55px;
  height: 40px;
  margin-left: 20px;
  background-image: url(../images/site/admin04.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.adminButtons li a:hover {
  color: white;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.legend {
  display: block;
  overflow: hidden;
  margin: 10px 0 30px 0;
  padding: 0;
  list-style: none;
}
.legend li {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.legend li p {
  float: left;
  overflow: hidden;
  margin: 4px 0 0 5px;
  font-size: 11px;
}
.legend li span {
  float: left;
  overflow: hidden;
  margin-top: 6px;
  width: 11px;
  height: 11px;
}
.legend li span.blue {
  background-color: #0170c1;
}
.legend li span.green {
  /*background-color: #98d146;*/
  background-color: #0B610B;
}
.legend li span.yellow {
  /*background-color: #d3d221;*/
  background-color: #FFFF00;
}
.legend li span.red {
  background-color: #f30700;
}
.footerSite {
  display: block;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  margin-top: 30px;
  background-color: #323232;
  border-top: 3px solid #b1b1b1;
  border-bottom: 3px solid #b1b1b1;
}
.footerSite .footerMenu {
  /*float: left;*/
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.footerSite .footerMenu li {
  float: left;
  overflow: hidden;
  font-family: 'Spinnaker', sans-serif;
  font-size: 12px;
  color: #a2b600;
  margin-right: 10px;
}
.footerSite .footerMenu li a {
  display: block;
  overflow: hidden;
  font-family: 'Spinnaker', sans-serif;
  font-size: 12px;
  color: white;
}
.footerSite .footerMenu li a:hover {
  text-decoration: underline;
}
.footerSite .isoContainer {
  float: right;
  overflow: hidden;
  background-image: url(../images/site/iso.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 90px;
}
.isoContainerLeft {
  float: left;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*padding-left: 90px;*/
}
.footerSite .isoContainer .footerLink {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerSite .isoContainer .footerLink li {
  display: block;
  overflow: hidden;
  font-family: 'Spinnaker', sans-serif;
  font-size: 12px;
  color: white;
  margin-bottom: 5px;
}
.footerSite .isoContainer .footerLink li a {
  display: block;
  overflow: hidden;
  background-image: url(../images/site/green-mini-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 10px;
  font-family: 'Spinnaker', sans-serif;
  font-size: 12px;
  color: white;
}
.footerSite .isoContainer .footerLink li a:hover {
  text-decoration: underline;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  color: #a2b600;
}
table .icon-question:before {
  color: white;
}
.icon-question:before {
  /*content: '\e800';*/
  content: url(../images/site/help-ficha.png);
  width: 11px;
  height: 11px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.modalAdmDesvios
{
	display: none;
    
    position: fixed;
    top: 2%;
    left: 15%;
    
    width: 70%;
	height: 92%;
    
    color: #000;
        
    border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	/*position: absolute;*/
	padding: 0px 30px 30px 30px;
	/*width: 500px;
	height: 800px;*/
}
.border-bottom-footer 
{
	border: 0px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 4px;
}
.header-th { 
    background-color: #41A2BA;
    color: white;
    font-weight: 600;
    line-height: 16px;
    /*padding: 8px;*/
    text-align: left;
    font-family: 'Open Sans',Sans-Serif;
    font-size: 12px;
}
  
.color-subetapa  
{
	display: block;
    height: 10px;
    margin-top: 6px;
    overflow: hidden;
    width: 80px;
}  

table .icon-question-ficha:before {
  color: white;
}
.icon-question-ficha:before {
  
}
.icon-question-ficha {
  width:11px;
  height:11px;
  background-image: url(../images/site/help.png);
}

.table-th-custom
{
	background-color: #41A2BA;
	color: white;
	font-weight: 600;	
}

.table-th-custom[rel="fuente"] 
{
	width:200px;	
}
.table-th-custom[rel="monto"] 
{
	width:200px;	
}
.table-th-custom[rel="estado"] 
{
	width:200px;	
}
.table-th-custom[rel="editar"] 
{
	width:100px;	
}
.table-th-custom[rel="borrar"] 
{
	width:100px;	
}
.table-td-custom[rel="fuente"] 
{
	width:200px;	
}
.table-td-custom[rel="monto"] 
{
	width:200px;	
}
.table-td-custom[rel="estado"] 
{
	width:200px;	
}
.table-td-custom[rel="editar"] 
{
	width:100px;	
}
.table-td-custom[rel="borrar"] 
{
	width:100px;	
}
.table-custom {
  width: 100%;
  margin: 2px 0 0px;
}
.table-custom th 
{
	font-weight: 600;
	background-color: #41a2ba;
	/*background-color: #CCFF33;*/
	color: white;
	border-bottom: 1px solid #F4F4F4;
    border-top: 1px solid #DDDDDD;
    line-height: 16px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
.table-custom td {
  /*line-height: 16px;*/
  text-align: left;
  vertical-align: top;
  /*border-top: 1px solid #dddddd;
  border-bottom: 1px solid #f4f4f4;*/
  /* Agregar por PSM */
  border-right: 0px solid #f4f4f4;
  border-left: 0px solid #f4f4f4;
}
.tableGraficosAPI {
  margin-bottom: 10px;
  border: 0;
}

.tableGraficosAPI td 
{
  /*padding-bottom:10;*/
  border: 0;
  padding:3px;
}
.colorColumnasGraficos {
  /*background-color: #0170c1;*/
  background-color: #D3D221;
}
.modalGraphicsAPI
{
	display: none;
    
    position: fixed;
    top: 2%;
    left: 8%;

    width: 50%;
	/*height: 90%;*/
    
    color: #000;
        
    border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	/*position: absolute;*/
	padding: 0px 30px 30px 30px;
	/*width: 500px;
	height: 800px;*/
}

.modalGraphicsAPIUsr
{
	height: 90%;
}

.tfooter tr td {
    background-color: #fbfbfb;
    /*background-color: #ECF7E1;*/
    color: #000000;
    font-size: 12px;
    /*padding: 8px;*/
    padding-top: 8px;
    font-weight:bold;
    font-family: 'Open Sans',sans-serif;
}    
.table-striped1 tbody > tr:nth-child(odd) > td,
.table-striped1 tbody > tr:nth-child(odd) > th 
{
  
}
A.LinkTituloTabla2:link
{
	color: White;
}

A.LinkTituloTabla2:visited
{
	color: White;
}

A.LinkTituloTabla2:active
{
	color: White;
}

A.LinkTituloTabla2:hover
{
	color: White;
}
.informacion_inicial
{
	font-size:large;
}
.informacion_inicial_desc
{
	font-size:small;
}
.controls-input {
  margin-left: 160px;
  position: relative;  
}
.modalGraphicsEtapaAPI
{
	display: none;
    
    position: fixed;
    top: 30%;
    left: 8%;

    width: 50%;
	height: 40%;
    
    color: #000;
        
    border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	/*position: absolute;*/
	padding: 0px 30px 30px 30px;
	/*width: 500px;
	height: 800px;*/
}
.tableTheadTh {
  vertical-align: top;
  font-weight: 600;
  background-color: #41a2ba;
  color: white;
}

.tableTheadDescriptores {
  vertical-align: top;
  font-weight: 600;
  background-color: #41a2ba;
  color: white;
  padding: 8px;
}
.tableTFilesDescriptores {
    /*background-color: #B1E1ED;*/
    color: #000000;
    font-size: 12px;
    padding: 2px;
    font-family: 'Open Sans',sans-serif;
	margin: 5px 0 5px 0;
}    


.descriptores-proyectos 
{
	float:left;
	width:102%;
	border-bottom: 2px solid #ffffff;
	/*background-color: #fbfbfb;*/
	background-color: #FBFBFB;
  }
.descriptores-label
{
	font-weight: 700;
}
.vModule[rel="fechaInicioObra"] {
  width: 500px;
}
.vModule[rel="inversioFinal"]  {
  width: 500px;
}
.vModule[rel="presupuestoIncluido"]  {
  width: 500px;
}

.multiselect {
    position: absolute;
    top: 14px;
    right: 8px;
}
.subtitulo-reporte 
{
    font-weight:bold;
}
.header-tabla {
	font-weight: 600;
	background-color: #41a2ba;
	color: white;
}
.map {
    height: 400px;
    width: 940px;
    overflow: hidden;
    float: left;
}
.slideContent p {
    margin-top: 10px;
}
#Principal_TblBotonesDown1 {
    margin-bottom: 70px;
}
#Principal_dvLicenciaAmbiental {
    margin-top: 25px;
}
