/*
Description: MUCIMEX 2016
Version: 3.0
Author: Gauden
Author URI: http://www.essetra.com/

font-family: 'Raleway', sans-serif;
font-family: 'Roboto Slab', serif;
*/
/* Material Color palette */
/* Color */
/* Background - Color */
/* BORDER COLOR */
.white {
  color: #FFF !important; }

.bg-white {
  background-color: #FFF !important; }

.black {
  color: #000 !important; }

.bg-black {
  background-color: #000 !important; }

.solid-red {
  color: rgba(244, 67, 54, 0.95) !important; }

.bg-solid-red {
  background-color: rgba(244, 67, 54, 0.95) !important; }

.solid-pink {
  color: rgba(233, 30, 99, 0.95) !important; }

.bg-solid-pink {
  background-color: rgba(233, 30, 99, 0.95) !important; }

.solid-purple {
  color: rgba(156, 39, 176, 0.95) !important; }

.bg-solid-purple {
  background-color: rgba(156, 39, 176, 0.95) !important; }

.solid-deep-purple {
  color: rgba(103, 58, 183, 0.95) !important; }

.bg-solid-deep-purple {
  background-color: rgba(103, 58, 183, 0.95) !important; }

.solid-indigo {
  color: rgba(63, 81, 181, 0.95) !important; }

.bg-solid-indigo {
  background-color: rgba(63, 81, 181, 0.95) !important; }

.solid-blue {
  color: rgba(33, 150, 243, 0.95) !important; }

.bg-solid-blue {
  background-color: rgba(33, 150, 243, 0.95) !important; }

.solid-light-blue {
  color: rgba(3, 169, 244, 0.95) !important; }

.bg-solid-light-blue {
  background-color: rgba(3, 169, 244, 0.95) !important; }

.solid-cyan {
  color: rgba(0, 188, 212, 0.95) !important; }

.bg-solid-cyan {
  background-color: rgba(0, 188, 212, 0.95) !important; }

.solid-teal {
  color: rgba(0, 150, 136, 0.95) !important; }

.bg-solid-teal {
  background-color: rgba(0, 150, 136, 0.95) !important; }

.solid-green {
  color: rgba(76, 175, 80, 0.95) !important; }

.bg-solid-green {
  background-color: rgba(76, 175, 80, 0.95) !important; }

.solid-light-green {
  color: rgba(139, 195, 74, 0.95) !important; }

.bg-solid-light-green {
  background-color: rgba(139, 195, 74, 0.95) !important; }

.solid-lime {
  color: rgba(205, 220, 57, 0.95) !important; }

.bg-solid-lime {
  background-color: rgba(205, 220, 57, 0.95) !important; }

.solid-yellow {
  color: rgba(255, 235, 59, 0.95) !important; }

.bg-solid-yellow {
  background-color: rgba(255, 235, 59, 0.95) !important; }

.solid-amber {
  color: rgba(255, 193, 7, 0.95) !important; }

.bg-solid-amber {
  background-color: rgba(255, 193, 7, 0.95) !important; }

.solid-orange {
  color: rgba(255, 152, 0, 0.95) !important; }

.bg-solid-orange {
  background-color: rgba(255, 152, 0, 0.95) !important; }

.solid-deep-orange {
  color: rgba(255, 87, 34, 0.95) !important; }

.bg-solid-deep-orange {
  background-color: rgba(255, 87, 34, 0.95) !important; }

.solid-brown {
  color: rgba(121, 85, 72, 0.95) !important; }

.bg-solid-brown {
  background-color: rgba(121, 85, 72, 0.95) !important; }

.solid-grey {
  color: rgba(158, 158, 158, 0.95) !important; }

.bg-solid-grey {
  background-color: rgba(158, 158, 158, 0.95) !important; }

.solid-blue-grey {
  color: rgba(96, 125, 139, 0.95) !important; }

.bg-solid-blue-grey {
  background-color: rgba(96, 125, 139, 0.95) !important; }

* {
  outline: none;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  background-position: center 100px;
  background-repeat: no-repeat;
  background-color: #FFF; }

a:link, a:visited {
  color: #333;
  text-decoration: none; }
a:focus, a:hover, a:active {
  text-decoration: underline; }
a img {
  border: none; }

pre {
  white-space: normal; }

.clear {
  clear: both; }

.alignleft, .alignnone {
  float: left;
  margin: 0 10px 0 0; }

.alignright {
  float: right;
  margin: 0 0 0 10px; }

/* */
.cat-biologia {
  background-color: #03a9f4 !important; }

.cat-materiales {
  background-color: #ff9800 !important; }

.cat-mecatronica {
  background-color: #673ab7 !important; }

.cat-informatica {
  background-color: #ff5722 !important; }

.cat-medio-ambiente {
  background-color: #9c27b0 !important; }

.cat-divulgacion {
  background-color: #ff1744 !important; }

.cat-agropecuarias {
  background-color: #4caf50 !important; }

.cat-ingenieria {
  background-color: #ffc107 !important; }

.cat-sociales {
  background-color: #e91e63 !important; }

.cat-medicas {
  background-color: #00bcd4 !important; }

.cat-naturales {
  background-color: #cddc39 !important; }

.cat-all {
  background-color: #212121 !important; }

a.top-anchor {
  opacity: 0.5;
  position: fixed;
  bottom: 10px;
  right: 10px; }
  a.top-anchor:hover {
    opacity: 0.8; }

/* */
.header {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .header #main-menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    float: left;
    font-size: 14px;
    padding: 10px 0 0; }
    .header #main-menu img#logo {
      float: left;
      width: 93px;
      padding: 0 7px; }
    .header #main-menu ul {
      margin: 0;
      padding: 0; }
      .header #main-menu ul li {
        color: #CCC;
        float: left;
        list-style-type: none;
        padding: 0; }
        .header #main-menu ul li:hover {
          color: #333; }
        .header #main-menu ul li a.cat_button {
          opacity: 0.5;
          width: 15px;
          height: 23px;
          overflow: hidden;
          text-indent: -10000px;
          display: block;
          float: left;
          margin: 0 2px 0 0;
          background-image: url(images/cat-not-selected.png);
          background-repeat: no-repeat;
          background-position: top center;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box; }
          .header #main-menu ul li a.cat_button:hover {
            opacity: 1; }
        .header #main-menu ul li a.selected {
          background-image: url(images/cat-selected.png);
          opacity: 1; }
  .header #searchDiv {
    width: 250px;
    background-color: #212121 !important;
    float: right;
    padding: 3px 0 0;
    text-align: right; }
    .header #searchDiv input {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      width: 180px;
      margin: 0;
      border-radius: 0;
      background-color: #212121 !important;
      background-image: url(images/buscar-proyecto.png);
      background-repeat: no-repeat;
      background-position: 10px 10px;
      border: none;
      color: #FFF;
      padding: 10px;
      font-size: 1em;
      font-weight: 300;
      display: inline-block; }
      .header #searchDiv input:focus {
        background-image: none; }
    .header #searchDiv button {
      width: 60px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      margin: 0;
      background-color: #212121 !important;
      border: none;
      color: #FFF;
      padding: 10px;
      font-size: 1em;
      font-weight: 300;
      display: inline-block; }
  .header .login-button {
    float: right;
    height: 42px;
    width: 80px; }
    .header .login-button a {
      height: 42px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background-color: rgba(25, 118, 210, 0.7) !important;
      color: #FFF;
      text-align: center;
      display: block;
      width: 100%;
      padding: 12px 10px 0;
      font-weight: bold; }

.logo-expociencias {
  float: left;
  width: 300px;
  margin: 0 4px 0 10px; }
  .logo-expociencias img {
    width: 300px; }

.menu-home {
  float: left;
  width: 612px;
  padding: 10px 0; }
  .menu-home img.logo-mucimex {
    width: 304px; }
  .menu-home ul {
    margin: 0;
    padding: 0; }
    .menu-home ul li {
      display: inline-block;
      position: relative; }
      .menu-home ul li a {
        display: block;
        float: left;
        width: 150px;
        height: 150px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: 300;
        color: white !important;
        position: relative;
        text-align: left;
        font-size: 2em;
        font-weight: 900; }
        .menu-home ul li a img {
          width: 150px; }
        .menu-home ul li a span.text {
          min-width: 304px;
          padding: 20px 20px 0;
          display: none;
          position: absolute;
          z-index: 100;
          top: 20px;
          left: 100%;
          margin: 0 0 0 -4px;
          height: 130px;
          border-width: 4px;
          border-style: solid;
          background-color: white !important;
          color: black !important;
          line-height: 80%; }
        .menu-home ul li a:hover span.text {
          display: block; }
      .menu-home ul li.cat-biologia a span.text {
        border-color: #03a9f4 !important;
        color: #03a9f4 !important; }
      .menu-home ul li.cat-materiales a span.text {
        border-color: #ff9800 !important;
        color: #ff9800 !important; }
      .menu-home ul li.cat-mecatronica a span.text {
        border-color: #673ab7 !important;
        color: #673ab7 !important; }
      .menu-home ul li.cat-informatica a span.text {
        border-color: #ff5722 !important;
        color: #ff5722 !important; }
      .menu-home ul li.cat-medio-ambiente a span.text {
        border-color: #9c27b0 !important;
        color: #9c27b0 !important; }
      .menu-home ul li.cat-divulgacion a span.text {
        border-color: #ff1744 !important;
        color: #ff1744 !important; }
      .menu-home ul li.cat-agropecuarias a span.text {
        border-color: #4caf50 !important;
        color: #4caf50 !important; }
      .menu-home ul li.cat-ingenieria a span.text {
        border-color: #ffc107 !important;
        color: #ffc107 !important; }
      .menu-home ul li.cat-sociales a span.text {
        border-color: #e91e63 !important;
        color: #e91e63 !important; }
      .menu-home ul li.cat-medicas a span.text {
        border-color: #00bcd4 !important;
        color: #00bcd4 !important; }
      .menu-home ul li.cat-naturales a span.text {
        border-color: #cddc39 !important;
        color: #cddc39 !important; }
      .menu-home ul li.cat-all a span.text {
        border-color: #212121 !important;
        color: #212121 !important; }

/* CONTENT */
#content {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  #content .post {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    #content .post .cat-logo {
      margin: 20px 0 0;
      width: 13%;
      float: left;
      background-repeat: no-repeat;
      background-position: top center;
      background-color: #FFF !important;
      height: 200px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      #content .post .cat-logo.cat-biologia {
        background-image: url(images/icon11.png); }
      #content .post .cat-logo.cat-materiales {
        background-image: url(images/icon10.png); }
      #content .post .cat-logo.cat-mecatronica {
        background-image: url(images/icon9.png); }
      #content .post .cat-logo.cat-informatica {
        background-image: url(images/icon8.png); }
      #content .post .cat-logo.cat-medio-ambiente {
        background-image: url(images/icon7.png); }
      #content .post .cat-logo.cat-divulgacion {
        background-image: url(images/icon6.png); }
      #content .post .cat-logo.cat-agropecuarias {
        background-image: url(images/icon5.png); }
      #content .post .cat-logo.cat-ingenieria {
        background-image: url(images/icon4.png); }
      #content .post .cat-logo.cat-sociales {
        background-image: url(images/icon3.png); }
      #content .post .cat-logo.cat-medicas {
        background-image: url(images/icon2.png); }
      #content .post .cat-logo.cat-naturales {
        background-image: url(images/icon1.png); }
    #content .post .project-content {
      width: 87%;
      margin: 20px 0 0;
      float: left;
      background-color: #FFF !important;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      #content .post .project-content .project-header {
        display: none;
        background-color: #FFF;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 32px 10px 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.62); }
        #content .post .project-content .project-header h1 {
          font-size: 1.5em;
          font-weight: 300;
          margin: 0;
          padding: 0;
          font-weight: bold; }
      #content .post .project-content h1 {
        font-weight: 100;
        font-size: 3em;
        font-weight: 300;
        margin: 0 0 10px;
        padding: 10px 0; }
      #content .post .project-content .menu-project ul {
        margin: 0;
        padding: 0 0 10px; }
        #content .post .project-content .menu-project ul li {
          list-style-image: none;
          list-style-type: none;
          float: left;
          display: block;
          padding: 0 10px 0 0;
          margin: 0 10px 0 0;
          border-right: dotted 1px #999; }
          #content .post .project-content .menu-project ul li:last-child {
            border-right: none; }
      #content .post .project-content h4 {
        margin: 0;
        padding: 10px 0;
        font-size: 0.875em;
        font-weight: 300;
        color: #999;
        font-weight: normal;
        clear: both; }
      #content .post .project-content .project-authors-info p {
        padding: 0;
        margin: 0; }
      #content .post .project-content .project-section {
        width: 100%;
        float: left;
        padding: 20px 0;
        margin: 20px 0;
        border-top: solid 1px #999; }
        #content .post .project-content .project-section h2 {
          font-weight: 100;
          font-size: 2.25em;
          font-weight: 300;
          padding: 10px 0;
          margin: 0; }
        #content .post .project-content .project-section .gallery-images ul {
          margin: 0;
          padding: 0; }
          #content .post .project-content .project-section .gallery-images ul li {
            list-style-type: none;
            list-style-image: none;
            float: left;
            margin: 0 5px 5px 0; }
      #content .post .project-content.cat-biologia h1, #content .post .project-content.cat-biologia a, #content .post .project-content.cat-biologia h2, #content .post .project-content.cat-biologia .project-authors-info p strong {
        color: #03a9f4 !important; }
      #content .post .project-content.cat-biologia .project-section {
        border-color: #03a9f4 !important; }
      #content .post .project-content.cat-materiales h1, #content .post .project-content.cat-materiales a, #content .post .project-content.cat-materiales h2, #content .post .project-content.cat-materiales .project-authors-info p strong {
        color: #ff9800 !important; }
      #content .post .project-content.cat-materiales .project-section {
        border-color: #ff9800 !important; }
      #content .post .project-content.cat-mecatronica h1, #content .post .project-content.cat-mecatronica a, #content .post .project-content.cat-mecatronica h2, #content .post .project-content.cat-mecatronica .project-authors-info p strong {
        color: #673ab7 !important; }
      #content .post .project-content.cat-mecatronica .project-section {
        border-color: #673ab7 !important; }
      #content .post .project-content.cat-informatica h1, #content .post .project-content.cat-informatica a, #content .post .project-content.cat-informatica h2, #content .post .project-content.cat-informatica .project-authors-info p strong {
        color: #ff5722 !important; }
      #content .post .project-content.cat-informatica .project-section {
        border-color: #ff5722 !important; }
      #content .post .project-content.cat-medio-ambiente h1, #content .post .project-content.cat-medio-ambiente a, #content .post .project-content.cat-medio-ambiente h2, #content .post .project-content.cat-medio-ambiente .project-authors-info p strong {
        color: #9c27b0 !important; }
      #content .post .project-content.cat-medio-ambiente .project-section {
        border-color: #9c27b0 !important; }
      #content .post .project-content.cat-divulgacion h1, #content .post .project-content.cat-divulgacion a, #content .post .project-content.cat-divulgacion h2, #content .post .project-content.cat-divulgacion .project-authors-info p strong {
        color: #ff1744 !important; }
      #content .post .project-content.cat-divulgacion .project-section {
        border-color: #ff1744 !important; }
      #content .post .project-content.cat-agropecuarias h1, #content .post .project-content.cat-agropecuarias a, #content .post .project-content.cat-agropecuarias h2, #content .post .project-content.cat-agropecuarias .project-authors-info p strong {
        color: #4caf50 !important; }
      #content .post .project-content.cat-agropecuarias .project-section {
        border-color: #4caf50 !important; }
      #content .post .project-content.cat-ingenieria h1, #content .post .project-content.cat-ingenieria a, #content .post .project-content.cat-ingenieria h2, #content .post .project-content.cat-ingenieria .project-authors-info p strong {
        color: #ffc107 !important; }
      #content .post .project-content.cat-ingenieria .project-section {
        border-color: #ffc107 !important; }
      #content .post .project-content.cat-sociales h1, #content .post .project-content.cat-sociales a, #content .post .project-content.cat-sociales h2, #content .post .project-content.cat-sociales .project-authors-info p strong {
        color: #e91e63 !important; }
      #content .post .project-content.cat-sociales .project-section {
        border-color: #e91e63 !important; }
      #content .post .project-content.cat-medicas h1, #content .post .project-content.cat-medicas a, #content .post .project-content.cat-medicas h2, #content .post .project-content.cat-medicas .project-authors-info p strong {
        color: #00bcd4 !important; }
      #content .post .project-content.cat-medicas .project-section {
        border-color: #00bcd4 !important; }
      #content .post .project-content.cat-naturales h1, #content .post .project-content.cat-naturales a, #content .post .project-content.cat-naturales h2, #content .post .project-content.cat-naturales .project-authors-info p strong {
        color: #cddc39 !important; }
      #content .post .project-content.cat-naturales .project-section {
        border-color: #cddc39 !important; }
  #content h2.tax-title {
    font-weight: 100;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 2.25em;
    font-weight: 300;
    text-transform: uppercase; }
  #content h3.tax-title-desc {
    font-weight: 100;
    margin: 0;
    padding: 10px 0 0;
    margin: 0px;
    text-align: center;
    font-size: 1.125em;
    font-weight: 300;
    text-transform: uppercase; }
  #content .tax-contents {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
    #content .tax-contents a.tax-item {
      display: block;
      vertical-align: middle;
      float: left;
      padding: 1em;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border: solid 2px #FFF;
      overflow: hidden;
      font-size: 1.5em;
      font-weight: 300;
      font-weight: 300;
      text-transform: uppercase;
      color: #FFF;
      width: 100%;
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      -moz-page-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid-column; }
      #content .tax-contents a.tax-item.cat-ingenieria {
        color: #000; }

div.uncan-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: rgba(0, 84, 166, 0.9); }
  div.uncan-overlay div.uncan-image-popup {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: solid 3px #FFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

/* GRADES */
.grade-button {
  position: fixed;
  top: 0;
  right: 330px;
  z-index: 999999;
  height: 42px;
  background-color: #8dc63f;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer; }
  .grade-button:hover {
    text-decoration: underline;
    background-color: #ed145b; }

.grades {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 999998;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .grades .grades-header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
    width: 100%;
    background-image: url(images/bg-grades-title.gif);
    color: #FFF; }
    .grades .grades-header h1 {
      float: left;
      margin: 0;
      padding: 0 15px;
      line-height: 100%;
      font-weight: normal; }
    .grades .grades-header h2 {
      float: left;
      margin: 0;
      padding: 0 15px;
      line-height: 100%;
      text-transform: uppercase; }
    .grades .grades-header h3 {
      font-weight: normal;
      float: right;
      font-size: 1.875em;
      font-weight: 300;
      margin: 0;
      padding: 0 15px;
      line-height: 100%;
      text-transform: uppercase; }
  .grades .grades-content {
    width: 100%;
    position: relative; }
    .grades .grades-content .grades-section {
      position: relative; }
    .grades .grades-content h1.grades-title {
      background-image: url(images/bg-grades-subtitles.gif);
      width: 100%;
      color: #FFF;
      text-align: center;
      padding: 10px 0;
      margin: 2px 0 10px;
      clear: both; }
    .grades .grades-content .grades-table {
      width: 70%;
      float: left;
      padding: 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .grades .grades-content .grades-table .row {
        clear: both;
        width: 100%;
        font-size: 1.875em;
        font-weight: 300;
        font-weight: normal;
        margin: 5px 0 5px 0;
        border-bottom: solid 1px #0083ad; }
        .grades .grades-content .grades-table .row .grade-controls {
          width: 35%;
          float: left;
          text-align: center;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box; }
          .grades .grades-content .grades-table .row .grade-controls img {
            display: inline-block;
            cursor: pointer; }
            .grades .grades-content .grades-table .row .grade-controls img:hover {
              opacity: 0.8; }
            .grades .grades-content .grades-table .row .grade-controls img:active {
              background-color: #000; }
          .grades .grades-content .grades-table .row .grade-controls .grade-value {
            margin: 0;
            padding: 3px 10px;
            font-weight: bold;
            background-color: #0083ad;
            display: inline-block;
            border-radius: 1000px;
            color: #FFF;
            position: relative;
            top: -13px; }
        .grades .grades-content .grades-table .row .question {
          padding: 15px 0 0;
          width: 65%;
          float: left;
          text-align: left;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box; }
    .grades .grades-content .grades-section-total {
      position: absolute;
      top: 63px;
      bottom: 1px;
      right: 0px;
      width: 30%;
      min-height: 250px;
      background-image: url(images/bg-grades-total.gif);
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .grades .grades-content .grades-section-total div.table {
        display: table;
        width: 100%;
        height: 100%; }
      .grades .grades-content .grades-section-total p.cell {
        padding: 35px 0;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #FFF; }
        .grades .grades-content .grades-section-total p.cell .big {
          font-size: 2.25em;
          font-weight: 300; }
        .grades .grades-content .grades-section-total p.cell .small {
          font-size: 1em;
          font-weight: 300; }
        .grades .grades-content .grades-section-total p.cell .grade-value {
          display: inline-block;
          border-radius: 1000px;
          width: 180px;
          height: 65px;
          font-size: 3em;
          font-weight: 300;
          font-weight: 700;
          color: #FFF;
          background-color: #8dc63f;
          padding: 10px; }

.announcements {
  float: left;
  padding: 0 0.5em;
  margin: 0 0 3em 0; }
  .announcements h3 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: 100; }
  .announcements ul {
    margin: 0;
    padding: 0; }
    .announcements ul li {
      display: block;
      padding: 0.5em 0;
      border-bottom-style: dotted;
      border-bottom-width: 1px;
      border-color: #607d8b !important; }
      .announcements ul li h2 {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #607d8b !important; }

.project-results {
  width: 90%;
  margin: 0 auto; }
  .project-results h2 {
    margin: 0;
    padding: 1em 0;
    text-align: center;
    background-color: #607d8b !important;
    color: white !important; }
  .project-results h3 {
    margin: 0;
    padding: 0.5em 0;
    text-align: center;
    background-color: #4caf50 !important;
    color: white !important; }
  .project-results h4 {
    margin: 0;
    padding: 0.5em 0;
    text-align: center;
    background-color: #b0bec5 !important;
    color: white !important; }

/* MEDIA QUERIES */
@media only screen and (max-width: 728px) {
  #content .tax-contents a.tax-item {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em; } }
@media only screen and (max-width: 480px) {
  #header {
    padding: 0; }

  #content .tax-contents {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }

  .menu-home {
    width: 340px; }
    .menu-home ul li {
      width: 100%; }
      .menu-home ul li a {
        width: 100%;
        height: auto; }
        .menu-home ul li a img {
          float: left; }
        .menu-home ul li a span.text {
          clear: both;
          display: block;
          padding: 0.5em 0.25em;
          margin: 0;
          position: relative;
          top: 0;
          left: 0;
          height: auto;
          width: 100%; }
        .menu-home ul li a:hover {
          text-decoration: none; } }
@media only screen and (max-width: 728px), only screen and (max-width: 480px) {
  #main-menu {
    width: 75% !important;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  #searchDiv {
    width: 100% !important;
    background-color: #000; }
    #searchDiv input {
      width: 79%; }
    #searchDiv button {
      width: 10%; }

  .grade-button {
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px; }

  .grades .grades-header h1 {
    font-size: 1.875em;
    font-weight: 300;
    clear: both;
    padding: 10px 15px; }
  .grades .grades-header h2 {
    font-size: 1.125em;
    font-weight: 300;
    clear: both; }
    .grades .grades-header h2 br {
      display: none; }
  .grades .grades-header h3 {
    float: left;
    clear: both; }
  .grades .grades-content .grades-table {
    width: 100%; }
    .grades .grades-content .grades-table .row .grade-controls {
      width: 100%; }
    .grades .grades-content .grades-table .row .question {
      width: 100%; }
  .grades .grades-content .grades-section-total {
    clear: both;
    position: static;
    width: 100%; }
    .grades .grades-content .grades-section-total div.table {
      display: table;
      width: 100%;
      height: 100%; }

  .menu-home ul li.w33, .menu-home ul li.w20, .menu-home ul li.w25 {
    width: 100%;
    height: 100px; }

  .cat-logo {
    display: none; }

  .project-content {
    width: 100% !important; }
    .project-content h1 {
      color: #FFF !important;
      font-size: 1.5em;
      font-weight: 300;
      margin: 0 0 10px 0; }
    .project-content.cat-biologia h1 {
      background-color: #03a9f4 !important; }
    .project-content.cat-materiales h1 {
      background-color: #ff9800 !important; }
    .project-content.cat-mecatronica h1 {
      background-color: #673ab7 !important; }
    .project-content.cat-informatica h1 {
      background-color: #ff5722 !important; }
    .project-content.cat-medio-ambiente h1 {
      background-color: #9c27b0 !important; }
    .project-content.cat-divulgacion h1 {
      background-color: #ff1744 !important; }
    .project-content.cat-agropecuarias h1 {
      background-color: #4caf50 !important; }
    .project-content.cat-ingenieria h1 {
      background-color: #ffc107 !important; }
    .project-content.cat-sociales h1 {
      background-color: #e91e63 !important; }
    .project-content.cat-medicas h1 {
      background-color: #00bcd4 !important; }
    .project-content.cat-naturales h1 {
      background-color: #cddc39 !important; }

  div.uncan-overlay div.uncan-image-popup {
    width: 80%;
    height: 300px;
    top: 50%;
    margin: -150px 0 0 0; }

  #footerMenu {
    height: 50px !important;
    background-position: -131px 47px !important; }
    #footerMenu h3 {
      border: none !important;
      width: 100% !important;
      clear: both; } }
#selector {
  float: left;
  width: 98%;
  padding: 25px 0 10px 2%; }
  #selector h2 {
    color: #585858;
    margin: 0;
    padding: 10px 30px 10px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    background-image: url(images/dropDownArrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer; }
    #selector h2:hover {
      color: #FFF;
      background-color: #585858;
      background-image: url(images/dropDownArrowWhite.png);
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3); }
  #selector h3 {
    color: #585858;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500; }
  #selector ul#menuProyectos {
    display: none;
    width: 300px;
    color: #FFF;
    background-color: #585858;
    position: absolute;
    z-index: 100;
    padding: 25px;
    margin: 0;
    top: 150px;
    left: 38px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3); }
    #selector ul#menuProyectos li {
      list-style-image: none;
      list-style-type: none;
      color: #FFF;
      padding: 5px; }
    #selector ul#menuProyectos li:hover {
      cursor: pointer;
      background-color: #DDD;
      color: #333; }

/* FOOTER */
#footer {
  float: left;
  width: 100%;
  font-size: 12px;
  background-color: #212121 !important;
  color: white !important;
  padding: 1em 0; }
  #footer #footerMenu {
    width: 100%;
    float: left;
    height: 35px;
    background-image: url(images/bgFooterMenu.png);
    background-repeat: no-repeat;
    background-position: -40px 34px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    #footer #footerMenu h3, #footer #footerMenu a {
      text-transform: uppercase;
      height: 35px;
      padding: 10px 30px 0;
      margin: 0;
      display: inline-block;
      float: left;
      border-bottom: solid 1px #CCC;
      font-weight: normal;
      color: white !important;
      background-color: #212121 !important;
      font-size: 14px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    #footer #footerMenu a.selected {
      border-bottom: none;
      border-top: solid 1px #CCC;
      border-left: solid 1px #CCC;
      border-right: solid 1px #CCC;
      background-color: #FFF;
      font-weight: bold;
      font-size: 14px;
      color: white !important; }
  #footer .footerContent {
    float: left;
    padding: 10px 1%;
    width: 98%;
    display: none; }
    #footer .footerContent ul li {
      list-style-image: none;
      list-style-type: none;
      float: left;
      font-size: 1em;
      font-weight: 300;
      padding: 15px;
      margin: 0 10px 10px 0;
      position: relative; }
      #footer .footerContent ul li a {
        color: #FFF; }
      #footer .footerContent ul li.cat-biologia {
        background-color: #03a9f4 !important; }
      #footer .footerContent ul li.cat-materiales {
        background-color: #ff9800 !important; }
      #footer .footerContent ul li.cat-mecatronica {
        background-color: #673ab7 !important; }
      #footer .footerContent ul li.cat-informatica {
        background-color: #ff5722 !important; }
      #footer .footerContent ul li.cat-medio-ambiente {
        background-color: #9c27b0 !important; }
      #footer .footerContent ul li.cat-divulgacion {
        background-color: #ff1744 !important; }
      #footer .footerContent ul li.cat-agropecuarias {
        background-color: #4caf50 !important; }
      #footer .footerContent ul li.cat-ingenieria {
        background-color: #ffc107 !important; }
      #footer .footerContent ul li.cat-sociales {
        background-color: #e91e63 !important; }
      #footer .footerContent ul li.cat-medicas {
        background-color: #00bcd4 !important; }
      #footer .footerContent ul li.cat-naturales {
        background-color: #cddc39 !important; }
      #footer .footerContent ul li .footer-project-desc {
        z-index: 100;
        position: absolute;
        bottom: 48px;
        left: -10px;
        width: 100%;
        padding: 10px;
        background-color: #000;
        color: #FFF;
        text-align: center;
        display: none; }
        #footer .footerContent ul li .footer-project-desc h2 {
          font-size: 0.875em;
          font-weight: 300;
          margin: 0 0 5px;
          padding: 0 0 5px;
          border-bottom: dotted 1px #666; }
        #footer .footerContent ul li .footer-project-desc h3 {
          font-size: 0.625em;
          font-weight: 300;
          margin: 0;
          font-weight: normal; }
      #footer .footerContent ul li:hover .footer-project-desc {
        display: block; }
  #footer #footerContent0 {
    display: block; }
  #footer .sponsors {
    width: 100%;
    clear: both;
    background-color: white !important;
    padding: 1em 0; }
    #footer .sponsors h4 {
      font-size: 1em;
      font-weight: 900;
      text-transform: uppercase;
      color: #212121 !important; }
  #footer #footerData {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0 0;
    border-top: solid 1px #848484; }
    #footer #footerData a {
      color: white !important; }
    #footer #footerData ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      #footer #footerData ul li {
        display: inline-block;
        list-style-type: none;
        list-style-image: none;
        font-size: 1em;
        font-weight: 300;
        padding: 5px;
        border-right: dotted 1px #DDD; }
        #footer #footerData ul li:last-child {
          border-right: none; }

/* LOGIN */
#login {
  clear: both;
  margin: 3em auto;
  width: 350px;
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.9);
  background-color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  #login img.login-logo {
    width: 100%; }
  #login form label {
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 0.875em;
    font-weight: 300;
    padding: 10px 0; }
  #login form input {
    display: block;
    width: 100%;
    font-size: 1.125em;
    font-weight: 300;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #DDD;
    background-color: #f5f5f5;
    padding: 10px; }
    #login form input:focus {
      background-color: #FFF; }
  #login form button {
    display: block;
    padding: 5px 10px;
    margin: 10px auto;
    color: #FFF;
    font-weight: 900;
    font-size: 1.125em;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #FFF;
    background-color: #4caf50 !important;
    border-radius: 25px; }
  #login .incorrect-login {
    border-radius: 25px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    margin: -300px 0 0 -175px;
    border: solid 1px #C00;
    background-color: #FF5D5F;
    font-size: 1.125em;
    font-weight: 300;
    color: #FFF; }
    #login .incorrect-login p {
      display: table;
      width: 100%;
      height: 100%; }
      #login .incorrect-login p span {
        display: table-cell;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle; }
