.detalles{
  margin:1em 0;
  padding:  0.5em;
}

.detalles li{
  margin: 0;
  display:  block;
  padding:  0.5em;
}

.detalles li:hover{
  background: rgba(0,0,0,0.1);
}

.fade{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; 
  bottom: 0;
  background: rgba(0,0,0,0.8);
  text-align:  center;
  z-index:  10000;
}

.modal{
  background:  white;
  max-width: 500px;
  width: auto;
  padding: 0.5em;
  margin:2% auto;
  z-index: 100001;
  border-radius: 3px;
  position:  relative;
  min-height:  280px;
  height: 500px;
  overflow-y:scroll;
}

.close_modal{
  position:  absolute;
  top:  0;
  right: 0.2em;
  background:  white;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

.modal .modal_body .img-modal{
  width: 100%;
  
  margin: 0.5em 0;
}

.img-modal img{
  max-width: 95%;
}

.Cursor--pointer{
  cursor: pointer;
  background: gray;
  color: white;
}

.ir-arriba{
  width: 40px;
  display:  table;
  height: 40px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
  position: fixed;
  bottom:1em;
  cursor: pointer;
  right: 1em;
}

.ir-arriba span{
  vertical-align:  middle;
  display: table-cell;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.Text {
  color: #2c3e50;
}
.Text--xs {
  font-size: 8px;
}
.Text--sm {
  font-size: 16px;
}
.Text--md {
  font-size: 32px;
}
.Text--lg {
  font-size: 48px;
}
.Text--xl {
  font-size: 64px;
}
.Text--lowercase {
  text-transform: lowercase;
}
.Text--uppercase {
  text-transform: uppercase;
}
.Text--capitalize {
  text-transform: capitalize;
}
.Text--white {
  color: #fff;
}
/*Variables para los colores*/
/*Importaciones*/
body {
  background-color: #dedede;
  background-image: url("../img/texture.jpg");
  color: #595959;
  font-family: 'Helvetica', 'sans-serif';
  font-size: 15px;
  line-height: 1.5;
  margin: 0 auto;
  width: 100%;
}
.Badge {
  color: #fff;
  padding: 0.3em 0.5em;
  display: inline-block;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 20px;
  min-height: 20px;
  line-height: 1;
  font-size: 0.8em;
  vertical-align: middle;
}
.Badge--blue {
  background: #4374e0;
}
.Badge--green {
  background: #4caf50;
}
.Badge--red {
  background: #f44336;
}
.Badge--yellow {
  background: #ff9800;
}
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.Row {
  width: 100%;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.Row:after {
  content: " ";
  display: table;
}
.Row:after {
  clear: both;
}
.Container {
  display: block;
  margin: 0 auto;
  padding: 0.5em;
/*padding-left 15px
	padding-right 15px*/
  overflow: hidden;
}
.Container-is-shading {
  -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
}
.Container--full-width {
  max-width: 100%;
}
.Container--centered {
  max-width: 80%;
}
.Container--without-menu {
  margin: 4em 0 0 0;
}
.Container--with-menu-left {
  margin: 4em 0 0 295px;
}
.Container--with-menu-right {
  margin: 4em 7em 0 0;
}
@media screen and (max-width: 768px) {
  .Container {
    text-align: center;
  }
  .Container--centered {
    max-width: 100%;
  }
}
.Navigation {
  background: #fff;
  border-bottom: 1px solid rgba(128,128,128,0.3);
  height: 50px;
  width: 100%;
  position: relative;
  z-index: 2100;
  margin-bottom: 1em;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Navigation .Logo {
  float: left;
  display: inline-block;
  left: 0;
  width: 109px;
  margin: 0;
}
.Navigation .Logo img {
  width: 100%;
}
.Navigation .principal_menu {
  margin: 0;
  text-align: right;
  overflow-x: auto;
  padding: 0;
  white-space: nowrap;
  margin-right: 5em;
}
.Navigation .principal_menu::-webkit-scrollbar {
  display: none;
}
.Navigation .principal_menu li {
  display: inline-block;
}
.Navigation .principal_menu li a {
  line-height: 50px;
  text-decoration: none;
  color: #2c3e50;
  display: block;
  padding: 0 1em;
  margin-left: -4px;
}
.Navigation .principal_menu li a:hover {
  background: #444;
  color: #fff;
}
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons/icons.eot?-qqjbb0");
  src: url("../fonts/icons/icons.eot?#iefix-qqjbb0") format('embedded-opentype'), url("../fonts/icons/icons.woff?-qqjbb0") format('woff'), url("../fonts/icons/icons.ttf?-qqjbb0") format('truetype'), url("../fonts/icons/icons.svg?-qqjbb0#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icons';
/*font-size 1.5em*/
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0.5em 0.3em 0.5em 0.2em;
/*color white*/
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e66c";
}
.icon-home2:before {
  content: "\e66d";
}
.icon-home3:before {
  content: "\e66e";
}
.icon-office:before {
  content: "\e66f";
}
.icon-newspaper:before {
  content: "\e670";
}
.icon-pencil:before {
  content: "\e671";
}
.icon-pencil2:before {
  content: "\e672";
}
.icon-quill:before {
  content: "\e673";
}
.icon-pen:before {
  content: "\e674";
}
.icon-blog:before {
  content: "\e675";
}
.icon-droplet:before {
  content: "\e676";
}
.icon-paint-format:before {
  content: "\e677";
}
.icon-image:before {
  content: "\e678";
}
.icon-image2:before {
  content: "\e679";
}
.icon-images:before {
  content: "\e67a";
}
.icon-camera:before {
  content: "\e67b";
}
.icon-music:before {
  content: "\e67c";
}
.icon-headphones:before {
  content: "\e67d";
}
.icon-play:before {
  content: "\e67e";
}
.icon-film:before {
  content: "\e67f";
}
.icon-camera2:before {
  content: "\e680";
}
.icon-dice:before {
  content: "\e681";
}
.icon-pacman:before {
  content: "\e682";
}
.icon-spades:before {
  content: "\e683";
}
.icon-clubs:before {
  content: "\e684";
}
.icon-diamonds:before {
  content: "\e685";
}
.icon-pawn:before {
  content: "\e686";
}
.icon-bullhorn:before {
  content: "\e687";
}
.icon-connection:before {
  content: "\e688";
}
.icon-podcast:before {
  content: "\e689";
}
.icon-feed:before {
  content: "\e68a";
}
.icon-book:before {
  content: "\e68b";
}
.icon-books:before {
  content: "\e68c";
}
.icon-library:before {
  content: "\e68d";
}
.icon-file:before {
  content: "\e68e";
}
.icon-profile:before {
  content: "\e68f";
}
.icon-file2:before {
  content: "\e690";
}
.icon-file3:before {
  content: "\e691";
}
.icon-file4:before {
  content: "\e692";
}
.icon-copy:before {
  content: "\e693";
}
.icon-copy2:before {
  content: "\e694";
}
.icon-copy3:before {
  content: "\e695";
}
.icon-paste:before {
  content: "\e696";
}
.icon-paste2:before {
  content: "\e697";
}
.icon-paste3:before {
  content: "\e698";
}
.icon-stack:before {
  content: "\e699";
}
.icon-folder:before {
  content: "\e69a";
}
.icon-folder-open:before {
  content: "\e69b";
}
.icon-tag:before {
  content: "\e69c";
}
.icon-tags:before {
  content: "\e69d";
}
.icon-barcode:before {
  content: "\e69e";
}
.icon-qrcode:before {
  content: "\e69f";
}
.icon-ticket:before {
  content: "\e6a0";
}
.icon-cart:before {
  content: "\e6a1";
}
.icon-cart2:before {
  content: "\e6a2";
}
.icon-cart3:before {
  content: "\e6a3";
}
.icon-coin:before {
  content: "\e6a4";
}
.icon-credit:before {
  content: "\e6a5";
}
.icon-calculate:before {
  content: "\e6a6";
}
.icon-support:before {
  content: "\e6a7";
}
.icon-phone:before {
  content: "\e6a8";
}
.icon-phone-hang-up:before {
  content: "\e6a9";
}
.icon-address-book:before {
  content: "\e6aa";
}
.icon-notebook:before {
  content: "\e6ab";
}
.icon-envelope:before {
  content: "\e6ac";
}
.icon-pushpin:before {
  content: "\e6ad";
}
.icon-location:before {
  content: "\e6ae";
}
.icon-location2:before {
  content: "\e6af";
}
.icon-compass:before {
  content: "\e6b0";
}
.icon-map:before {
  content: "\e6b1";
}
.icon-map2:before {
  content: "\e6b2";
}
.icon-history:before {
  content: "\e6b3";
}
.icon-clock:before {
  content: "\e6b4";
}
.icon-clock2:before {
  content: "\e6b5";
}
.icon-alarm:before {
  content: "\e6b6";
}
.icon-alarm2:before {
  content: "\e6b7";
}
.icon-bell:before {
  content: "\e6b8";
}
.icon-stopwatch:before {
  content: "\e6b9";
}
.icon-calendar:before {
  content: "\e6ba";
}
.icon-calendar2:before {
  content: "\e6bb";
}
.icon-print:before {
  content: "\e6bc";
}
.icon-keyboard:before {
  content: "\e6bd";
}
.icon-screen:before {
  content: "\e6be";
}
.icon-laptop:before {
  content: "\e6bf";
}
.icon-mobile:before {
  content: "\e6c0";
}
.icon-mobile2:before {
  content: "\e6c1";
}
.icon-tablet:before {
  content: "\e6c2";
}
.icon-tv:before {
  content: "\e6c3";
}
.icon-cabinet:before {
  content: "\e6c4";
}
.icon-drawer:before {
  content: "\e6c5";
}
.icon-drawer2:before {
  content: "\e6c6";
}
.icon-drawer3:before {
  content: "\e6c7";
}
.icon-box-add:before {
  content: "\e6c8";
}
.icon-box-remove:before {
  content: "\e6c9";
}
.icon-download:before {
  content: "\e6ca";
}
.icon-upload:before {
  content: "\e6cb";
}
.icon-disk:before {
  content: "\e6cc";
}
.icon-storage:before {
  content: "\e6cd";
}
.icon-undo:before {
  content: "\e6ce";
}
.icon-redo:before {
  content: "\e6cf";
}
.icon-flip:before {
  content: "\e6d0";
}
.icon-flip2:before {
  content: "\e6d1";
}
.icon-undo2:before {
  content: "\e6d2";
}
.icon-redo2:before {
  content: "\e6d3";
}
.icon-forward:before {
  content: "\e6d4";
}
.icon-reply:before {
  content: "\e6d5";
}
.icon-bubble:before {
  content: "\e6d6";
}
.icon-bubbles:before {
  content: "\e6d7";
}
.icon-bubbles2:before {
  content: "\e6d8";
}
.icon-bubble2:before {
  content: "\e6d9";
}
.icon-bubbles3:before {
  content: "\e6da";
}
.icon-bubbles4:before {
  content: "\e6db";
}
.icon-user:before {
  content: "\e6dc";
}
.icon-users:before {
  content: "\e6dd";
}
.icon-user2:before {
  content: "\e6de";
}
.icon-users2:before {
  content: "\e6df";
}
.icon-user3:before {
  content: "\e6e0";
}
.icon-user4:before {
  content: "\e6e1";
}
.icon-quotes-left:before {
  content: "\e6e2";
}
.icon-busy:before {
  content: "\e6e3";
}
.icon-spinner:before {
  content: "\e6e4";
}
.icon-spinner2:before {
  content: "\e6e5";
}
.icon-spinner3:before {
  content: "\e6e6";
}
.icon-spinner4:before {
  content: "\e6e7";
}
.icon-spinner5:before {
  content: "\e6e8";
}
.icon-spinner6:before {
  content: "\e6e9";
}
.icon-binoculars:before {
  content: "\e6ea";
}
.icon-search:before {
  content: "\e6eb";
}
.icon-zoomin:before {
  content: "\e6ec";
}
.icon-zoomout:before {
  content: "\e6ed";
}
.icon-expand:before {
  content: "\e6ee";
}
.icon-contract:before {
  content: "\e6ef";
}
.icon-expand2:before {
  content: "\e6f0";
}
.icon-contract2:before {
  content: "\e6f1";
}
.icon-key:before {
  content: "\e6f2";
}
.icon-key2:before {
  content: "\e6f3";
}
.icon-lock:before {
  content: "\e6f4";
}
.icon-lock2:before {
  content: "\e6f5";
}
.icon-unlocked:before {
  content: "\e6f6";
}
.icon-wrench:before {
  content: "\e6f7";
}
.icon-settings:before {
  content: "\e6f8";
}
.icon-equalizer:before {
  content: "\e6f9";
}
.icon-cog:before {
  content: "\e6fa";
}
.icon-cogs:before {
  content: "\e6fb";
}
.icon-cog2:before {
  content: "\e6fc";
}
.icon-hammer:before {
  content: "\e6fd";
}
.icon-wand:before {
  content: "\e6fe";
}
.icon-aid:before {
  content: "\e6ff";
}
.icon-bug:before {
  content: "\e700";
}
.icon-pie:before {
  content: "\e701";
}
.icon-stats:before {
  content: "\e702";
}
.icon-bars:before {
  content: "\e703";
}
.icon-bars2:before {
  content: "\e704";
}
.icon-gift:before {
  content: "\e705";
}
.icon-trophy:before {
  content: "\e706";
}
.icon-glass:before {
  content: "\e707";
}
.icon-mug:before {
  content: "\e708";
}
.icon-food:before {
  content: "\e709";
}
.icon-leaf:before {
  content: "\e70a";
}
.icon-rocket:before {
  content: "\e70b";
}
.icon-meter:before {
  content: "\e70c";
}
.icon-meter2:before {
  content: "\e70d";
}
.icon-dashboard:before {
  content: "\e70e";
}
.icon-hammer2:before {
  content: "\e70f";
}
.icon-fire:before {
  content: "\e710";
}
.icon-lab:before {
  content: "\e711";
}
.icon-magnet:before {
  content: "\e712";
}
.icon-remove:before {
  content: "\e713";
}
.icon-remove2:before {
  content: "\e714";
}
.icon-briefcase:before {
  content: "\e715";
}
.icon-airplane:before {
  content: "\e716";
}
.icon-truck:before {
  content: "\e717";
}
.icon-road:before {
  content: "\e718";
}
.icon-accessibility:before {
  content: "\e719";
}
.icon-target:before {
  content: "\e71a";
}
.icon-shield:before {
  content: "\e71b";
}
.icon-lightning:before {
  content: "\e71c";
}
.icon-switch:before {
  content: "\e71d";
}
.icon-powercord:before {
  content: "\e71e";
}
.icon-signup:before {
  content: "\e71f";
}
.icon-list:before {
  content: "\e720";
}
.icon-list2:before {
  content: "\e721";
}
.icon-numbered-list:before {
  content: "\e722";
}
.icon-menu:before {
  content: "\e723";
}
.icon-menu2:before {
  content: "\e724";
}
.icon-tree:before {
  content: "\e725";
}
.icon-cloud:before {
  content: "\e726";
}
.icon-cloud-download:before {
  content: "\e727";
}
.icon-cloud-upload:before {
  content: "\e728";
}
.icon-download2:before {
  content: "\e729";
}
.icon-upload2:before {
  content: "\e72a";
}
.icon-download3:before {
  content: "\e72b";
}
.icon-upload3:before {
  content: "\e72c";
}
.icon-globe:before {
  content: "\e72d";
}
.icon-earth:before {
  content: "\e72e";
}
.icon-link:before {
  content: "\e72f";
}
.icon-flag:before {
  content: "\e730";
}
.icon-attachment:before {
  content: "\e731";
}
.icon-eye:before {
  content: "\e732";
}
.icon-eye-blocked:before {
  content: "\e733";
}
.icon-eye2:before {
  content: "\e734";
}
.icon-bookmark:before {
  content: "\e735";
}
.icon-bookmarks:before {
  content: "\e736";
}
.icon-brightness-medium:before {
  content: "\e737";
}
.icon-brightness-contrast:before {
  content: "\e738";
}
.icon-contrast:before {
  content: "\e739";
}
.icon-star:before {
  content: "\e73a";
}
.icon-star2:before {
  content: "\e73b";
}
.icon-star3:before {
  content: "\e73c";
}
.icon-heart:before {
  content: "\e73d";
}
.icon-heart2:before {
  content: "\e73e";
}
.icon-heart-broken:before {
  content: "\e73f";
}
.icon-thumbs-up:before {
  content: "\e740";
}
.icon-thumbs-up2:before {
  content: "\e741";
}
.icon-happy:before {
  content: "\e742";
}
.icon-happy2:before {
  content: "\e743";
}
.icon-smiley:before {
  content: "\e744";
}
.icon-smiley2:before {
  content: "\e745";
}
.icon-tongue:before {
  content: "\e746";
}
.icon-tongue2:before {
  content: "\e747";
}
.icon-sad:before {
  content: "\e748";
}
.icon-sad2:before {
  content: "\e749";
}
.icon-wink:before {
  content: "\e74a";
}
.icon-wink2:before {
  content: "\e74b";
}
.icon-grin:before {
  content: "\e74c";
}
.icon-grin2:before {
  content: "\e74d";
}
.icon-cool:before {
  content: "\e74e";
}
.icon-cool2:before {
  content: "\e74f";
}
.icon-angry:before {
  content: "\e750";
}
.icon-angry2:before {
  content: "\e751";
}
.icon-evil:before {
  content: "\e752";
}
.icon-evil2:before {
  content: "\e753";
}
.icon-shocked:before {
  content: "\e754";
}
.icon-shocked2:before {
  content: "\e755";
}
.icon-confused:before {
  content: "\e756";
}
.icon-confused2:before {
  content: "\e757";
}
.icon-neutral:before {
  content: "\e758";
}
.icon-neutral2:before {
  content: "\e759";
}
.icon-wondering:before {
  content: "\e75a";
}
.icon-wondering2:before {
  content: "\e75b";
}
.icon-point-up:before {
  content: "\e75c";
}
.icon-point-right:before {
  content: "\e75d";
}
.icon-point-down:before {
  content: "\e75e";
}
.icon-point-left:before {
  content: "\e75f";
}
.icon-warning:before {
  content: "\e760";
}
.icon-notification:before {
  content: "\e761";
}
.icon-question:before {
  content: "\e762";
}
.icon-info:before {
  content: "\e763";
}
.icon-info2:before {
  content: "\e764";
}
.icon-blocked:before {
  content: "\e765";
}
.icon-cancel-circle:before {
  content: "\e766";
}
.icon-checkmark-circle:before {
  content: "\e767";
}
.icon-spam:before {
  content: "\e768";
}
.icon-close:before {
  content: "\e769";
}
.icon-checkmark:before {
  content: "\e76a";
}
.icon-checkmark2:before {
  content: "\e76b";
}
.icon-spell-check:before {
  content: "\e76c";
}
.icon-minus:before {
  content: "\e76d";
}
.icon-plus:before {
  content: "\e76e";
}
.icon-enter:before {
  content: "\e76f";
}
.icon-exit:before {
  content: "\e770";
}
.icon-play2:before {
  content: "\e771";
}
.icon-pause:before {
  content: "\e772";
}
.icon-stop:before {
  content: "\e773";
}
.icon-backward:before {
  content: "\e774";
}
.icon-forward2:before {
  content: "\e775";
}
.icon-play3:before {
  content: "\e776";
}
.icon-pause2:before {
  content: "\e777";
}
.icon-stop2:before {
  content: "\e778";
}
.icon-backward2:before {
  content: "\e779";
}
.icon-forward3:before {
  content: "\e77a";
}
.icon-first:before {
  content: "\e77b";
}
.icon-last:before {
  content: "\e77c";
}
.icon-previous:before {
  content: "\e77d";
}
.icon-next:before {
  content: "\e77e";
}
.icon-eject:before {
  content: "\e77f";
}
.icon-volume-high:before {
  content: "\e780";
}
.icon-volume-medium:before {
  content: "\e781";
}
.icon-volume-low:before {
  content: "\e782";
}
.icon-volume-mute:before {
  content: "\e783";
}
.icon-volume-mute2:before {
  content: "\e784";
}
.icon-volume-increase:before {
  content: "\e785";
}
.icon-volume-decrease:before {
  content: "\e786";
}
.icon-loop:before {
  content: "\e787";
}
.icon-loop2:before {
  content: "\e788";
}
.icon-loop3:before {
  content: "\e789";
}
.icon-shuffle:before {
  content: "\e78a";
}
.icon-arrow-up-left:before {
  content: "\e78b";
}
.icon-arrow-up:before {
  content: "\e78c";
}
.icon-arrow-up-right:before {
  content: "\e78d";
}
.icon-arrow-right:before {
  content: "\e78e";
}
.icon-arrow-down-right:before {
  content: "\e78f";
}
.icon-arrow-down:before {
  content: "\e790";
}
.icon-arrow-down-left:before {
  content: "\e791";
}
.icon-arrow-left:before {
  content: "\e792";
}
.icon-arrow-up-left2:before {
  content: "\e793";
}
.icon-arrow-up2:before {
  content: "\e794";
}
.icon-arrow-up-right2:before {
  content: "\e795";
}
.icon-arrow-right2:before {
  content: "\e796";
}
.icon-arrow-down-right2:before {
  content: "\e797";
}
.icon-arrow-down2:before {
  content: "\e798";
}
.icon-arrow-down-left2:before {
  content: "\e799";
}
.icon-arrow-left2:before {
  content: "\e79a";
}
.icon-arrow-up-left3:before {
  content: "\e79b";
}
.icon-arrow-up3:before {
  content: "\e79c";
}
.icon-arrow-up-right3:before {
  content: "\e79d";
}
.icon-arrow-right3:before {
  content: "\e79e";
}
.icon-arrow-down-right3:before {
  content: "\e79f";
}
.icon-arrow-down3:before {
  content: "\e7a0";
}
.icon-arrow-down-left3:before {
  content: "\e7a1";
}
.icon-arrow-left3:before {
  content: "\e7a2";
}
.icon-tab:before {
  content: "\e7a3";
}
.icon-checkbox-checked:before {
  content: "\e7a4";
}
.icon-checkbox-unchecked:before {
  content: "\e7a5";
}
.icon-checkbox-partial:before {
  content: "\e7a6";
}
.icon-radio-checked:before {
  content: "\e7a7";
}
.icon-radio-unchecked:before {
  content: "\e7a8";
}
.icon-crop:before {
  content: "\e7a9";
}
.icon-scissors:before {
  content: "\e7aa";
}
.icon-filter:before {
  content: "\e7ab";
}
.icon-filter2:before {
  content: "\e7ac";
}
.icon-font:before {
  content: "\e7ad";
}
.icon-text-height:before {
  content: "\e7ae";
}
.icon-text-width:before {
  content: "\e7af";
}
.icon-bold:before {
  content: "\e7b0";
}
.icon-underline:before {
  content: "\e7b1";
}
.icon-italic:before {
  content: "\e7b2";
}
.icon-strikethrough:before {
  content: "\e7b3";
}
.icon-omega:before {
  content: "\e7b4";
}
.icon-sigma:before {
  content: "\e7b5";
}
.icon-table:before {
  content: "\e7b6";
}
.icon-table2:before {
  content: "\e7b7";
}
.icon-insert-template:before {
  content: "\e7b8";
}
.icon-pilcrow:before {
  content: "\e7b9";
}
.icon-lefttoright:before {
  content: "\e7ba";
}
.icon-righttoleft:before {
  content: "\e7bb";
}
.icon-paragraph-left:before {
  content: "\e7bc";
}
.icon-paragraph-center:before {
  content: "\e7bd";
}
.icon-paragraph-right:before {
  content: "\e7be";
}
.icon-paragraph-justify:before {
  content: "\e7bf";
}
.icon-paragraph-left2:before {
  content: "\e7c0";
}
.icon-paragraph-center2:before {
  content: "\e7c1";
}
.icon-paragraph-right2:before {
  content: "\e7c2";
}
.icon-paragraph-justify2:before {
  content: "\e7c3";
}
.icon-indent-increase:before {
  content: "\e7c4";
}
.icon-indent-decrease:before {
  content: "\e7c5";
}
.icon-newtab:before {
  content: "\e7c6";
}
.icon-embed:before {
  content: "\e7c7";
}
.icon-code:before {
  content: "\e7c8";
}
.icon-console:before {
  content: "\e7c9";
}
.icon-share:before {
  content: "\e7ca";
}
.icon-mail:before {
  content: "\e7cb";
}
.icon-mail2:before {
  content: "\e7cc";
}
.icon-mail3:before {
  content: "\e7cd";
}
.icon-mail4:before {
  content: "\e7ce";
}
.icon-google:before {
  content: "\e7cf";
}
.icon-googleplus:before {
  content: "\e7d0";
}
.icon-googleplus2:before {
  content: "\e7d1";
}
.icon-googleplus3:before {
  content: "\e7d2";
}
.icon-googleplus4:before {
  content: "\e7d3";
}
.icon-google-drive:before {
  content: "\e7d4";
}
.icon-facebook:before {
  content: "\e7d5";
}
.icon-facebook2:before {
  content: "\e7d6";
}
.icon-facebook3:before {
  content: "\e7d7";
}
.icon-instagram:before {
  content: "\e7d8";
}
.icon-twitter:before {
  content: "\e7d9";
}
.icon-twitter2:before {
  content: "\e7da";
}
.icon-twitter3:before {
  content: "\e7db";
}
.icon-feed2:before {
  content: "\e7dc";
}
.icon-feed3:before {
  content: "\e7dd";
}
.icon-feed4:before {
  content: "\e7de";
}
.icon-youtube:before {
  content: "\e7df";
}
.icon-youtube2:before {
  content: "\e7e0";
}
.icon-vimeo:before {
  content: "\e7e1";
}
.icon-vimeo2:before {
  content: "\e7e2";
}
.icon-vimeo3:before {
  content: "\e7e3";
}
.icon-lanyrd:before {
  content: "\e7e4";
}
.icon-flickr:before {
  content: "\e7e5";
}
.icon-flickr2:before {
  content: "\e7e6";
}
.icon-flickr3:before {
  content: "\e7e7";
}
.icon-flickr4:before {
  content: "\e7e8";
}
.icon-picassa:before {
  content: "\e7e9";
}
.icon-picassa2:before {
  content: "\e7ea";
}
.icon-dribbble:before {
  content: "\e7eb";
}
.icon-dribbble2:before {
  content: "\e7ec";
}
.icon-dribbble3:before {
  content: "\e7ed";
}
.icon-forrst:before {
  content: "\e7ee";
}
.icon-forrst2:before {
  content: "\e7ef";
}
.icon-deviantart:before {
  content: "\e7f0";
}
.icon-deviantart2:before {
  content: "\e7f1";
}
.icon-steam:before {
  content: "\e7f2";
}
.icon-steam2:before {
  content: "\e7f3";
}
.icon-github:before {
  content: "\e7f4";
}
.icon-github2:before {
  content: "\e7f5";
}
.icon-github3:before {
  content: "\e7f6";
}
.icon-github4:before {
  content: "\e7f7";
}
.icon-github5:before {
  content: "\e7f8";
}
.icon-wordpress:before {
  content: "\e7f9";
}
.icon-wordpress2:before {
  content: "\e7fa";
}
.icon-joomla:before {
  content: "\e7fb";
}
.icon-blogger:before {
  content: "\e7fc";
}
.icon-blogger2:before {
  content: "\e7fd";
}
.icon-tumblr:before {
  content: "\e7fe";
}
.icon-tumblr2:before {
  content: "\e7ff";
}
.icon-yahoo:before {
  content: "\e800";
}
.icon-tux:before {
  content: "\e801";
}
.icon-apple:before {
  content: "\e802";
}
.icon-finder:before {
  content: "\e803";
}
.icon-android:before {
  content: "\e804";
}
.icon-windows:before {
  content: "\e805";
}
.icon-windows8:before {
  content: "\e806";
}
.icon-soundcloud:before {
  content: "\e807";
}
.icon-soundcloud2:before {
  content: "\e808";
}
.icon-skype:before {
  content: "\e809";
}
.icon-reddit:before {
  content: "\e80a";
}
.icon-linkedin:before {
  content: "\e80b";
}
.icon-lastfm:before {
  content: "\e80c";
}
.icon-lastfm2:before {
  content: "\e80d";
}
.icon-delicious:before {
  content: "\e80e";
}
.icon-stumbleupon:before {
  content: "\e80f";
}
.icon-stumbleupon2:before {
  content: "\e810";
}
.icon-stackoverflow:before {
  content: "\e811";
}
.icon-pinterest:before {
  content: "\e812";
}
.icon-pinterest2:before {
  content: "\e813";
}
.icon-xing:before {
  content: "\e814";
}
.icon-xing2:before {
  content: "\e815";
}
.icon-flattr:before {
  content: "\e816";
}
.icon-foursquare:before {
  content: "\e817";
}
.icon-foursquare2:before {
  content: "\e818";
}
.icon-paypal:before {
  content: "\e819";
}
.icon-paypal2:before {
  content: "\e81a";
}
.icon-paypal3:before {
  content: "\e81b";
}
.icon-yelp:before {
  content: "\e81c";
}
.icon-libreoffice:before {
  content: "\e81d";
}
.icon-file-pdf:before {
  content: "\e81e";
}
.icon-file-openoffice:before {
  content: "\e81f";
}
.icon-file-word:before {
  content: "\e820";
}
.icon-file-excel:before {
  content: "\e821";
}
.icon-file-zip:before {
  content: "\e822";
}
.icon-file-powerpoint:before {
  content: "\e823";
}
.icon-file-xml:before {
  content: "\e824";
}
.icon-file-css:before {
  content: "\e825";
}
.icon-html5:before {
  content: "\e826";
}
.icon-html52:before {
  content: "\e827";
}
.icon-css3:before {
  content: "\e828";
}
.icon-chrome:before {
  content: "\e829";
}
.icon-firefox:before {
  content: "\e82a";
}
.icon-IE:before {
  content: "\e82b";
}
.icon-opera:before {
  content: "\e82c";
}
.icon-safari:before {
  content: "\e82d";
}
.icon-IcoMoon:before {
  content: "\e82e";
}
.icon-warning2:before {
  content: "\e600";
}
.icon-cloud2:before {
  content: "\e601";
}
.icon-locked:before {
  content: "\e602";
}
.icon-inbox:before {
  content: "\e603";
}
.icon-comment:before {
  content: "\e604";
}
.icon-mic:before {
  content: "\e605";
}
.icon-envelope2:before {
  content: "\e606";
}
.icon-briefcase2:before {
  content: "\e607";
}
.icon-cart4:before {
  content: "\e608";
}
.icon-contrast2:before {
  content: "\e609";
}
.icon-clock3:before {
  content: "\e60a";
}
.icon-user5:before {
  content: "\e60b";
}
.icon-cog3:before {
  content: "\e60c";
}
.icon-music2:before {
  content: "\e60d";
}
.icon-twitter4:before {
  content: "\e60e";
}
.icon-pencil3:before {
  content: "\e60f";
}
.icon-frame:before {
  content: "\e610";
}
.icon-switch2:before {
  content: "\e611";
}
.icon-star4:before {
  content: "\e612";
}
.icon-key3:before {
  content: "\e613";
}
.icon-chart:before {
  content: "\e614";
}
.icon-apple2:before {
  content: "\e615";
}
.icon-file5:before {
  content: "\e616";
}
.icon-plus2:before {
  content: "\e617";
}
.icon-minus2:before {
  content: "\e618";
}
.icon-picture:before {
  content: "\e619";
}
.icon-folder2:before {
  content: "\e61a";
}
.icon-camera3:before {
  content: "\e61b";
}
.icon-search2:before {
  content: "\e61c";
}
.icon-dribbble4:before {
  content: "\e61d";
}
.icon-forrst3:before {
  content: "\e61e";
}
.icon-feed5:before {
  content: "\e61f";
}
.icon-blocked2:before {
  content: "\e620";
}
.icon-target2:before {
  content: "\e621";
}
.icon-play4:before {
  content: "\e622";
}
.icon-pause3:before {
  content: "\e623";
}
.icon-bug2:before {
  content: "\e624";
}
.icon-console2:before {
  content: "\e625";
}
.icon-film2:before {
  content: "\e626";
}
.icon-type:before {
  content: "\e627";
}
.icon-home4:before {
  content: "\e628";
}
.icon-earth2:before {
  content: "\e629";
}
.icon-location3:before {
  content: "\e62a";
}
.icon-info3:before {
  content: "\e62b";
}
.icon-eye3:before {
  content: "\e62c";
}
.icon-heart3:before {
  content: "\e62d";
}
.icon-bookmark2:before {
  content: "\e62e";
}
.icon-wrench2:before {
  content: "\e62f";
}
.icon-calendar3:before {
  content: "\e630";
}
.icon-window:before {
  content: "\e631";
}
.icon-monitor:before {
  content: "\e632";
}
.icon-mobile3:before {
  content: "\e633";
}
.icon-droplet2:before {
  content: "\e634";
}
.icon-mouse:before {
  content: "\e635";
}
.icon-refresh:before {
  content: "\e636";
}
.icon-location22:before {
  content: "\e637";
}
.icon-tag2:before {
  content: "\e638";
}
.icon-phone2:before {
  content: "\e639";
}
.icon-star22:before {
  content: "\e63a";
}
.icon-pointer:before {
  content: "\e63b";
}
.icon-thumbsup:before {
  content: "\e63c";
}
.icon-thumbsdown:before {
  content: "\e63d";
}
.icon-headphones2:before {
  content: "\e63e";
}
.icon-move:before {
  content: "\e63f";
}
.icon-checkmark3:before {
  content: "\e640";
}
.icon-cancel:before {
  content: "\e641";
}
.icon-skype2:before {
  content: "\e642";
}
.icon-gift2:before {
  content: "\e643";
}
.icon-cone:before {
  content: "\e644";
}
.icon-alarm3:before {
  content: "\e645";
}
.icon-coffee:before {
  content: "\e646";
}
.icon-basket:before {
  content: "\e647";
}
.icon-flag2:before {
  content: "\e648";
}
.icon-ipod:before {
  content: "\e649";
}
.icon-trashcan:before {
  content: "\e64a";
}
.icon-bolt:before {
  content: "\e64b";
}
.icon-ampersand:before {
  content: "\e64c";
}
.icon-compass2:before {
  content: "\e64d";
}
.icon-list3:before {
  content: "\e64e";
}
.icon-grid:before {
  content: "\e64f";
}
.icon-volume:before {
  content: "\e650";
}
.icon-volume2:before {
  content: "\e651";
}
.icon-stats2:before {
  content: "\e652";
}
.icon-target22:before {
  content: "\e653";
}
.icon-forward4:before {
  content: "\e654";
}
.icon-paperclip:before {
  content: "\e655";
}
.icon-keyboard2:before {
  content: "\e656";
}
.icon-crop2:before {
  content: "\e657";
}
.icon-floppy:before {
  content: "\e658";
}
.icon-filter3:before {
  content: "\e659";
}
.icon-trophy2:before {
  content: "\e65a";
}
.icon-diary:before {
  content: "\e65b";
}
.icon-addressbook:before {
  content: "\e65c";
}
.icon-stop3:before {
  content: "\e65d";
}
.icon-smiley3:before {
  content: "\e65e";
}
.icon-shit:before {
  content: "\e65f";
}
.icon-bookmark22:before {
  content: "\e660";
}
.icon-camera22:before {
  content: "\e661";
}
.icon-lamp:before {
  content: "\e662";
}
.icon-disk2:before {
  content: "\e663";
}
.icon-button:before {
  content: "\e664";
}
.icon-database:before {
  content: "\e665";
}
.icon-creditcard:before {
  content: "\e666";
}
.icon-atom:before {
  content: "\e667";
}
.icon-winsows:before {
  content: "\e668";
}
.icon-target3:before {
  content: "\e669";
}
.icon-battery:before {
  content: "\e66a";
}
.icon-code2:before {
  content: "\e66b";
}
.img_top {
  background-image: url("../img/gradient.jpg");
  height: 178px;
  left: 0;
  margin: 0;
  margin: 0 auto;
  padding-top: 1em;
  right: 0;
  text-align: center;
}
.img_top img {
  height: 178px;
  max-width: 100%;
  width: 970px;
}
.contenido {
  background: #fff;
  border-left: #1f5775 solid 1px;
  border-right: #1f5775 solid 1px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 4em;
  width: 968px;
}
.contenido .bar {
  border-top: 1px solid #1f5775;
  margin: 0;
}
.contenido .bar img {
  height: 31px;
  width: 100%;
}
.contenido .datos {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer {
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 0;
  height: 45px;
  overflow: hidden;
}
.footer .background_footer {
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.footer .leyenda {
  bottom: 1em;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.footer .leyenda a {
  font-size: 0.7em;
  color: #fff;
}
.logo {
  text-align: center;
  margin-bottom: 0;
}
.ribon-uaeh {
  width: 40px;
  height: 100px;
  background: #006fb2;
  padding: 0.5em;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0.5em;
  z-index: 2016455745;
}
.ribon-uaeh:after {
  position: absolute;
  border-top: 30px solid #006fb2;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  content: " ";
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1000000;
}
.ribon-uaeh span {
  color: #fff;
  display: block;
  font-weight: 700;
}
.regresar {
  width: 50px;
  height: 40px;
  background: #006fb2;
  display: table;
  position: fixed;
  left: 0;
  top: 50%;
  cursor: pointer;
  z-index: 8734628374238742;
  text-align: center;
}
.regresar span {
  vertical-align: middle;
  display: table-cell;
  color: #fff;
}
footer {
  padding: 0.5em;
  height: auto;
  padding: 1em;
  max-width: 100%;
  text-align: center;
  background: #006fb2;
  margin-top: 1em;
  height: auto;
  min-height: 50px;
  z-index: 2105;
  margin-bottom: 0;
}
footer p {
  color: #fff;
}
.is-shading {
  -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
}
.full-width {
  min-width: 100%;
}
.set-margin {
  margin: 0.5em;
}
.margin-top {
  margin-top: 0.5em;
}
.margin-right {
  margin-right: 0.5em;
}
.margin-bottom {
  margin-bottom: 0.5em;
}
.margin-left {
  margin-left: 0.5em;
}
.no-margin {
  margin: 0;
}
.set-padding {
  padding: 0.5em;
}
.padding-top {
  padding-top: 0.5em;
}
.padding-right {
  padding-right: 0.5em;
}
.padding-bottom {
  padding-bottom: 0.5em;
}
.padding-left {
  padding-left: 0.5em;
}
.no-padding {
  padding: 0;
}
.list-style-none {
  list-style: none;
}
.no-link {
  text-decoration: none;
}
.no-radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#ver_menu_izquierdo {
  width: 50px;
  height: 44px;
  background: #ce5043;
  color: #fff;
  position: fixed;
  top: 51px;
  left: 280px;
  text-decoration: none;
  text-align: center;
  z-index: 6123;
  display: table;
  vertical-align: top;
  bottom: 0;
}
#ver_menu_izquierdo span {
  display: table-cell;
  vertical-align: middle;
}
.Left_menu {
  width: 280px;
  position: fixed;
  top: 50px;
  left: 0;
  background: #f8f8f8;
  height: 100%;
  z-index: 5;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.Left_menu .options {
  margin: 0;
  padding: 0;
}
.Left_menu .options li {
  list-style: none;
  padding: 0;
}
.Left_menu .options li .option {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  font-size: 1.1em;
  padding-right: 1em;
  font-weight: 300;
  color: #2c3e50;
}
.Left_menu .options li .option:hover {
  color: #fff;
}
.Left_menu .options li .option span {
  display: inline-block;
  margin: 0;
  min-width: 50px;
  text-align: right;
  padding: 1em;
  color: #fff;
  margin-right: 0.5em;
}
.Left_menu .options li #blue:hover {
  background: #006fb2;
}
.Left_menu .options li #cian:hover {
  background: #1aa1e1;
}
.Left_menu .options li #green:hover {
  background: #b3c833;
}
.Left_menu .options li #red:hover {
  background: #ce5043;
}
.Left_menu .options li #orange:hover {
  background: #fb8521;
}
.Left_menu .options li #black {
  background: #444;
  color: #fff;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  #page-int {
    margin-left: 290px;
  }
}
@media screen and (min-width: 992px) {
  #page-int {
    margin-left: 0;
  }
}
#with-menu-left {
  margin: 4em 0 0 295px;
}
#without-menu {
  margin: 4em 0 0 0;
}
#with-menu-right {
  margin: 4em 7em 0 0;
}
.background_login {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../modulo/img/back_login.jpg");
}
#login {
  margin-top: 0;
  background: rgba(255,255,255,0.5);
  text-align: center;
  width: 270px;
  padding: 1.5em;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.avatar img {
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.menu_grupos {
  height: 100%;
}
.menu_grupos .title {
  padding: 0.5em 0.2em;
  background: #ce5043;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  cursor: default;
}
.menu_grupos .title span {
  margin: 0;
  margin-right: 0.2em;
}
.menu_grupos .grupos {
  padding: 0;
  margin: 0 auto;
}
.menu_grupos .grupos .grupo {
  width: 50px;
  height: 50px;
  display: table;
  margin: 0.5em auto;
}
.menu_grupos .grupos .grupo a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #ce5043;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.menu_grupos .grupos .grupo a:hover {
  background: rgba(206,80,67,0.8);
}
@media screen and (max-width: 768px) {
  .menu_grupos .grupos {
    display: table;
  }
  .menu_grupos .grupos .grupo {
    float: left;
    margin: 0.5em;
  }
}
.grupo-selecto {
  background: #ce5043;
  padding: 0.5em 1em;
  position: relative;
  width: 150px;
  margin: 1em auto;
  text-align: center;
}
.grupo-selecto:after {
  position: absolute;
  border-right: 30px solid transparent;
  border-top: 26px solid #ce5043;
  border-bottom: 26px solid #ce5043;
  content: " ";
  left: 100%;
  z-index: 3;
  vertical-align: middle;
  top: 0;
}
.grupo-selecto:before {
  position: absolute;
  border-left: 30px solid transparent;
  border-top: 26px solid #ce5043;
  border-bottom: 26px solid #ce5043;
  content: " ";
  right: 100%;
  z-index: 3;
  vertical-align: middle;
  top: 0;
}
.grupo-selecto span {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
}
.graphic {
  min-width: 300px;
  min-height: 300px;
  max-width: 100%;
}
.Background--none {
  background: none;
}
.Background--blue {
  background: #006fb2;
}
.Background--cian {
  background: #1aa1e1;
}
.Background--red {
  background: #ce5043;
}
.Background--green {
  background: #b3c833;
}
.Background--orange {
  background: #ffa500;
}
.Background--gray {
  background: #bdc3c7;
}
.Background--white {
  background: #fff;
}
.Background--black {
  background: #444;
  color: #fff;
}
.Background--transparent-blue {
  background: rgba(0,111,178,0.5);
}
.Background--transparent-green {
  background: rgba(179,200,51,0.5);
}
.Background--transparent-red {
  background: rgba(206,80,67,0.5);
}
.Background--transparent-gray {
  background: #f8f8f8;
}
.Background--transparent-black {
  background: rgba(0,0,0,0.5);
}
.Background--transparent-white {
  background: rgba(255,255,255,0.5);
}
.Text {
  color: #2c3e50;
}
.Text--xs {
  font-size: 8px;
}
.Text--sm {
  font-size: 16px;
}
.Text--md {
  font-size: 32px;
}
.Text--lg {
  font-size: 48px;
}
.Text--xl {
  font-size: 64px;
}
.Text--lowercase {
  text-transform: lowercase;
}
.Text--uppercase {
  text-transform: uppercase;
}
.Text--capitalize {
  text-transform: capitalize;
}
.Text--white {
  color: #fff;
}
.H-Align--right {
  text-align: right;
}
.H-Align--left {
  text-align: left;
}
.H-Align--center {
  text-align: center;
}
.H-Align--justify {
  text-align: justify;
}
.V-Align--top {
  vertical-align: top;
}
.V-Align--middle {
  vertical-align: middle;
}
.V-Align--bottom {
  vertical-align: bottom;
}
.V-Align--base {
  vertical-align: baseline;
}
.Row_form {
  padding: 0.5em 0;
}
.Row_form .tag {
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  padding: 0.4em 0;
  display: block;
  cursor: pointer;
  font-size: 0.9em;
}
.Input {
  outline: 0;
  padding: 0.5em;
  color: #2c3e50;
  margin: 0.5em 0;
}
.Textarea {
  color: #2c3e50;
  resize: none;
  outline: 0;
  font-size: 1em;
}
.Input--xs,
.Textarea--xs {
  width: 50%;
/*font-size 11px*/
}
.Input--sm,
.Textarea--sm {
  width: 60%;
/*font-size 13px*/
}
.Input--md,
.Textarea--md {
  width: 70%;
/*font-size 15px*/
}
.Input--lg,
.Textarea--lg {
  width: 80%;
/*font-size 17px*/
}
.Input--xl,
.Textarea--xl {
  width: 90%;
/*font-size 19px*/
}
.radius_label,
.check_label {
  vertical-align: middle;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] + .check_label,
input[type=radio] + .radius_label {
  cursor: pointer;
}
.radius_label:before,
.check_label:before {
  content: '';
  background: transparent;
  border: 2px solid #2c3e50;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}
.radius_label:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type=checkbox]:checked + .check_label:before {
  content: '✓';
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #2c3e50;
}
input[type=radio]:checked + .radius_label:before {
  background: #2c3e50;
  font-size: 15px;
}

.Link{
  display: inline-block;
  padding:  0.2em 0.5em;
  color:rgba(0,0,0,0.7);
  text-align:  center;
  border-radius: 2px;
  text-decoration: none;
}

.Link:hover{
  text-decoration: underline;
}

.Link--xs {
  min-width: 80px;
  font-size: 14px;
}
.Link--sm {
  min-width: 100px;
  font-size: 15px;
}
.Link--md {
  min-width: 120px;
  font-size: 16px;
}
.Link--lg {
  min-width: 140px;
  font-size: 17px;
}
.Link--xl {
  min-width: 160px;
  font-size: 18px;
}


.Btn {
  border: 0;
  display: inline-block;
  margin: 0.5em 0;
  outline: 0;
  padding: 0.4em 1em;
  padding: 0.5em;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.Btn--default {
  background: #fff;
  border: 1px solid rgba(68,68,68,0.3);
}
.Btn--default:hover {
  background: #808080;
}
.Btn--primary {
  background: #006fb2;
}
.Btn--primary:hover {
  background: rgba(0,111,178,0.9);
}
.Btn--success {
  background: #b3c833;
}
.Btn--success:hover {
  background: rgba(179,200,51,0.9);
}
.Btn--info {
  background: #1aa1e1;
}
.Btn--info:hover {
  background: rgba(26,161,225,0.9);
}
.Btn--warning {
  background: #fb8521;
}
.Btn--warning:hover {
  background: rgba(251,133,33,0.9);
}
.Btn--danger {
  background: #ce5043;
}
.Btn--danger:hover {
  background: rgba(206,80,67,0.9);
}
.Btn--xs {
  min-width: 80px;
  font-size: 14px;
}
.Btn--sm {
  min-width: 100px;
  font-size: 15px;
}
.Btn--md {
  min-width: 120px;
  font-size: 16px;
}
.Btn--lg {
  min-width: 140px;
  font-size: 17px;
}
.Btn--xl {
  min-width: 160px;
  font-size: 18px;
}
.Display--block {
  display: block;
}
.Display--inline-block {
  display: inline-block;
}
.Display--inline {
  display: inline;
}
.Display--inherit {
  display: inherit;
}
.Display--none {
  display: none;
}
.Border {
  border-style: solid;
}
.Border--all {
  border-width: 1px;
}
.Border--top--xs {
  border-width: 1px 0 0 0;
}
.Border--top--sm {
  border-width: 3px 0 0 0;
}
.Border--top--md {
  border-width: 5px 0 0 0;
}
.Border--top--lg {
  border-width: 7px 0 0 0;
}
.Border--top--xl {
  border-width: 9px 0 0 0;
}
.Border--right--xs {
  border-width: 0 1px 0 0;
}
.Border--right--sm {
  border-width: 0 3px 0 0;
}
.Border--right--md {
  border-width: 0 5px 0 0;
}
.Border--right--lg {
  border-width: 0 7px 0 0;
}
.Border--right--xl {
  border-width: 0 9px 0 0;
}
.Border--bottom--xs {
  border-width: 0 0 1px 0;
}
.Border--bottom--sm {
  border-width: 0 0 3px 0;
}
.Border--bottom--md {
  border-width: 0 0 5px 0;
}
.Border--bottom--lg {
  border-width: 0 0 7px 0;
}
.Border--bottom--xl {
  border-width: 0 0 9px 0;
}
.Border--left--xs {
  border-width: 0 0 0 1px;
}
.Border--left--sm {
  border-width: 0 0 0 3px;
}
.Border--left--md {
  border-width: 0 0 0 5px;
}
.Border--left--lg {
  border-width: 0 0 0 7px;
}
.Border--left--xl {
  border-width: 0 0 0 9px;
}
.Border--blue {
  border-color: #006fb2;
}
.Border--orange {
  border-color: #fb8521;
}
.Border--green {
  border-color: #b3c833;
}
.Border--red {
  border-color: #ce5043;
}
.Border--gray {
  border-color: #d1d1d1;
}
.Border--black {
  border-color: #000;
}
.Border--white {
  border-color: #fff;
}
.Wallpaper {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: relative;
  min-height: 400px;
  max-width: 100%;
  height: auto;
  padding: 1em;
  margin: 0;
}
#principal {
  background-image: url("../img/back.jpg");
}
.Wallpaper .data {
  margin: 0 auto;
  padding: 1em;
}
.Wallpaper .data .title {
  margin: 0;
  font-size: 3em;
  text-align: center;
}
.Wallpaper .data .description {
  margin: 1em 0;
  padding: 1em;
  color: #2c3e50;
  height: auto;
  min-height: 300px;
  background: rgba(255,255,255,0.7);
}
.Wallpaper .data .description h2 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .Wallpaper .data {
    max-width: 95%;
    text-align: left;
    margin-top: 1.5em;
  }
  .Wallpaper .data .title {
    font-size: 3em;
    text-align: left;
  }
  .Wallpaper .data .description {
    width: 300px;
    float: right;
    right: 1em;
    margin: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0.5em 0.5em 0;
  font-weight: 400;
}
.Float--left {
  float: left;
}
.Float--right {
  float: right;
}
