/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+css-extras+clike+javascript+php+php-extras+coffeescript+scss+c+python+sql+aspnet+objectivec+git&plugins=line-numbers+file-highlight+show-language */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0 1em;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important {
  font-weight: bold;
}
.token.entity {
  cursor: help;
}
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
pre[class*='language-'] {
  position: relative;
}
pre[class*='language-'] > code[data-language] {
  overflow: scroll;
  max-height: 28em;
  display: block;
}
pre[class*='language-'] > code[data-language]::before {
  content: attr(data-language);
  color: black;
  background-color: #CFCFCF;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.9em;
  border-radius: 0 0 0 5px;
  padding: 0 0.5em;
  text-shadow: none;
}
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* Sistema de columnas responsive*/
.col_1,
.col_2,
.col_3,
.col_2_res,
.col_3_1,
.col_3_2,
.col_4_1,
.col_4_3,
.col_5_1,
.col_5_4 {
  display: inline-block;
  float: left;
}
.col_1,
.col_2_res {
  width: 100% !important;
}
.col_1_2 {
  width: 80%;
  margin-left: 10% !important;
}
.col_2 {
  width: 50% !important;
}
.col_3 {
  width: 33.33333% !important;
}
.col_3_1 {
  width: 31.33333% !important;
  margin-left: 1% !important;
}
.col_3_2 {
  width: 66.66666% !important;
}
.col_4_1 {
  width: 24% !important;
  margin-left: 1% !important;
}
.col_4_3 {
  width: 75% !important;
}
.col_5_4 {
  width: 85% !important;
  margin-left: 1% !important;
}
.col_5_1 {
  width: 14% !important;
}
.max640 {
  max-width: 640px;
}
/* Alineaciones */
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.dib {
  display: inline-block;
}
.fl {
  float: left;
  display: inline-block;
}
.fr {
  float: right;
  display: inline-block;
}
/* Márgenes */
.prefix_1 {
  padding-left: 5%;
}
.prefix_1_2 {
  padding-left: 2.5%;
}
.sufix_1 {
  padding-right: 5%;
}
.sufix_1_2 {
  padding-right: 2.5%;
}
.nh {
  line-height: initial !important;
  height: auto;
}
/* Margenes */
.mt {
  margin-top: 10px !important;
}
.mb {
  margin-bottom: 10px !important;
}
.mr {
  margin-right: 10px;
}
.ml {
  margin-left: 10px;
}
.pr {
  padding-right: 10px;
}
.p {
  margin: 1em 0;
}
.hidden {
  display: none;
}
.inline_list {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  float: left;
  margin-top: 12px;
}
.inline_list li {
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.wauto {
  width: auto !important;
}
@media only screen and (min-width: 768px) {
  .col_2_res {
    width: 50% !important;
  }
}
/* Page =================================================== */
* {
  box-sizing: border-box;
}
html {
  background: #e3e7f0;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #313131;
  background: #e3e7f0;
}
body #container > header {
  background-color: #2c2d32;
  height: auto;
  padding: 0 1.96%;
  line-height: 60px;
  width: 100%;
  display: inline-block;
}
body #container > header #logo,
body #container > header #iconosredes20,
body #container > header #buscador {
  float: left;
  width: 33.33333%;
  display: inline-block;
  height: 38px;
  line-height: 38px;
}
body #container > header #logo {
  width: 50%;
}
body #container > header #logo img {
  max-width: 228px;
  max-height: 38px;
  width: 100%;
}
body #container > header #buscador {
  margin-top: 10px;
  width: 100%;
}
body #container > header #buscador input {
  display: inline-block;
  font-size: 0.875em;
  height: 33px;
  line-height: 33px;
  outline: none;
}
body #container > header #iconosredes20 {
  float: right;
  width: 50%;
  text-align: right;
}
body #container > header #iconosredes20 a {
  display: inline-block;
  margin: 0 0 0 5px;
}
body #container > header #iconosredes20 a.fb a {
  color: #F5F5D0;
}
body #container > header #iconosredes20 a.twitter a {
  color: #F5F5D0;
}
body #container > header #iconosredes20 a.youtube a {
  color: #F5F5D0;
}
body #container > header #iconosredes20 a.googleplus a {
  color: #F5F5D0;
}
body #container > header #iconosredes20 a a {
  font-size: 20px;
  text-decoration: none;
}
body #container > header #iconosredes20 a a:hover {
  text-decoration: none;
}
body #container > header #iconosredes20 a img {
  width: 20px;
  height: 20px;
}
body #container > header #iconosredes20 a img#fb20 {
  background-position: -195px -24px;
}
body #container > header #iconosredes20 a img#tw20 {
  background-position: -220px -24px;
}
body #container > header #iconosredes20 a img#gp20 {
  background-position: -246px -24px;
}
body #container > header #iconosredes20 a img#yt20 {
  background-position: -272px -24px;
}
body #container > header #iconosredes20 a img#rss20 {
  background-position: -297px -24px;
}
body #container > header .loginbox {
  display: inline-block;
  color: #e4e4e4;
  font-size: 0.875em;
  background-color: #20638D;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  float: left;
}
body #container > header .loginbox a,
body #container > header .loginbox label {
  color: #e4e4e4;
}
body #container > header .loginbox label {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
body #container > header .loginbox .cu250mdWrapper {
  margin-bottom: 0;
}
body #container > header .loginbox .accesoUsuarios {
  border-bottom: 1px solid #E5E5E5;
  background-color: #E8EEFA;
  height: 29px;
  line-height: 29px;
  color: #33406B;
  font-size: 1.3em;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#pieprincipal {
  margin-top: 15px;
  overflow: hidden;
  float: left;
  width: 100%;
}
footer#pieprincipal div#todopie {
  overflow: hidden;
  width: 83%;
  padding: 0 0 0 1.96%;
}
footer#pieprincipal #piefin {
  background: #2c2d32;
  font-size: 0.875em;
  padding: 10px 0;
}
footer#pieprincipal #piefin ul {
  margin: 0 1.96%;
}
footer#pieprincipal #piefin ul li {
  display: inline-block;
  margin-right: 10px;
}
footer#pieprincipal #piefin ul li a {
  color: #888;
}
footer#pieprincipal #powered li {
  display: inline-block;
  width: 45%;
  margin-right: 3%;
  padding: 2px 0;
  border: 0;
}
footer#pieprincipal #powered h1 {
  font-size: 1.2em;
}
footer#pieprincipal #powered img {
  width: 100%;
  max-width: 200px;
  max-height: 77px;
}
footer#pieprincipal .seccionpieh1 {
  font-size: 1.2em;
}
footer#pieprincipal .seccionpie {
  margin-right: 15px;
  font-size: 0.875em;
  float: left;
  width: 33.33333%;
  min-height: 170px;
  min-width: 140px;
}
footer#pieprincipal .seccionpie a {
  color: #888;
}
footer#pieprincipal .seccionpie a:hover {
  text-decoration: underline;
}
footer#pieprincipal .seccionpie li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
  padding: 2px 0 2px 5px;
}
footer#pieprincipal .seccionpie#encuentranos .fb a {
  color: #2955B7;
}
footer#pieprincipal .seccionpie#encuentranos .twitter a {
  color: #00ACED;
}
footer#pieprincipal .seccionpie#encuentranos .youtube a {
  color: #C12E2A;
}
footer#pieprincipal .seccionpie#encuentranos .googleplus a {
  color: #DF4A32;
}
footer#pieprincipal .seccionpie#encuentranos a {
  text-decoration: none;
  font-size: 30px;
}
footer#pieprincipal .seccionpie#encuentranos a:hover {
  text-decoration: none;
}
section {
  margin-bottom: 20px;
}
div#container {
  margin: 0 auto;
  overflow: hidden;
}
div#localizador {
  padding: 11px 1.96%;
  font-size: 0.875em;
  display: inline-block;
  width: 100%;
  float: left;
  /*background-color: #ddf;*/
}
div#localizador #breadcrumbs {
  display: inline-block;
  margin-bottom: 10px;
  float: left;
}
div#contenido {
  padding: 0 1.96% 0 1.96%;
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
  float: right;
  width: 100%;
  -webkit-box-shadow: -5px -5px 0px rgba(100, 100, 100, 0.15);
  -moz-box-shadow: -5px -5px 0px rgba(100, 100, 100, 0.15);
  box-shadow: -5px -5px 0px rgba(100, 100, 100, 0.15);
  -o-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -khtml-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
div#contenido a {
  color: #A59D00;
}
div#contenido #columnaprincipal {
  display: inline-block;
  float: left;
  width: 100%;
  padding-top: 12px;
}
div#contenido #columnaprincipal > h1,
div#contenido #columnaprincipal > section > h1,
div#contenido #columnaprincipal > article > h1,
div#contenido #columnaprincipal section.destacada article h1,
div#contenido #columnaprincipal article.articulo h1,
div#contenido #columnaprincipal article.tutorial h1 {
  font-size: 2em;
  margin-top: 0px;
  font: normal 38px/40px Georgia, "Times New Roman", Times, serif;
}
div#contenido aside {
  float: left;
  margin-left: 1%;
  margin-top: 12px;
  margin-bottom: 15px;
}
div#contenido aside #bannerslat {
  text-align: center;
}
div#contenido aside #bannerslat img {
  width: 100%;
  height: auto;
}
div#contenido aside #bannerslat ul {
  margin: 10px 0;
  padding: 0;
}
div#contenido aside #bannerslat ul li {
  list-style: none;
  margin: 0 5px 5px 0;
  display: inline-block;
  width: 100%;
  max-width: 200px;
}
div#iconosmini {
  display: none;
  text-align: right;
  width: 28.92%;
  height: 38px;
}
div#iconosmini img {
  width: 26px;
  height: 26px;
  margin: 8px 0 0 10px;
}
div#iconosmini #iconouser {
  background-position: -26px 0;
}
div.breve_descripcion {
  font-size: 20px;
  line-height: 1.35em;
  margin: 0;
}
div.etiquetas {
  font-family: verdana,arial,helvetica;
  font-size: 8pt;
  padding: 5px;
  border: 1px solid #AAC;
  border-image: initial;
  background-color: #DDF;
  color: #666;
  /*width: 335px;*/
  text-align: center;
}
div.etiquetas span {
  float: left;
  margin: 0 3px 0 3px;
  height: 20pt;
  white-space: nowrap;
}
div.etiquetas span.etiquetatam1 {
  font-size: 110%;
}
div.etiquetas span.etiquetatam2 {
  font-size: 120%;
}
div.etiquetas span.etiquetatam3 {
  font-size: 130%;
}
div.etiquetas span.etiquetatam4 {
  font-size: 140%;
}
div.etiquetas span.etiquetatam5 {
  font-size: 150%;
}
div.etiquetas span.etiquetatam6 {
  font-size: 160%;
}
div.etiquetas span.etiquetatam7 {
  font-size: 170%;
}
div.etiquetas span.etiquetatam8 {
  font-size: 180%;
}
div.etiquetas span.etiquetatam9 {
  font-size: 190%;
}
div.etiquetas span.etiquetatam10 {
  font-size: 200%;
}
div#supercuerpo {
  display: inline-block;
  padding: 0;
  width: 100%;
}
/*div*/
a#accnavlocaliza {
  padding-left: 1.25em;
  font-size: 3em;
  cursor: pointer;
  height: 33px;
  width: 33px;
  position: relative;
  float: right;
}
a#accnavlocaliza:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8em;
  height: 0.15em;
  background: #20638D;
  box-shadow: 0 0.25em 0 0 #20638D, 0 0.5em 0 0 #20638D;
  border-radius: 4px;
}
h1.titseccion {
  background-color: #20638d;
  display: inline-block;
  border-radius: 4px;
  padding: 5px;
  font-weight: normal;
  font-size: 0.875em;
  color: #fff;
  margin: 4px 0;
}
section footer {
  font-size: 0.875em;
  display: inline-block;
  float: left;
  width: 100%;
}
section.destacada footer li {
  display: inline-block;
  width: 44%;
  margin-right: 5%;
}
section.destacada article h1 a {
  color: #424264;
}
article {
  border-bottom: 3px solid #c7ced6;
  float: left;
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
}
article:last-child {
  border-bottom: none;
}
article header {
  display: inline-block;
  width: 100%;
}
article header h2 a {
  display: inline-block;
  width: 100%;
}
article.breve,
article.tutorial {
  margin: 12px 0;
  padding: 12px 0;
}
article.breve p,
article.tutorial p {
  margin-bottom: 0;
}
article.breve {
  border-bottom: 1px solid #DDD;
}
article.breve p {
  margin-top: 5px;
}
article.breve img {
  float: right;
}
article.breve h2 {
  width: 100%;
  display: inline-block;
}
article p.descripcion {
  margin: 5px 0 5px 0;
  font-size: 20px;
}
article .tutorial footer {
  margin-bottom: 10px;
}
article .tutorial footer div {
  margin-bottom: 5px;
}
article footer ul li {
  margin: 0 0 3px 0;
}
article.breve_cuerpo h1 {
  padding: 7px;
  margin-left: 5px;
}
article.breve_cuerpo .tituloWrapper {
  margin-top: -19px;
  border-radius: 5px;
  background-color: #999999;
  color: white;
}
.hr {
  border-bottom: 0.07em solid #ffffff;
  border-top: 1px solid #ffffff;
}
ul.redes_sociales li {
  width: 25%;
  margin-right: 1%;
  text-align: center;
}
.socialArt {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.socialArt a,
.socialArt b,
.socialArt div {
  display: inline-block;
}
.colaborador {
  border-top: 1px solid #f3f5f6;
  padding: 12px 0;
  margin: 12px 0;
  border-bottom: 1px solid #f3f5f6;
  overflow: hidden;
}
#pie-articulo {
  display: inline-block;
  width: 100%;
}
.autorheading {
  font-size: 1.4em;
  margin-bottom: 5px;
  font-weight: bold;
}
.autornombre {
  margin-bottom: 5px;
  font-size: 1.1em;
}
.imagen_autor {
  display: inline-block;
  float: right;
  width: 19%;
  min-width: 80px;
  margin-left: 2%;
}
#descripcion-autor {
  display: inline-block;
  float: left;
  width: 74%;
}
.descripcion {
  font-size: 20px;
  padding: 12px 0;
}
.anterior,
.anterior a {
  background-color: #20638d;
  display: inline-block;
  border-radius: 4px;
  padding: 5px;
  font-weight: normal;
  font-size: 0.975em;
  color: #fff;
  margin: 4px 0;
  float: left;
}
.nofloat {
  clear: both;
}
#comentarios-articulos {
  margin: 4px 0;
}
.accordionH {
  border-bottom: 1px solid #f3f5f6;
  cursor: pointer;
  margin-top: 10px;
}
.accordionH .expandir {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.accordion {
  display: none;
  width: 100%;
}
.cajacomentario {
  border-radius: 8px 0px 8px 8px;
  border-width: 2px;
  border-color: #cccccc;
  border-style: solid;
  margin: 2px 5px;
  padding: 5px;
  display: block;
  margin-bottom: 20px;
}
.cajacomentario .cajaatributos {
  padding: 1px;
  margin-left: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 1px #ccc;
  -moz-box-shadow: 0px 0px 0px 1px #ccc;
  box-shadow: 0px 0px 0px 1px #ccc;
}
.nombre_coment {
  overflow: auto;
  border: 2px solid #CCC;
  margin-bottom: -4px;
  border-radius: 8px 8px 0px 0px;
  float: right;
  margin-right: 5px;
  border-bottom: 4px solid white;
  padding: 5px;
  font-weight: bold;
}
.nombre_coment p {
  font-size: 1.2em;
  margin-bottom: 0;
}
/* Identificadores plantilla general */
#textobuscar {
  width: 65%;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  border: 1px solid #3f3f3f;
  background-color: #49594a;
  padding-left: 5px;
  color: #ccc;
  vertical-align: top;
}
#botonbuscar {
  background-color: #20638d;
  width: 35%;
  border-radius: 0 4px 4px 0;
  border: 1px solid #3f3f3f;
  border-left: 0;
  color: #e4e4e4 !important;
  padding: 0;
  vertical-align: top;
}
h3.subTitulo {
  margin: 12px 0;
}
#llamada {
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #CDCDCD;
  display: inline-block;
  background-color: #F5F5D0;
  color: #313131;
  margin-bottom: 12px;
  padding: 12px;
}
#llamada * {
  display: inline-block;
}
#llamada #texto_llamada {
  width: 90%;
}
#llamada #texto_llamada a {
  color: #313131;
  font-size: 0.9em;
}
#llamada .enlace_llamada {
  font-weight: bold;
}
#llamada #boton_urgente {
  width: 10%;
  min-width: 80px;
}
#accionnavega {
  background-position: -52px 0;
  width: 99px;
  height: 41px;
  font-size: 0.875em;
  text-align: center;
  padding-top: 6px;
  color: #e4e4e4;
  float: right;
  margin-top: 10px;
  display: none;
}
.robapaginas {
  float: left;
  width: 100%;
  max-width: 300px;
  margin: 0 15px 15px 0px;
  background-color: white;
  /*margin:10px;*/
}
@media (max-width: 480px) {
  .robapaginas {
    float: none;
    text-align: center;
    max-width: none;
  }
}
nav {
  display: none;
  font-size: 0.875em;
  float: left;
  width: 100%;
  padding-left: 1.96%;
  font-size: 0.8em;
  min-width: 100px;
}
nav ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  display: inline-block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
nav ul:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
nav ul:hover li:not(.navtit) {
  text-indent: 0px;
}
nav ul li {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  list-style-type: none;
  margin-left: 5%;
  width: 90%;
}
nav ul li a {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
}
nav ul li.navtit {
  margin-left: 0px;
  width: 95%;
}
nav ul li.navtit a {
  overflow: hidden;
  margin-left: 0;
  font-family: "times new roman", garamond, serif;
  font-size: 1.2em;
  color: #313131;
  display: inline-block;
  width: 100%;
}
.video-cont {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-cont iframe,
.video-cont object,
.video-cont embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Iconos */
img.ico {
  width: 24px;
  height: 24px;
}
.veryoutube img {
  background-position: -151px 0;
}
.tuitear img {
  background-position: -175px 0;
}
.icootras img {
  background-position: -199px 0;
}
.icocoment img {
  background-position: -223px 0;
}
.icotag img {
  background-position: -247px 0;
}
.icofecha img {
  background-position: -271px 0;
}
.commentsico img {
  background-position: -319px 0;
}
.icousuario2,
.icousuario {
  padding-left: 15px;
  padding-top: 4px;
}
#flogin {
  padding-bottom: 12px;
}
.icousuario img,
img {
  background-position: -294px 0;
}
.compartirico img {
  background-position: -343px 0;
}
.addcommentsico img {
  background-position: -367px 0;
}
/* aside login usuario */
#usuarios {
  background-color: #e3e7f0;
  border-radius: 4px;
  padding: 0px 5px 0;
  font-weight: bold;
  font-size: 0.875em;
  color: #424242;
  line-height: 40px;
  /*border-bottom: 4px solid #767676;*/
  /*height: 40px;*/
}
#usuarios div.icousuario img {
  margin-right: 5px;
}
#usuarios div.icousuario a {
  font-weight: normal;
}
/* Sprites */
.sprite {
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
}
.videoVistoMsg {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  line-height: 28px;
  font-size: 1.2em;
  padding: 10px 20px;
  background-color: #E6EBF7;
  border-radius: 5px;
}
.votocero {
  background: transparent url(../images/votos/cero.png) no-repeat scroll 0 0;
}
.votouno,
.votomedio,
.votocero {
  float: left;
  height: 16px;
  margin: 0 1px 0 0;
  width: 16px;
}
.votouno {
  background: transparent url(../images/votos/uno.png) no-repeat scroll 0 0;
}
.cabeceraAzul {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 1.8em;
  margin: 0.7em 0 0.2em 0;
  /*display: inline-block;*/
  /*background-color: #20638D;
  border-radius: 4px;
   overflow: hidden;
  padding: 5px;
  font-weight: normal;
  font-size: 0.875em;
  color: white;
  margin: 4px 0;*/
}
.seguirLeyendo {
  /*padding-top: 0px;
  padding-bottom: 0px;*/
  /*width: 100px;*/
  float: right;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
}
.entradaArticle {
  width: 70%;
  display: inline-block;
}
.entradaArticle:hover .seguirLeyendo {
  /*display: inline-block;*/
  visibility: visible;
  opacity: 1;
}
.lineaGruesa,
.lineaDobleGruesa {
  display: none;
}
#formAyudaItem {
  padding: 5px;
  font-size: .8em;
}
.codigo {
  font-size: 10pt;
  display: inline-block;
  width: 95%;
  font-family: monospace;
  margin-left: 5%;
  color: #660000;
}
.discusiongrande {
  float: left;
  margin-right: 10px;
  display: block;
}
.floatLeft {
  float: left;
  width: 50%;
  min-width: 225px;
  display: inline-block;
}
.floatIzda {
  float: left;
  margin-right: 10px;
}
.ancho100 {
  width: 100%;
  margin-bottom: 10px;
}
.robaPaginasWrapper {
  float: left;
  width: 100%;
}
.robaPaginasWrapper.datosDescripcionArticulo {
  float: left;
  width: 320px;
}
.datosDescripcionArticulo {
  border-bottom: 1px solid #f3f5f6;
}
.cu250mdWrapper {
  width: 100%;
  float: left;
  text-align: center;
  display: none;
}
.cu250md {
  border: 1px solid #E5E5E5;
  display: inline-block;
  width: 100%;
}
.cu250md #formullogin > div {
  display: inline-block;
  width: 100%;
}
.cu250md #formullogin > div * {
  display: inline-block;
}
.cu250md #formullogin > div input[type=text],
.cu250md #formullogin > div input[type=password] {
  display: inline-block;
  width: 72%;
}
.cargandocontenido {
  background-image: url(../images/ajax-loader3.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.errorLoginWrapper {
  float: left;
  width: 100%;
}
.errorLogin {
  float: left;
  width: 90%;
  line-height: 1.5em;
  margin-left: 3%;
}
.nota {
  padding: 4px;
  border: 1px solid #DDD;
  background-color: #f4f5f9;
  font-size: 0.8em;
  clear: both;
  margin: 12px 0;
}
.nota.resaltada {
  padding: 13px;
}
#opcionescontrol,
.subopcionescontrol {
  color: #AAA;
  overflow: auto;
}
#opcionescontrol a,
.subopcionescontrol a {
  padding: 6px;
  margin: 3px 6px 0 6px;
  float: left;
  display: inline-block;
}
#opcionescontrol,
#opcionescontrol2 {
  border-bottom: 1px solid #CCC;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#opcionescontrol a,
#opcionescontrol2 a {
  padding: 10px;
  background-color: #E5E4E5;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: black;
}
#opcionescontrol a.activo {
  background-color: #DCE1F2;
  font-weight: bold;
}
#opcionescontrol2 a {
  padding: 3px;
}
#opcionescontrol2 a.activo2 {
  font-weight: bold;
}
.filaformfloat {
  float: left;
  width: 48%;
  margin: 0 1%;
  min-width: 225px;
  display: block;
}
.cajaformtitulo {
  background-color: #DCE1F2;
  overflow: hidden;
  padding-left: 5px;
}
.cajaformcuerpoborde {
  border: 1px solid #E5E4E5;
  padding: 2px;
}
.cajaformcuerpo {
  padding: 5px;
  background-color: #E5E4E5;
}
.cajaformcuerpo input[type='text'],
.cajaformcuerpo textarea {
  width: 90%;
}
#tituloseccion {
  padding: 10px;
  font-size: 1.4em;
}
#contenidocontrol2,
#areacontrol2 {
  margin-top: 10px;
}
ul.no {
  list-style-type: none;
}
.c406grismd {
  background-color: #F0F0F0;
  padding: 5px;
  float: left;
}
.der310 {
  padding-left: 1%;
  float: left;
}
a.sublistalinks {
  color: #999;
}
a.sublistalinks:visited {
  color: #999;
}
/* cookies */
.contcookies {
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  background: rgba(100, 100, 100, 0.85);
  text-align: center;
  box-shadow: 0px -2px 2px #aaa;
  border-top: 1px solid #888;
  color: #ccc;
  font-size: .9em;
}
@media (max-width: 450px) {
  .contcookies {
    font-size: .8em;
    padding: 10px;
  }
}
.contcookies a {
  text-decoration: none;
  color: #dd6 !important;
}
.contcookies a.cookiesaceptar {
  padding: 4px;
  font-size: 90%;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #ddd;
  color: #294 !important;
  font-weight: bold;
  text-shadow: none;
}
.articulo .titseccion {
  font-size: 1.2em;
}
.articlehoydirecto {
  margin: 2px 0 12px 0;
}
.articlehoydirecto img {
  float: left;
  margin: 10px;
}
.hoydirecto {
  margin: 7px 0 10px 160px;
}
.hoydirecto h2 {
  font-size: 1em;
  margin-bottom: 5px;
}
.hoydirecto a {
  color: #20638d !important;
}
.hoydirecto p {
  margin-bottom: 5px;
}
.cuentaatras {
  background-color: #e3e7f0;
  padding: 3px 5px;
  border-radius: 5px;
  font-style: italic;
  font-size: 0.8em;
  margin: 0 10px 5px 0;
}
.eventocontador {
  font-size: 1.2em;
}
article.breve .imgbrevehome img {
  float: none;
}
.margenvertical {
  margin: 15px 0;
}
/* manuales para descarga */
.descargasapp {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 6px;
  margin: 10px 0;
  overflow: hidden;
}
.appleft {
  margin-right: 20px;
  font-size: 1em;
}
.appleft h2 {
  margin: 10px 0;
}
.appright {
  width: 100px;
}
@media (min-width: 450px) {
  .appright {
    float: right;
    width: 32%;
    max-width: 221px;
  }
  .appright img {
    width: 100%;
  }
  .appleft {
    float: left;
    width: 60%;
  }
}
@media (min-width: 650px) {
  .appleft {
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .appleft {
    padding-right: 0px;
  }
}
@media (min-width: 1000px) {
  .descargasapp {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .appright {
    max-width: 150px;
  }
}
/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: 0.53333333em;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}
h2,
.h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
h3,
.h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #666;
}
h4,
.h4 {
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #666;
}
h5,
.h5 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.6em;
}
h6,
.h6 {
  margin-bottom: 1.6em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 12px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #f3f5f6;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.6em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.6em 12px;
  padding: 0 0 0 12px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.6em -12px;
  padding-left: 12px;
  border-left: 2px solid #f3f5f6;
  font-family: trebuchet ms, helvetica, sans-serif;
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #f3f5f6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #313131;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #313131;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  /*word-wrap : break-word;*/
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Colour =================================================== */
a {
  text-decoration: none;
  color: #6d6a31;
  outline: none;
}
a[rel=author],
a[rel=author]:visited {
  color: #313131;
}
a:visited {
  color: #6d6a31;
}
a:hover {
  text-decoration: underline;
  color: #6d6a31;
}
a:focus {
  outline: thin dotted;
  color: #6d6a31;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
.swatch {
  margin: 0 0 1.6em 0;
  padding: 0;
}
.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}
.swatch-row-one {
  background-color: #000000;
}
.swatch-row-two {
  background-color: #ffffff;
}
.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.swatch-base span:nth-child(1) {
  background-color: rgba(45, 53, 62, 0.9);
}
.swatch-base span:nth-child(2) {
  background-color: rgba(45, 53, 62, 0.8);
}
.swatch-base span:nth-child(3) {
  background-color: rgba(45, 53, 62, 0.7);
}
.swatch-base span:nth-child(4) {
  background-color: rgba(45, 53, 62, 0.6);
}
.swatch-alert span:nth-child(1) {
  background-color: rgba(252, 248, 227, 0.9);
}
.swatch-alert span:nth-child(2) {
  background-color: rgba(252, 248, 227, 0.8);
}
.swatch-alert span:nth-child(3) {
  background-color: rgba(252, 248, 227, 0.7);
}
.swatch-alert span:nth-child(4) {
  background-color: rgba(252, 248, 227, 0.6);
}
.swatch-error span:nth-child(1) {
  background-color: rgba(218, 79, 73, 0.9);
}
.swatch-error span:nth-child(2) {
  background-color: rgba(218, 79, 73, 0.8);
}
.swatch-error span:nth-child(3) {
  background-color: rgba(218, 79, 73, 0.7);
}
.swatch-error span:nth-child(4) {
  background-color: rgba(218, 79, 73, 0.6);
}
.swatch-info span:nth-child(1) {
  background-color: rgba(217, 237, 247, 0.9);
}
.swatch-info span:nth-child(2) {
  background-color: rgba(217, 237, 247, 0.8);
}
.swatch-info span:nth-child(3) {
  background-color: rgba(217, 237, 247, 0.7);
}
.swatch-info span:nth-child(4) {
  background-color: rgba(217, 237, 247, 0.6);
}
.swatch-success span:nth-child(1) {
  background-color: rgba(91, 183, 91, 0.9);
}
.swatch-success span:nth-child(2) {
  background-color: rgba(91, 183, 91, 0.8);
}
.swatch-success span:nth-child(3) {
  background-color: rgba(91, 183, 91, 0.7);
}
.swatch-success span:nth-child(4) {
  background-color: rgba(91, 183, 91, 0.6);
}
.swatch-warning span:nth-child(1) {
  background-color: rgba(250, 167, 50, 0.9);
}
.swatch-warning span:nth-child(2) {
  background-color: rgba(250, 167, 50, 0.8);
}
.swatch-warning span:nth-child(3) {
  background-color: rgba(250, 167, 50, 0.7);
}
.swatch-warning span:nth-child(4) {
  background-color: rgba(250, 167, 50, 0.6);
}
/* Texture =================================================== */
.alert {
  margin-bottom: 1.6em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.2em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: #808080;
  background-color: #e6e6e6;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -khtml-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.badge:hover {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #da4f49;
  color: #ffffff;
}
.badge-error:hover {
  background-color: #9d2520;
  color: #ffffff;
}
.badge-warning {
  background-color: #faa732;
  color: #ffffff;
}
.badge-warning:hover {
  background-color: #c17305;
  color: #ffffff;
}
.badge-success {
  background-color: #5bb75b;
  color: #ffffff;
}
.badge-success:hover {
  background-color: #347834;
  color: #ffffff;
}
.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}
.badge-info:hover {
  background-color: #85c5e5;
}
.badge-inverse {
  background-color: #414141;
  color: #ffffff;
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.basegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
}
.errorgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #2d353e, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #2d353e, #c72f29);
  background-image: -ms-linear-gradient(top, #2d353e, #c72f29);
  background-image: -o-linear-gradient(top, #2d353e, #c72f29);
  background-image: linear-gradient(top, #2d353e, #c72f29);
  background-repeat: repeat-x;
}
.greygrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
}
.infograd {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.inversegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
}
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.6em;
  background-color: #f3f5f6;
  border: 1px solid #b8c1cb;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #d6dbe1;
  -moz-box-shadow: inset 0 1px 10px #d6dbe1;
  box-shadow: inset 0 1px 10px #d6dbe1;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-calendar-alt-stroke:before {
  content: "\e600";
}
.icon-user:before {
  content: "\e601";
}
.icon-arrow-left:before {
  content: "\e602";
}
.icon-comment-stroke:before {
  content: "\e603";
}
.icon-arrow-left-alt1:before {
  content: "\e604";
}
.icon-tag-fill:before {
  content: "\e605";
}
.icon-google-plus:before {
  content: "\e606";
}
.icon-heart-stroke:before {
  content: "\e607";
}
.icon-arrow-right:before {
  content: "\e608";
}
.icon-twitter:before {
  content: "\e609";
}
.icon-facebook:before {
  content: "\e60a";
}
.icon-arrow-right-alt1:before {
  content: "\e60b";
}
.icon-link:before {
  content: "\e60c";
}
.icon-facebook2:before {
  content: "\e60d";
}
.icon-twitter2:before {
  content: "\e60e";
}
.icon-movie:before {
  content: "\e60f";
}
.icon-user2:before {
  content: "\e610";
}
.icon-google-plus2:before {
  content: "\e611";
}
.icon-youtube:before {
  content: "\e612";
}
.icon-arrow-left2:before {
  content: "\e613";
}
.icon-youtube2:before {
  content: "\e614";
}
.icon-arrow-left-alt12:before {
  content: "\e615";
}
.icon-calendar-alt-stroke2:before {
  content: "\e616";
}
.icon-comment-stroke2:before {
  content: "\e617";
}
.icon-heart-stroke2:before {
  content: "\e618";
}
.icon-tag-fill2:before {
  content: "\e619";
}
.icon-arrow-right2:before {
  content: "\e61a";
}
.icon-arrow-right-alt12:before {
  content: "\e61b";
}
.icon-link2:before {
  content: "\e61c";
}
.icon-movie2:before {
  content: "\e61d";
}
.icon-pencil:before {
  content: "\e61e";
}
.icon-heart:before {
  content: "\e61f";
}
.icon-star:before {
  content: "\e620";
}
.icon-star2:before {
  content: "\e621";
}
.icon-heart2:before {
  content: "\e622";
}
.icon-hyperlink:before {
  content: "\e623";
}
.icon-download:before {
  content: "\e626";
}
.icon-chat:before {
  content: "\e627";
}
.icon-home:before {
  content: "\e62f";
}
.icon-cart:before {
  content: "\e630";
}
.icon-tag:before {
  content: "\e631";
}
.icon-arrow-up:before {
  content: "\e632";
}
.icon-user:before {
  content: "\e624";
}
.icon-cloud-download:before {
  content: "\e625";
}
.icon-cc-share:before {
  content: "\e628";
}
.icon-linkedin:before {
  content: "\e62c";
}
.icon-github:before {
  content: "\e62d";
}
.icon-chat2:before {
  content: "\e629";
}
.icon-comment:before {
  content: "\e62a";
}
.icon-rss:before {
  content: "\e62e";
}
.icon-envelope:before {
  content: "\e62b";
}
/* Elements =================================================== */
hr {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #f3f5f6;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
img.auto {
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.6em;
}
figure img {
  margin-bottom: 0.4em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.6em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: 1px dashed #f3f5f6;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
/* Forms =================================================== */
form {
  display: inline-block;
  width: 100%;
}
form fieldset {
  margin-bottom: 1.6em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3.2em;
  *margin-left: -7px;
  padding: 0;
  color: #313131;
  border: 0;
  border-bottom: 1px solid #D2CECD;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.8em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.6em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.2em;
  font-weight: bold;
  color: #313131;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select,
.button {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #f4f5f9;
  border: 1px solid #D2CECD;
  color: #313131;
  padding: 0 5px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  overflow: hidden;
}
input:focus,
textarea:focus,
select:focus,
.button:focus {
  color: #000000;
  background-color: white;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
}
input,
textarea,
select {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
}
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-decoration: none  !important;
  color: #313131 !important;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.135);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.135);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.135);
  border: none;
}
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.135);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.135);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.135);
}
.button_ico {
  height: 40px !important;
  line-height: 40px !important;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #f4f5f9;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.8em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  -khtml-border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  body #container > header {
    padding: 11px 1.96%;
  }
  body #container > header #buscador {
    margin-top: 2px;
    width: 33.33333%;
  }
  body #container > header #iconosredes20 {
    width: 33.33333%;
    text-align: left;
    float: left;
  }
  body #container > header #logo {
    width: 33.33333%;
  }
  body #container > header .loginbox {
    display: none;
  }
  nav {
    display: inline-block !important;
    width: 16%;
    padding: 0;
  }
  nav ul {
    width: 95%;
  }
  nav ul:hover li:not(.navtit) {
    text-indent: 4px;
  }
  nav ul li a {
    padding: 0;
  }
  nav ul li.navtit {
    width: auto;
  }
  div#supercuerpo {
    padding: 0 0 0 1.96%;
  }
  div#contenido {
    width: 84%;
    padding: 11px 1.96%;
  }
  div#contenido aside {
    display: inline-block;
    width: 34%;
  }
  div#contenido #columnaprincipal {
    width: 65%;
  }
  a#accnavlocaliza {
    display: none;
  }
  .cabeceraAzul {
    font-size: 38px;
  }
  footer#pieprincipal div#todopie {
    margin-left: 17%;
  }
  footer#pieprincipal .seccionpie {
    padding: 10px 0 0 5px;
    width: 16%;
    margin: 0 3% 0 1%;
    height: 170px;
  }
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
}
@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */
  nav {
    width: 10%;
  }
  div#contenido {
    width: 89%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}
@media (max-width: 1567px) and (min-width: 1241px) {
  div #contenido aside {
    width: 19%;
  }
  div #contenido #columnaprincipal {
    width: 80%;
  }
}
@media (min-width: 1241px) {
  ul.redes_sociales li {
    width: 10%;
  }
}
@media (max-width: 1439px) and (min-width: 1241px), (max-width: 813px) {
  .icousuario {
    font-size: 0.82em !important;
  }
}
/*# sourceMappingURL=estilo2015.css.map */