/* desde colorful */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input,
textarea,
select,
button,
label {
  margin: 0;
  line-height: normal;
  font-family: inherit;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important; }

body {
  font: 12px/21px "Lucida Grande", Verdana, Arial, sans-serif;
  color: #404040;
  background: #DDDDDD; }

a {
  color: #007fcc;
  text-decoration: none; }
  a:hover {
    color: #0072ba;
    text-decoration: underline; }
	
.paclink{
	color: #007fcc;
	text-decoration: none;
	background: transparent;
	border:none;
}
.paclink:hover{
	color: #0072ba;
	text-decoration: underline;
}

strong {
  font-weight: bold; }

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  height: 29px;
  color: #666666;
  background: white;
  border: 1px solid #c6c6c6;
  border-top-color: #bbb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px rgba(255, 255, 255, 0.4); }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  input[type=search]:focus,
  input[type=password]:focus,
  textarea:focus {
    color: #404040;
    background: white;
    border-color: #51b5fb;
    outline: none;
    -webkit-box-shadow: inset 0 0 2px #51b5fb, 0 0 3px #51b5fb;
    box-shadow: inset 0 0 2px #51b5fb, 0 0 3px #51b5fb; }

textarea {
  padding: 4px 7px;
  height: 67px;
  line-height: 19px;
  overflow: auto;
  resize: none; }

:-moz-placeholder {
  color: #aaa !important; }

::-moz-placeholder {
  color: #aaa !important;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #aaa; }

:-ms-input-placeholder {
  color: #aaa; }

.lt-ie9 input {
  line-height: 27px; }

.search {
  position: relative; }
  .search > input {
    width: 100%;
    height: 29px;
    padding: 0 13px 0 30px;
    border-radius: 3px; }
  .search:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 10px;
    width: 6px;
    height: 6px;
    border: 2px solid #aaaaaa;
    border-radius: 8px; }
  .search:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 17px;
    width: 6px;
    height: 2px;
    background: #aaaaaa;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -1px 0 #aaaaaa;
    box-shadow: -1px 0 #aaaaaa; }

input[type=search] {
  -webkit-appearance: textfield; }

::-webkit-search-decoration,
::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.lt-ie9 .search:before, .lt-ie9 .search:after {
  content: none; }
.lt-ie9 .search > input {
  padding: 0 7px; }

.option {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .option > input {
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    opacity: 0; }

.checkbox, .radio {
  display: block;
  height: 100%;
  background: #f8f8f8;
  border: 1px solid #c6c6c6;
  border-top-color: #bbb;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px rgba(255, 255, 255, 0.4); }
  .checkbox:before, .radio:before {
    content: '';
    display: none; }
  input:focus + .checkbox, input:focus + .radio, input.focus + .checkbox, input.focus + .radio {
    border-color: #51b5fb;
    -webkit-box-shadow: inset 0 0 2px rgba(81, 181, 251, 0.8), 0 0 3px rgba(81, 181, 251, 0.8);
    box-shadow: inset 0 0 2px rgba(81, 181, 251, 0.8), 0 0 3px rgba(81, 181, 251, 0.8); }
  input:checked + .checkbox, input:checked + .radio {
    background: white; }
  input:checked + .checkbox:before, input:checked + .radio:before {
    display: block; }

.checkbox:before {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 7px;
  height: 3px;
  border: solid #9b9795;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.radio {
  border-radius: 8px; }
  .radio:before {
    margin: 4px;
    width: 6px;
    height: 6px;
    background: #9b9795;
    border-radius: 3px; }

.lt-ie9 .option > input {
  position: static;
  padding: 0; }
.lt-ie9 .checkbox,
.lt-ie9 .radio {
  display: none; }

.select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 27px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-bottom-color: #c4c4c4;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image: -moz-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image: -o-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image: linear-gradient(to bottom, #fcfcfc, #eeeeee);
  -webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05); }
  .select > select {
    display: block;
    position: relative;
    width: 112%;
    height: 25px;
    line-height: 17px;
    margin: 0;
    padding: 4px;
    padding-left: 9px;
    color: #62717a;
    text-shadow: 0 1px white;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none; }
    .select > select:focus {
      z-index: 2;
      width: 100%;
      outline: 1px solid #51b5fb;
      outline-offset: -1px; }
    .select > select::-ms-expand {
      display: none; }
  .select option {
    text-shadow: none; }
  .select:before, .select:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 10px;
    width: 0;
    height: 0;
    border: 3px dashed;
    border-color: #aaa transparent;
    border-color: rgba(0, 0, 0, 0.4) transparent;
    pointer-events: none; }
  .select:before {
    border-bottom-style: solid;
    border-top: none; }
  .select:after {
    margin-top: 6px;
    border-top-style: solid;
    border-bottom: none; }

.switch {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch > label {
    display: block;
    position: relative;
    height: 21px;
    line-height: 19px;
    font-size: 10px;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px white;
    background: white;
    border: 1px solid;
    border-color: #bbb #c8c8c8 #cbcbcb;
    border-radius: 11px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 9px #f6f6f6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 9px #f6f6f6;
    -webkit-transition: padding-left 0.15s ease-out;
    -moz-transition: padding-left 0.15s ease-out;
    -o-transition: padding-left 0.15s ease-out;
    transition: padding-left 0.15s ease-out; }
    .switch > label:before {
      content: '';
      display: block;
      width: 19px;
      height: 19px;
      background: #f6f6f6;
      border-radius: 11px;
      background-image: -webkit-linear-gradient(top, #e8e8e8, white);
      background-image: -moz-linear-gradient(top, #e8e8e8, white);
      background-image: -o-linear-gradient(top, #e8e8e8, white);
      background-image: linear-gradient(to bottom, #e8e8e8, white);
      -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 0 1px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 1px 0 1px rgba(0, 0, 0, 0.3); }
    .switch > label:after {
      content: attr(data-off);
      position: absolute;
      top: 0;
      right: 0;
      width: 33px; }
  .switch > input {
    position: absolute;
    z-index: 0;
    top: 2px;
    left: 2px;
    width: 50px;
    height: 17px;
    padding: 0;
    opacity: 0;
    -webkit-appearance: none; }
    .switch > input:focus {
      opacity: 1;
      outline: 1px solid #51b5fb;
      outline-offset: 3px; }
  .switch > input:checked + label {
    padding-left: 33px;
    color: white;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
    background: #33a0e8;
    border-color: #1867a8 #197ccc #1c81d2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 9px #138bf2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 9px #138bf2; }
    .switch > input:checked + label:before {
      -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), -1px 0 1px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), -1px 0 1px rgba(0, 0, 0, 0.3); }
    .switch > input:checked + label:after {
      content: attr(data-on);
      left: 0; }

.switch-square > label {
  border-radius: 2px; }
  .switch-square > label:before {
    width: 25px;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(top, white, #e8e8e8);
    background-image: -moz-linear-gradient(top, white, #e8e8e8);
    background-image: -o-linear-gradient(top, white, #e8e8e8);
    background-image: linear-gradient(to bottom, white, #e8e8e8); }
  .switch-square > label:after {
    width: 25px; }
.switch-square > input:checked + label {
  padding-left: 27px; }

.switch-green > input:checked + label {
  background: #9dcf4a;
  border-color: #709a3f #7dab47 #84b54b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 9px #91bf45;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 9px #91bf45; }

.lt-ie9 .switch {
  width: 52px;
  height: 19px;
  background: white;
  border: 1px solid #ccc; }
  .lt-ie9 .switch > label {
    display: none; }
  .lt-ie9 .switch > input {
    position: static;
    width: inherit;
    height: inherit;
    vertical-align: top; }

.valid, .invalid {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .valid > input:focus, .invalid > input:focus {
    position: relative;
    z-index: 2; }

.valid > input {
  color: #435c26;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  background: #ddfabf;
  border-color: #7ba845 #89bc4d #89bc4d; }
.valid:before {
  content: '';
  position: absolute;
  top: 9px;
  right: 8px;
  width: 10px;
  height: 4px;
  border: solid #508f29;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.invalid > input {
  color: #833230;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  background: #fbd3c4;
  border-color: #e55d48 #e5725a #e5725a; }
.invalid:before, .invalid:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 12px;
  width: 3px;
  height: 12px;
  background: #db3e3b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.invalid:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.lt-ie9 .valid:before, .lt-ie9 .valid:after, .lt-ie9 .invalid:before, .lt-ie9 .invalid:after {
  display: none; }

.button {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 1;
  padding: 0 15px;
  font-size: 12px;
  color: #666;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #eee;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #cfcfcf #ccc #c6c6c6;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: linear-gradient(to bottom, #fcfcfc, #e8e8e8);
  -webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.05); }
  .button:hover {
    color: #666; }
  .button:active, .button-dropdown:hover > .toggle, .button-dropdown.open > .toggle, .button.active {
    background: #e8e8e8;
    border-color: #bfbfbf #c8c8c8 #d6d6d6;
    background-image: -webkit-linear-gradient(top, #e8e8e8, #fafafa);
    background-image: -moz-linear-gradient(top, #e8e8e8, #fafafa);
    background-image: -o-linear-gradient(top, #e8e8e8, #fafafa);
    background-image: linear-gradient(to bottom, #e8e8e8, #fafafa);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px rgba(255, 255, 255, 0.1); }

a.button {
  line-height: 28px;
  text-decoration: none; }

.button-round {
  border-radius: 15px; }

.button-blue, .button-green, .button-red {
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.06); }
  .button-blue:hover, .button-green:hover, .button-red:hover {
    color: white; }
  .button-blue:active, .button-green:active, .button-red:active, .active.button-blue, .active.button-green, .active.button-red {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1); }

.button-blue {
  background: #278cd8;
  border-color: #1b74bc #1867a8 #165f9b;
  background-image: -webkit-linear-gradient(top, #33a0e8, #1b7aca);
  background-image: -moz-linear-gradient(top, #33a0e8, #1b7aca);
  background-image: -o-linear-gradient(top, #33a0e8, #1b7aca);
  background-image: linear-gradient(to bottom, #33a0e8, #1b7aca); }
  .button-blue:active, .button-blue.active {
    background: #2180ce;
    border-color: #145b96 #1566af #1a76c2;
    background-image: -webkit-linear-gradient(top, #2180ce, #33a0e8);
    background-image: -moz-linear-gradient(top, #2180ce, #33a0e8);
    background-image: -o-linear-gradient(top, #2180ce, #33a0e8);
    background-image: linear-gradient(to bottom, #2180ce, #33a0e8); }

.button-green {
  background: #81c33d;
  border-color: #7ba845 #77a343 #6f983f;
  background-image: -webkit-linear-gradient(top, #a0d44d, #72ba35);
  background-image: -moz-linear-gradient(top, #a0d44d, #72ba35);
  background-image: -o-linear-gradient(top, #a0d44d, #72ba35);
  background-image: linear-gradient(to bottom, #a0d44d, #72ba35); }
  .button-green:active, .button-green.active {
    background: #75bd35;
    border-color: #678f3a #75a143 #81b049;
    background-image: -webkit-linear-gradient(top, #75bd35, #a0d44d);
    background-image: -moz-linear-gradient(top, #75bd35, #a0d44d);
    background-image: -o-linear-gradient(top, #75bd35, #a0d44d);
    background-image: linear-gradient(to bottom, #75bd35, #a0d44d); }

.button-red {
  background: #dd362c;
  border-color: #ac1612 #9d100d #8b0f0b;
  background-image: -webkit-linear-gradient(top, #fc4138, #ce3026);
  background-image: -moz-linear-gradient(top, #fc4138, #ce3026);
  background-image: -o-linear-gradient(top, #fc4138, #ce3026);
  background-image: linear-gradient(to bottom, #fc4138, #ce3026); }
  .button-red:active, .button-red.active {
    background: #cf3025;
    border-color: #800d09 #8b0f0b #ac1612;
    background-image: -webkit-linear-gradient(top, #cf3025, #fc4138);
    background-image: -moz-linear-gradient(top, #cf3025, #fc4138);
    background-image: -o-linear-gradient(top, #cf3025, #fc4138);
    background-image: linear-gradient(to bottom, #cf3025, #fc4138); }

.button-left, .button-right {
  position: relative; }
  .button-left:before, .button-right:before {
    content: '';
    position: absolute;
    top: 2px;
    z-index: -1;
    width: 22px;
    height: 22px;
    background-color: inherit;
    border: 1px solid;
    border-color: inherit; }
  .button.button-left:active, .button-dropdown:hover > .button-left.toggle, .button-dropdown.open > .button-left.toggle, .button.button-right:active, .button-dropdown:hover > .button-right.toggle, .button-dropdown.open > .button-right.toggle {
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.1); }
  .button.button-left:active:before, .button-dropdown:hover > .button-left.toggle:before, .button-dropdown.open > .button-left.toggle:before, .button.button-right:active:before, .button-dropdown:hover > .button-right.toggle:before, .button-dropdown.open > .button-right.toggle:before {
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), -1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), -1px 0 rgba(255, 255, 255, 0.1); }

.button-left {
  padding: 0 12px 0 7px;
  border-left-width: 0;
  border-radius: 0 3px 3px 0; }
  .button-left:before {
    left: -11px;
    border-radius: 2px 5px 0 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.button-right {
  padding: 0 7px 0 12px;
  border-right-width: 0;
  border-radius: 3px 0 0 3px; }
  .button-right:before {
    right: -11px;
    border-radius: 5px 2px 5px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.button.button-left {
  -webkit-box-shadow: inset 0 1px white, inset 0 -1px rgba(255, 255, 255, 0.3), inset -1px 0 rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px white, inset 0 -1px rgba(255, 255, 255, 0.3), inset -1px 0 rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.05); }
  .button.button-left:before {
    background-image: -webkit-linear-gradient(top right, #fcfcfc, #e8e8e8);
    background-image: -moz-linear-gradient(top right, #fcfcfc, #e8e8e8);
    background-image: -o-linear-gradient(top right, #fcfcfc, #e8e8e8);
    background-image: linear-gradient(to bottom left, #fcfcfc, #e8e8e8);
    -webkit-box-shadow: inset 0 1px white, inset 1px 0 rgba(255, 255, 255, 0.3), -1px 0 rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 1px white, inset 1px 0 rgba(255, 255, 255, 0.3), -1px 0 rgba(0, 0, 0, 0.03); }
  .button.button-left:active:before, .button-dropdown:hover > .button-left.toggle:before, .button-dropdown.open > .button-left.toggle:before {
    background-image: -webkit-linear-gradient(top right, #e8e8e8, #fafafa);
    background-image: -moz-linear-gradient(top right, #e8e8e8, #fafafa);
    background-image: -o-linear-gradient(top right, #e8e8e8, #fafafa);
    background-image: linear-gradient(to bottom left, #e8e8e8, #fafafa); }
.button.button-right {
  -webkit-box-shadow: inset 0 1px white, inset 0 -1px rgba(255, 255, 255, 0.3), inset 1px 0 rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px white, inset 0 -1px rgba(255, 255, 255, 0.3), inset 1px 0 rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.05); }
  .button.button-right:before {
    background-image: -webkit-linear-gradient(top left, #fcfcfc, #e8e8e8);
    background-image: -moz-linear-gradient(top left, #fcfcfc, #e8e8e8);
    background-image: -o-linear-gradient(top left, #fcfcfc, #e8e8e8);
    background-image: linear-gradient(to bottom right, #fcfcfc, #e8e8e8);
    -webkit-box-shadow: inset 0 1px white, inset -1px 0 rgba(255, 255, 255, 0.3), 1px 0 rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 1px white, inset -1px 0 rgba(255, 255, 255, 0.3), 1px 0 rgba(0, 0, 0, 0.03); }
  .button.button-right:active:before, .button-dropdown:hover > .button-right.toggle:before, .button-dropdown.open > .button-right.toggle:before {
    background-image: -webkit-linear-gradient(top left, #e8e8e8, #fafafa);
    background-image: -moz-linear-gradient(top left, #e8e8e8, #fafafa);
    background-image: -o-linear-gradient(top left, #e8e8e8, #fafafa);
    background-image: linear-gradient(to bottom right, #e8e8e8, #fafafa); }

.button-left.button-blue, .button-left.button-green, .button-left.button-red {
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 0 -1px rgba(255, 255, 255, 0.1), inset -1px 0 rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 0 -1px rgba(255, 255, 255, 0.1), inset -1px 0 rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.05); }
  .button-left.button-blue:before, .button-left.button-green:before, .button-left.button-red:before {
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 1px 0 rgba(255, 255, 255, 0.1), -1px 0 rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 1px 0 rgba(255, 255, 255, 0.1), -1px 0 rgba(0, 0, 0, 0.03); }
.button-right.button-blue, .button-right.button-green, .button-right.button-red {
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 0 -1px rgba(255, 255, 255, 0.1), inset 1px 0 rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 0 -1px rgba(255, 255, 255, 0.1), inset 1px 0 rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.05); }
  .button-right.button-blue:before, .button-right.button-green:before, .button-right.button-red:before {
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset -1px 0 rgba(255, 255, 255, 0.1), 1px 0 rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset -1px 0 rgba(255, 255, 255, 0.1), 1px 0 rgba(0, 0, 0, 0.03); }

.button-blue.button-left:before {
  background-image: -webkit-linear-gradient(top right, #33a0e8, #1b7aca);
  background-image: -moz-linear-gradient(top right, #33a0e8, #1b7aca);
  background-image: -o-linear-gradient(top right, #33a0e8, #1b7aca);
  background-image: linear-gradient(to bottom left, #33a0e8, #1b7aca); }
.button-blue.button-left:active:before {
  background-image: -webkit-linear-gradient(top right, #2180ce, #33a0e8);
  background-image: -moz-linear-gradient(top right, #2180ce, #33a0e8);
  background-image: -o-linear-gradient(top right, #2180ce, #33a0e8);
  background-image: linear-gradient(to bottom left, #2180ce, #33a0e8); }
.button-blue.button-right:before {
  background-image: -webkit-linear-gradient(top left, #33a0e8, #1b7aca);
  background-image: -moz-linear-gradient(top left, #33a0e8, #1b7aca);
  background-image: -o-linear-gradient(top left, #33a0e8, #1b7aca);
  background-image: linear-gradient(to bottom right, #33a0e8, #1b7aca); }
.button-blue.button-right:active:before {
  background-image: -webkit-linear-gradient(top left, #2180ce, #33a0e8);
  background-image: -moz-linear-gradient(top left, #2180ce, #33a0e8);
  background-image: -o-linear-gradient(top left, #2180ce, #33a0e8);
  background-image: linear-gradient(to bottom right, #2180ce, #33a0e8); }

.button-green.button-left:before {
  background-image: -webkit-linear-gradient(top right, #a0d44d, #72ba35);
  background-image: -moz-linear-gradient(top right, #a0d44d, #72ba35);
  background-image: -o-linear-gradient(top right, #a0d44d, #72ba35);
  background-image: linear-gradient(to bottom left, #a0d44d, #72ba35); }
.button-green.button-left:active:before {
  background-image: -webkit-linear-gradient(top right, #75bd35, #a0d44d);
  background-image: -moz-linear-gradient(top right, #75bd35, #a0d44d);
  background-image: -o-linear-gradient(top right, #75bd35, #a0d44d);
  background-image: linear-gradient(to bottom left, #75bd35, #a0d44d); }
.button-green.button-right:before {
  background-image: -webkit-linear-gradient(top left, #a0d44d, #72ba35);
  background-image: -moz-linear-gradient(top left, #a0d44d, #72ba35);
  background-image: -o-linear-gradient(top left, #a0d44d, #72ba35);
  background-image: linear-gradient(to bottom right, #a0d44d, #72ba35); }
.button-green.button-right:active:before {
  background-image: -webkit-linear-gradient(top left, #75bd35, #a0d44d);
  background-image: -moz-linear-gradient(top left, #75bd35, #a0d44d);
  background-image: -o-linear-gradient(top left, #75bd35, #a0d44d);
  background-image: linear-gradient(to bottom right, #75bd35, #a0d44d); }

.button-red.button-left:before {
  background-image: -webkit-linear-gradient(top right, #fc4138, #ce3026);
  background-image: -moz-linear-gradient(top right, #fc4138, #ce3026);
  background-image: -o-linear-gradient(top right, #fc4138, #ce3026);
  background-image: linear-gradient(to bottom left, #fc4138, #ce3026); }
.button-red.button-left:active:before {
  background-image: -webkit-linear-gradient(top right, #cf3025, #fc4138);
  background-image: -moz-linear-gradient(top right, #cf3025, #fc4138);
  background-image: -o-linear-gradient(top right, #cf3025, #fc4138);
  background-image: linear-gradient(to bottom left, #cf3025, #fc4138); }
.button-red.button-right:before {
  background-image: -webkit-linear-gradient(top left, #fc4138, #ce3026);
  background-image: -moz-linear-gradient(top left, #fc4138, #ce3026);
  background-image: -o-linear-gradient(top left, #fc4138, #ce3026);
  background-image: linear-gradient(to bottom right, #fc4138, #ce3026); }
.button-red.button-right:active:before {
  background-image: -webkit-linear-gradient(top left, #cf3025, #fc4138);
  background-image: -moz-linear-gradient(top left, #cf3025, #fc4138);
  background-image: -o-linear-gradient(top left, #cf3025, #fc4138);
  background-image: linear-gradient(to bottom right, #cf3025, #fc4138); }

.lt-ie9 .button-left,
.lt-ie9 .button-right {
  padding: 0 12px;
  border-width: 1px; }
.lt-ie9 .button-left:before,
.lt-ie9 .button-right:after {
  display: inline;
  position: static;
  background: none;
  border: 0; }
.lt-ie9 .button-left:before {
  content: '\2190';
  margin-right: 8px; }
.lt-ie9 .button-right:before {
  content: none; }
.lt-ie9 .button-right:after {
  content: '\2192';
  margin-left: 8px; }

.button-group {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  font-size: 0;
  white-space: nowrap; }
  .button-group > .button {
    margin-left: -1px;
    height: inherit;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 0; }
    .button-group > .button:first-child {
      margin-left: 0;
      border-radius: 3px 0 0 3px; }
    .button-group > .button:last-child {
      border-radius: 0 3px 3px 0; }
    .button-group > .button:focus {
      position: relative;
      z-index: 1; }

.button-dropdown {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 30px;
  font-size: 0;
  white-space: nowrap; }
  .button-dropdown > .button {
    position: relative;
    z-index: 1;
    height: inherit;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 3px 0 0 3px; }
  .button-dropdown > .toggle {
    width: 29px;
    font: 0/0 serif;
    color: transparent;
    border-left-width: 0;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .button-dropdown > .toggle:before, .button-dropdown > .toggle:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -2px 0 0 -5px;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-top-color: #888; }
    .button-dropdown > .toggle:before {
      margin-top: -1px;
      border-top-color: rgba(255, 255, 255, 0.5); }
  .button-dropdown:hover > .dropdown, .button-dropdown.open > .dropdown {
    display: block; }
  .button-dropdown:hover > .button, .button-dropdown.open > .button {
    border-bottom-left-radius: 0; }
  .button-dropdown:hover > .toggle, .button-dropdown.open > .toggle {
    border-bottom-right-radius: 0; }

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  font-size: 12px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06); }
  .dropdown:hover {
    display: block; }
  .dropdown > li > a {
    display: block;
    line-height: 28px;
    padding: 0 12px;
    color: #666;
    text-decoration: none;
    text-shadow: 0 1px white;
    -webkit-box-shadow: inset 0 0 0 1px #fafafa;
    box-shadow: inset 0 0 0 1px #fafafa; }
    .dropdown > li > a:hover, .dropdown > li > a:focus {
      position: relative;
      z-index: 2;
      color: white;
      text-shadow: 0 1px rgba(0, 0, 0, 0.4);
      background: #3e91ee;
      outline: none;
      background-image: -webkit-linear-gradient(top, #5ea8fc, #2e86e7);
      background-image: -moz-linear-gradient(top, #5ea8fc, #2e86e7);
      background-image: -o-linear-gradient(top, #5ea8fc, #2e86e7);
      background-image: linear-gradient(to bottom, #5ea8fc, #2e86e7);
      -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px #1e6abe, 0 0 0 1px #277edd;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px #1e6abe, 0 0 0 1px #277edd; }
  .dropdown > li + li {
    border-top: 1px solid #d6d6d6; }
  .dropdown > li:last-child > a {
    border-radius: 0 0 2px 2px; }

.heading {
  overflow: hidden;
  line-height: 33px;
  padding: 0 11px;
  color: #555;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #edf0fb;
  border: 1px solid;
  border-color: #dadef2 #ced8ee #c2ceec;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #f4f6fc, #e2e6f8);
  background-image: -moz-linear-gradient(top, #f4f6fc, #e2e6f8);
  background-image: -o-linear-gradient(top, #f4f6fc, #e2e6f8);
  background-image: linear-gradient(to bottom, #f4f6fc, #e2e6f8);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.05); }
  .heading > h2 {
    float: left;
    font-size: 13px;
    font-weight: bold; }

.heading-links {
  float: right;
  line-height: 18px;
  margin: 8px -11px 0 11px; }
  .heading-links > li {
    float: left; }
    .heading-links > li > a {
      display: block;
      padding: 0 11px; }
    .heading-links > li + li {
      border-left: 1px solid #c9d3f2;
      border-left-color: rgba(183, 192, 223, 0.6);
      -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.2), -1px 0 rgba(255, 255, 255, 0.2);
      box-shadow: inset 1px 0 rgba(255, 255, 255, 0.2), -1px 0 rgba(255, 255, 255, 0.2); }

.alert {
  position: relative;
  line-height: 29px;
  padding: 0 10px;
  color: #6b6a5a;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #fcf0b0;
  border: 1px solid #d7cd89;
  border-bottom-color: #cec986;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #fef5bd, #faeca4);
  background-image: -moz-linear-gradient(top, #fef5bd, #faeca4);
  background-image: -o-linear-gradient(top, #fef5bd, #faeca4);
  background-image: linear-gradient(to bottom, #fef5bd, #faeca4);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.04); }
  .alert.notice {
    color: #526e4f;
    background: #bff1bc;
    border-color: #98cf9f #98cf9f #8ec397;
    background-image: -webkit-linear-gradient(top, #cef4d0, #b2eeaa);
    background-image: -moz-linear-gradient(top, #cef4d0, #b2eeaa);
    background-image: -o-linear-gradient(top, #cef4d0, #b2eeaa);
    background-image: linear-gradient(to bottom, #cef4d0, #b2eeaa); }

.alert-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  padding: inherit;
  font: bold 18px/18px Arial, sans-serif;
  color: inherit;
  opacity: .75; }
  .alert-close:hover {
    color: inherit;
    text-decoration: none;
    opacity: 1; }

.table {
  width: 100%;
  line-height: 29px;
  text-align: left;
  background: white;
  border-collapse: separate;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); }

.table-head > tr > th {
  padding: 0 10px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  background: #2c92ed;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #1d87e2 #187ed9 #1670c1;
  background-image: -webkit-linear-gradient(top, #49a4fc, #208be7);
  background-image: -moz-linear-gradient(top, #49a4fc, #208be7);
  background-image: -o-linear-gradient(top, #49a4fc, #208be7);
  background-image: linear-gradient(to bottom, #49a4fc, #208be7);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04); }
  .table-head > tr > th:first-child {
    border-left-width: 1px;
    border-top-left-radius: 3px; }
  .table-head > tr > th:last-child {
    border-top-right-radius: 3px; }

.table-body > tr:nth-child(2n) {
  background: #f9f9f9; }
.table-body > tr:hover {
  background: #f4f4f4; }
.table-body > tr > td {
  padding: 0 10px;
  text-shadow: 0 1px white;
  border-right: 1px solid #eee;
  border-right-color: rgba(0, 0, 0, 0.07); }
  .table-body > tr > td:first-child {
    border-left: 1px solid #d2d2d2; }
  .table-body > tr > td:last-child {
    border-right-color: #d2d2d2; }

.table-foot > tr > td {
  position: relative;
  line-height: 26px;
  padding-left: 9px;
  font-size: 11px;
  color: #777;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #f4f4f4;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dbdbdb #d2d2d2 #ccc;
  background-image: -webkit-linear-gradient(top, #fbfbfb, #ededed);
  background-image: -moz-linear-gradient(top, #fbfbfb, #ededed);
  background-image: -o-linear-gradient(top, #fbfbfb, #ededed);
  background-image: linear-gradient(to bottom, #fbfbfb, #ededed);
  -webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.2); }
  .table-foot > tr > td:first-child {
    border-left-width: 1px;
    border-bottom-left-radius: 3px; }
  .table-foot > tr > td:last-child {
    border-bottom-right-radius: 3px; }

.table-pager {
  float: right; }

.table-pager-link {
  float: left;
  position: relative;
  overflow: hidden;
  width: 26px;
  height: 26px;
  font: 0/0 serif;
  color: transparent;
  border-left: 1px solid #ddd;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.2), -1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.2), -1px 0 rgba(255, 255, 255, 0.2); }
  .table-pager-link:hover {
    background: #f2f2f2;
    background: rgba(0, 0, 0, 0.015); }
    .table-pager-link:hover:after {
      border-color: transparent #777; }
  .table-pager-link:active {
    background: #eee;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03), 0 -1px rgba(0, 0, 0, 0.02), -1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03), 0 -1px rgba(0, 0, 0, 0.02), -1px 0 rgba(255, 255, 255, 0.2); }
    .table-pager-link:active:after {
      border-color: transparent #999; }
  .table-pager-link:before, .table-pager-link:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #909090; }
  .table-pager-link:before {
    margin-top: -3px;
    border-color: transparent rgba(255, 255, 255, 0.5); }
  .table-pager-link.prev:before, .table-pager-link.prev:after {
    border-width: 4px 4px 4px 0; }
  .table-pager-link.next:before, .table-pager-link.next:after {
    border-width: 4px 0 4px 4px; }
  .table-pager-link:last-child {
    border-bottom-right-radius: 2px; }

.progress {
  position: relative;
  height: 13px;
  background: white;
  border: 1px solid #c6c6c6;
  border-top-color: #bbb;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px rgba(255, 255, 255, 0.4); }
  .progress > span {
    display: block;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    min-width: 13px;
    background: #ececec;
    border: 1px solid #ccc;
    border-bottom-color: #c6c6c6;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(top, #fcfcfc, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fcfcfc, #e6e6e6);
    background-image: -o-linear-gradient(top, #fcfcfc, #e6e6e6);
    background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6);
    -webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.06); }

.progress-blue > span {
  background: #3e91ee;
  border-color: #6898c8 #5a87b5 #4573a1;
  background-image: -webkit-linear-gradient(top, #5ea8fc, #2e86e7);
  background-image: -moz-linear-gradient(top, #5ea8fc, #2e86e7);
  background-image: -o-linear-gradient(top, #5ea8fc, #2e86e7);
  background-image: linear-gradient(to bottom, #5ea8fc, #2e86e7);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 1px 1px 1px rgba(0, 0, 0, 0.1); }

.progress-green > span {
  background: #84c43e;
  border-color: #7ba845 #77a343 #6f983f;
  background-image: -webkit-linear-gradient(top, #a0d44d, #70b834);
  background-image: -moz-linear-gradient(top, #a0d44d, #70b834);
  background-image: -o-linear-gradient(top, #a0d44d, #70b834);
  background-image: linear-gradient(to bottom, #a0d44d, #70b834);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1); }

.tooltip {
  position: absolute;
  z-index: 10;
  padding: 4px 10px;
  max-width: 200px;
  line-height: 20px;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px black;
  background: #3b3c40;
  background-clip: padding-box;
  border: 1px solid #19191b;
  border-bottom-color: #0a0a0b;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #585a60, #3b3c40);
  background-image: -moz-linear-gradient(top, #585a60, #3b3c40);
  background-image: -o-linear-gradient(top, #585a60, #3b3c40);
  background-image: linear-gradient(to bottom, #585a60, #3b3c40);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .tooltip:before, .tooltip:after,
  .tooltip > p:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent; }
  .tooltip > p:before {
    z-index: 2; }

.tooltip-up:before, .tooltip-up:after,
.tooltip-up > p:before {
  left: 50%;
  margin-left: -6px; }
.tooltip-up:before {
  bottom: -12px;
  border-top-color: #0a0a0b; }
.tooltip-up:after {
  bottom: -11px;
  border-top-color: #53555b; }
.tooltip-up > p:before {
  bottom: -10px;
  border-top-color: #3b3c40; }

.tooltip-down:before, .tooltip-down:after,
.tooltip-down > p:before {
  left: 50%;
  margin-left: -6px; }
.tooltip-down:before {
  top: -12px;
  border-bottom-color: #161718; }
.tooltip-down:after {
  top: -11px;
  border-bottom-color: #787a82; }
.tooltip-down > p:before {
  top: -10px;
  border-bottom-color: #585a60; }

.tooltip-left:before, .tooltip-left:after, .tooltip-left >
p:before {
  top: 50%;
  margin-top: -6px; }
.tooltip-left:before {
  left: -12px;
  border-right-color: #161718; }
.tooltip-left:after {
  left: -11px;
  border-right-color: #606168; }
.tooltip-left > p:before {
  left: -10px;
  border-right-color: #4a4b50; }

.tooltip-right:before, .tooltip-right:after, .tooltip-right >
p:before {
  top: 50%;
  margin-top: -6px; }
.tooltip-right:before {
  right: -12px;
  border-left-color: #161718; }
.tooltip-right:after {
  right: -11px;
  border-left-color: #606168; }
.tooltip-right > p:before {
  right: -10px;
  border-left-color: #4a4b50; }

.lt-ie9 .tooltip:after {
  content: none; }

/* desde Calendar */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
.ui-datepicker table {
	width: 100%;
	background:#eee;
}
.ui-datepicker-header {
	background: url('../images/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* desde spinnet 53 */
.widget {
  position: relative;
  margin: 0px auto;
  width: 100%x;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}

.widget-tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 9px 12px 0;
  text-align: left;
  direction: rtl;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
}

.widget-tab,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab,
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  line-height: 36px;
  font-weight: normal;
  color: #999;
  background: #fcfcfc;
  border: solid #ddd;
  border-width: 1px 1px 0;
  border-radius: 5px 5px 0 0;
  padding-bottom: 0;
  bottom: auto;
}
.widget-tab > .widget-tab-link,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab > .widget-tab-link,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab > .widget-tab-link,
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab > .widget-tab-link {
  margin: 0;
  border-top: 0;
}

.widget-tab + .widget-tab {
  margin-right: -1px;
}

.widget-tab:last-child,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2),
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child {
  bottom: -1px;
  margin-top: 0;
  padding-bottom: 2px;
  line-height: 34px;
  font-weight: bold;
  color: #555;
  background: white;
  border-top: 0;
}
.widget-tab:last-child > .widget-tab-link,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child > .widget-tab-link,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) > .widget-tab-link,
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child > .widget-tab-link {
  margin: 0 -1px;
  border-top: 4px solid #4cc8f1;
}

.widget-tab-link {
  display: block;
  min-width: 60px;
  padding: 0 15px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
}

.widget-list {
  display: none;
  padding-top: 50px;
}
.widget-list > li + li {
  border-top: 1px solid #e8e8e8;
}
.widget-list:last-of-type {
  display: block;
}
.widget-list:target {
  display: block;
}
.widget-list:target ~ .widget-list {
  display: none;
}

.widget-list-link {
  display: block;
  line-height: 18px;
  padding: 10px 12px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
.widget-list-link:hover {
  background: #f7f7f7;
}
li:last-child > .widget-list-link {
  border-radius: 0 0 3px 3px;
}
.widget-list-link > img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 2px 12px 0 0;
}
.widget-list-link > span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #999;
}
/* desde Graphite */
.text-input-hint {
  display: block;
  position: relative;
  line-height: 24px;
  margin-top: -2px;
  padding: 0 7px;
  font-size: 11px;
  color: #777;
  text-shadow: 0 1px white;
  background: #f6f6f6;
  border: 1px solid #c6c6c6;
  border-top-color: #d6d6d6;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.6); }
  input:focus + .text-input-hint, textarea:focus + .text-input-hint {
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 1px;
    border-width: 1px 0 0;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 -1px #6e9ef7, 1px 0 #6e9ef7, -1px 0 #6e9ef7, 0 -4px white, 0 -1px 2px 1px rgba(110, 158, 247, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 -1px #6e9ef7, 1px 0 #6e9ef7, -1px 0 #6e9ef7, 0 -4px white, 0 -1px 2px 1px rgba(110, 158, 247, 0.5); }

.lt-ie9 input:focus + .text-input-hint,
.lt-ie9 textarea:focus + .text-input-hint {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  border-width: 1px;
  border-top-color: #6e9ef7; }

.gtable {
  width: 100%;
  line-height: 31px;
  text-align: left;
  background: white;
  border-collapse: separate;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); }

.gtable-head > tr > th {
  padding: 0 10px;
  font-weight: bold;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #ecf0f0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #ddd;
  border-right-color: rgba(0, 0, 0, 0.12);
  background-image: -webkit-linear-gradient(top, #f5fafa, #e7eaea);
  background-image: -moz-linear-gradient(top, #f5fafa, #e7eaea);
  background-image: -o-linear-gradient(top, #f5fafa, #e7eaea);
  background-image: linear-gradient(to bottom, #f5fafa, #e7eaea);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.04); }
  .gtable-head > tr > th:first-child {
    border-left: 1px solid #ccc;
    border-top-left-radius: 3px; }
  .gtable-head > tr > th:last-child {
    border-right-color: #ccc;
    border-top-right-radius: 3px; }

.gtable-body > tr:nth-child(2n) {
  background: #f8f8f8; }
.gtable-body > tr:hover {
  background: #f3f3f3; }
.gtable-body > tr:last-child > td {
  border-bottom: 1px solid #ccc; }
.gtable-body > tr:last-child > td:first-child {
  border-bottom-left-radius: 3px; }
.gtable-body > tr:last-child > td:last-child {
  border-bottom-right-radius: 3px; }
.gtable-body > tr > td {
  padding: 0 10px;
  text-shadow: 0 1px white;
  border-right: 1px solid #eee;
  border-right-color: rgba(0, 0, 0, 0.08); }
  .gtable-body > tr > td:first-child {
    border-left: 1px solid #ccc; }
  .gtable-body > tr > td:last-child {
    border-right-color: #ccc; }

.lt-ie9 .gtable {
  border-bottom: 1px solid #ccc; }
  
.hr {
  margin: 21px 0;
  width: 100%;
  height: 6px;
  background: #f0f0f0;
  border: 1px solid #c5c5c5;
  border-bottom-color: #bbb;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, #fafafa, #e2e2e2);
  background-image: -moz-linear-gradient(top, #fafafa, #e2e2e2);
  background-image: -o-linear-gradient(top, #fafafa, #e2e2e2);
  background-image: linear-gradient(to bottom, #fafafa, #e2e2e2);
  -webkit-box-shadow: inset 0 1px #fcfcfc, 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 1px #fcfcfc, 0 1px 1px rgba(0, 0, 0, 0.04); }

/* */

[class*="icon-"] {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-color: transparent;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.icon-psd-40 {
  background-position: 0 0;
}

.icon-ai-24 {
  background-position: -40px 0;
}

.icon-close {
  background-position: -40px -24px;
}

.widget {
  margin: 0px auto;
  width: 280px;
  overflow: hidden;
  background: #fafafa;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.widget-heading {
  position: relative;
  z-index: 2;
  padding: 8px;
  height: 24px;
  background: #eee;
  border-radius: 4px 4px 0 0;
  background-image: -webkit-linear-gradient(top, #eeeeee, #d8d8d8);
  background-image: -moz-linear-gradient(top, #eeeeee, #d8d8d8);
  background-image: -o-linear-gradient(top, #eeeeee, #d8d8d8);
  background-image: linear-gradient(to bottom, #eeeeee, #d8d8d8);
  -webkit-box-shadow: inset 0 21px rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 21px rgba(255, 255, 255, 0.22);
}

.widget-title {
  float: left;
  line-height: 24px;
  padding: 0 6px;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.widget-close {
  float: right;
  margin: 0 1px 0 10px;
  padding: 3px 3px 3px 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
}
.widget-close:hover {
  border-color: rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.widget-close:active {
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

.widget-toolbar {
  position: relative;
  height: 18px;
  line-height: 18px;
  padding: 6px 0;
  background: #5c5c5c;
  background-image: -webkit-linear-gradient(top, #878787, #5c5c5c);
  background-image: -moz-linear-gradient(top, #878787, #5c5c5c);
  background-image: -o-linear-gradient(top, #878787, #5c5c5c);
  background-image: linear-gradient(to bottom, #878787, #5c5c5c);
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 2px rgba(0, 0, 0, 0.5);
}
.widget-toolbar > li {
  float: left;
}
.widget-toolbar > li > a {
  display: block;
  padding: 0 12px;
  font-size: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.widget-toolbar > li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.1);
}

.download {
  line-height: 21px;
  padding: 3px 15px;
  color: #999;
  text-shadow: 0 1px white;
  background: white;
  background-image: -webkit-linear-gradient(top, white, #fafafa);
  background-image: -moz-linear-gradient(top, white, #fafafa);
  background-image: -o-linear-gradient(top, white, #fafafa);
  background-image: linear-gradient(to bottom, white, #fafafa);
}
.download + .download {
  border-top: 1px solid #ececec;
}
.download:last-child {
  border-radius: 0 0 4px 4px;
}

.download-name {
  margin: 2px 0;
  font-weight: normal;
}

.download-icon {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
}

.download-info {
  line-height: 16px;
  font-size: 11px;
}

.download-active {
  padding: 8px 12px;
}
.download-active .download-name {
  margin: 0;
  font-weight: bold;
  color: #333;
}
.download-active .download-icon {
  width: 40px;
  height: 40px;
}

.download-progress {
  clear: left;
  margin: 12px 10px 4px;
  height: 8px;
  padding: 3px;
  background: #ebebeb;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px white;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px white;
}

.download-progress-bar {
  height: 100%;
  background: #73c822;
  border: 1px solid;
  border-color: #6eb626 #62a21f #5a9122;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, #73c822, #67aa24);
  background-image: -moz-linear-gradient(top, #73c822, #67aa24);
  background-image: -o-linear-gradient(top, #73c822, #67aa24);
  background-image: linear-gradient(to bottom, #73c822, #67aa24);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
}

.lt-ie9 .widget-close {
  border: 1px solid #c4c4c4;
}
.lt-ie9 .widget-close:hover {
  background: #d8d8d8;
}
.lt-ie9 .widget-toolbar {
  border-top-color: #484848;
}

/* receta */
#bg_receta
{
	background-color: #FFFFFF; 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%;
	height:100%;	
}

.receta
{
	cursor: move;
    font-size: 12px;
}

.receta table
{
	border: 1px solid #CCCCCC;
} 

.receta td 
{ 
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	width:115px;
	height:20px;
	text-align:center;
}

.receta p
{
	font-size:14px;
	color:#000000;
	margin: 0px;
}

.cuadricula
{
	background-image: url(/images/recetas/cuadricula.gif);
}

/* desde notif */
.container {
  margin: 40px auto;
  width: 380px;
}
.container .notif {
  margin: 10px 0;
}

.notif {
  position: relative;
  padding: 25px 30px 25px 100px;
  min-height: 50px;
  line-height: 22px;
  background: white;
  border-radius: 2px;
}
.notif:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 30px;
  width: 40px;
  height: 40px;
  border: 5px solid;
  border-radius: 25px;
}
.notif p {
  font-size: 11px;
  color: #666;
}

.notif-title {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.notif-title:before, .notif-title:after {
  content: '';
  position: absolute;
  background: white;
  border-radius: 2px;
}

.notif-notice:before {
  background: #a7d155;
  border-color: #8fb14f;
}
.notif-notice .notif-title:before, .notif-notice .notif-title:after {
  top: 44px;
  left: 55px;
  width: 4px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notif-notice .notif-title:after {
  top: 50px;
  left: 48px;
  width: 8px;
  height: 4px;
}

.notif-alert:before {
  background: #e34f4f;
  border-color: #c14343;
}
.notif-alert .notif-title:before, .notif-alert .notif-title:after {
  top: 43px;
  left: 53px;
  width: 4px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notif-alert .notif-title:after {
  top: 48px;
  left: 48px;
  width: 14px;
  height: 4px;
}

.notif-warn:before {
  background: #f1e472;
  border-color: #cec260;
}
.notif-warn .notif-title:before, .notif-warn .notif-title:after {
  top: 42px;
  left: 53px;
  width: 4px;
  height: 11px;
  background: #5c562b;
}
.notif-warn .notif-title:after {
  top: 54px;
  height: 4px;
}

.notif-controls {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  padding: 4px 3px 5px;
  background: #f0f0f0;
  border: solid #dcdcdc;
  border-width: 0 0 1px 1px;
  border-radius: 0 2px;
}
.notif-controls > a {
  position: relative;
  float: left;
  margin: 0 1px;
  width: 16px;
  height: 16px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.notif-minimize:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 4px;
  width: 7px;
  height: 2px;
  background: #bbb;
}
.notif-minimize:hover:before {
  background: #888;
}

.notif-zoom:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  width: 5px;
  height: 3px;
  border: 2px solid #bbb;
}
.notif-zoom:hover:before {
  border-color: #888;
}

.notif-close:before, .notif-close:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 2px;
  height: 10px;
  background: #bbb;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notif-close:after {
  top: 8px;
  left: 3px;
  width: 10px;
  height: 2px;
}
.notif-close:hover:before, .notif-close:hover:after {
  background: #888;
}

/* IE 8 doesn't support CSS transforms; use Unicode instead. */
.lt-ie9 .notif-notice .notif-title:before {
  content: '\2714';
  display: block;
  top: 25px;
  left: 30px;
  width: 50px;
  font: bold 18px/50px "Arial Unicode MS";
  color: white;
  text-align: center;
  background: none;
}
.lt-ie9 .notif-notice .notif-title:after {
  display: none;
}
.lt-ie9 .notif-alert .notif-title:before {
  content: '\2716';
  display: block;
  top: 25px;
  left: 30px;
  width: 50px;
  font: bold 17px/50px "Arial Unicode MS";
  color: white;
  text-align: center;
  background: none;
}
.lt-ie9 .notif-alert .notif-title:after {
  display: none;
}
.lt-ie9 .notif-close:before {
  content: '\2716';
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  font: 11px/19px 'Arial Unicode MS';
  color: #bbb;
  text-align: center;
  background: none;
}
.lt-ie9 .notif-close:after {
  display: none;
}
.lt-ie9 .notif-close:hover:before {
  color: #999;
}

/* modal */
.modal{
  position:fixed;
  background:#052B52;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index:2;
  opacity:0.5;
  filter:Alpha(opacity=50);
}

.aviso{
  position:fixed;
  width:30%;
  height:20%;
  top:0%;
  left:35%;
  z-index:3;
}

/* table-link */
.tlink{
font-size: 11px;
font-weight: normal;
}

/* cabecera con logo */
#grad1 {
    background: -webkit-linear-gradient(left, #FFFFFF , #052b52); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFFFFF, #052b52); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFFFFF, #052b52); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFFFFF , #052b52); /* Standard syntax (must be last) */
}

/* menu */
#menu
{ 
	color: #FFFFFF;
}

#menu a{
	width:120px;
	white-space: nowrap;
	margin-left: -1px;
	height: inherit;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 0;		
}

#menu a:visited{
}

#menu a:hover, #menu  .current{
}
 
#menu  ul{
}
 
#menu  ul,li{
	list-style: none;
}
 
#menu #nav{
}
 
#menu #nav li{
	float:left;
	position: relative;
}
 
#menu .submenu{
	display: none;
	position: absolute;
}
 
#menu #nav .submenu li{
	float: none;
	position: static;
}
 
#menu #nav .submenu li a{
	width:120px;
}

#menu #nav .submenu li a:hover{
}