/* Mixins =================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
div.caja-input {
  margin-bottom: 15px;
  width: 100%;
}
div.caja-submit {
  width: 100%;
  margin-bottom: 15px;
}
label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  color: black;
  margin-bottom: 5px;
}
input,
textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  width: 100%;
  background-color: #ececec;
  color: black;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1em;
  padding: 8px 5px 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
}
textarea {
  height: 200px;
  line-height: 1.3em;
}
input[type="submit"] {
  background-color: black;
  color: white;
  border: none;
  width: auto;
  padding: 10px 10px 7px;
  height: 32px;
}
input[type="submit"]:hover {
  background-color: #bdbdbd;
}
select {
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px black;
  width: 100%;
  padding: 5px 5px 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  color: black;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  border: solid 1px black;
  background-color: white;
  margin-right: 8px;
  vertical-align: middle;
  overflow: hidden;
  text-indent: 9999px;
  cursor: pointer;
}
input[type="checkbox"]:checked + label {
  background-color: black;
  border: solid 1px black;
}
div.caja-checkbox span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3em;
  color: black;
}
/* all */
::-webkit-input-placeholder {
  color: black;
}
::-moz-placeholder {
  color: black;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: black;
}
/* ie */
input:-moz-placeholder {
  color: black;
}
div.caja-full {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
div.caja-centrada {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
div.columnas {
  width: 100%;
  margin-bottom: 20px;
}
div.color {
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
div.col12,
div.col14,
div.col34,
div.col13,
div.col23,
div.col15,
div.col25,
div.col35,
div.col45 {
  width: 100%;
  margin-bottom: 20px;
}
div.col12:last-child,
div.col14:last-child,
div.col34:last-child,
div.col13:last-child,
div.col23:last-child,
div.col15:last-child,
div.col25:last-child,
div.col35:last-child,
div.col45:last-child {
  margin-bottom: 0;
}
.derecha {
  text-align: right;
}
.izquierda {
  text-align: left;
}
.centrar {
  text-align: center;
}
div.caja-justificada {
  text-align: justify;
  /* ie 7*/
  *width: 100%;
  *-ms-text-justify: distribute-all-lines;
  *text-justify: distribute-all-lines;
  text-justify: distribute;
}
div.caja-justificada:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}
div.caja-derecha {
  text-align: right;
  /* ie 7*/
  *display: inline;
  *zoom: 1;
  *text-align: right;
}
div.caja-izquierda {
  text-align: left;
  /* ie 7*/
  *display: inline;
  *zoom: 1;
  *text-align: left;
}
div.paginacion {
  margin-top: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
}
div.paginacion a {
  color: #302625;
  text-decoration: none;
}
div.paginacion a:hover {
  color: #bdbdbd;
}
div.paginacion div.caja-izquierda,
div.paginacion div.caja-derecha {
  display: inline-block;
}
div.paginacion div.centrar {
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 700px) {
  div.columnas {
    width: 104%;
    margin-left: -2%;
  }
  div.col12 {
    width: 46%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
  }
  div.col13 {
    width: 29.33%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
  }
  div.col23 {
    margin: 0 2%;
    width: 62.66%;
    display: inline-block;
    vertical-align: top;
  }
  div.col15 {
    width: 16%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
  }
  div.col25 {
    width: 36%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
  }
  div.col35 {
    width: 56%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
  }
  div.col45 {
    width: 76%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
  }
  div.col14 {
    width: 21%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
  }
  div.col34 {
    width: 71%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1200px) {
  div.caja-centrada {
    width: 1160px;
  }
}
