@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/* CSS Document */
/* Project name: 94diez */
/* File name: 94diez.css */
/* Description: Global Style Sheet */
/* Creation date: May 2017 */
/* Author: Namida Pip */
/* Author's eMail: sensei.namida@gmail.com */
/* Version: 1.0 */
/* WARNING: Please don't edit this stylesheet. If you want to add/delete/modify some css rules, go to the SASS folder and edit the corresponding file */
/********************************* */
/*========= NORMALIZE V.4 ========= */
/********************************* */
/* line 4, ../sass/_00-normalize.sass */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 9, ../sass/_00-normalize.sass */
body {
  margin: 0;
}

/* line 12, ../sass/_00-normalize.sass */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 26, ../sass/_00-normalize.sass */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/* line 32, ../sass/_00-normalize.sass */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 36, ../sass/_00-normalize.sass */
progress {
  vertical-align: baseline;
}

/* line 39, ../sass/_00-normalize.sass */
template, [hidden] {
  display: none;
}

/* line 42, ../sass/_00-normalize.sass */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/* line 45, ../sass/_00-normalize.sass */
a:active, a:hover {
  outline-width: 0;
}

/* line 48, ../sass/_00-normalize.sass */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 53, ../sass/_00-normalize.sass */
b, strong {
  font-weight: inherit;
}

/* line 56, ../sass/_00-normalize.sass */
b, strong {
  font-weight: bolder;
}

/* line 59, ../sass/_00-normalize.sass */
dfn {
  font-style: italic;
}

/* line 62, ../sass/_00-normalize.sass */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 66, ../sass/_00-normalize.sass */
mark {
  background-color: yellow;
  color: black;
}

/* line 70, ../sass/_00-normalize.sass */
small {
  font-size: 80%;
}

/* line 73, ../sass/_00-normalize.sass */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 79, ../sass/_00-normalize.sass */
sub {
  bottom: -0.25em;
}

/* line 82, ../sass/_00-normalize.sass */
sup {
  top: -0.5em;
}

/* line 85, ../sass/_00-normalize.sass */
img {
  border-style: none;
}

/* line 88, ../sass/_00-normalize.sass */
svg:not(:root) {
  overflow: hidden;
}

/* line 91, ../sass/_00-normalize.sass */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 98, ../sass/_00-normalize.sass */
figure {
  margin: 1em 40px;
}

/* line 101, ../sass/_00-normalize.sass */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 106, ../sass/_00-normalize.sass */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

/* line 113, ../sass/_00-normalize.sass */
optgroup {
  font-weight: bold;
}

/* line 116, ../sass/_00-normalize.sass */
button,
input {
  overflow: visible;
}

/* line 120, ../sass/_00-normalize.sass */
button,
select {
  text-transform: none;
}

/* line 124, ../sass/_00-normalize.sass */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 130, ../sass/_00-normalize.sass */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 137, ../sass/_00-normalize.sass */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 143, ../sass/_00-normalize.sass */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 148, ../sass/_00-normalize.sass */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 156, ../sass/_00-normalize.sass */
textarea {
  overflow: auto;
}

/* line 159, ../sass/_00-normalize.sass */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 165, ../sass/_00-normalize.sass */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 169, ../sass/_00-normalize.sass */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/* line 172, ../sass/_00-normalize.sass */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 177, ../sass/_00-normalize.sass */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/* line 181, ../sass/_00-normalize.sass */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/***************************** */
/*========= FONT-FACE ========= */
/***************************** */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on December 28, 2016 */
@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");
}

/************************************* */
/*========= CLEANERS & OTHERS ========= */
/************************************* */
/* line 4, ../sass/_02-basics.sass */
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

/* line 10, ../sass/_02-basics.sass */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 15, ../sass/_02-basics.sass */
a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}

/* line 24, ../sass/_02-basics.sass */
figure {
  line-height: 0;
  margin: 0;
}

/* line 28, ../sass/_02-basics.sass */
::-moz-selection {
  background: #53cbff;
  color: white;
}

/* line 32, ../sass/_02-basics.sass */
::selection {
  background: #53cbff;
  color: white;
}

/* line 36, ../sass/_02-basics.sass */
img {
  max-width: 100%;
}

/* line 39, ../sass/_02-basics.sass */
html {
  font-size: 62.5%;
}
/* line 41, ../sass/_02-basics.sass */
html.no-scroll {
  overflow-y: hidden;
}

/* line 44, ../sass/_02-basics.sass */
body {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 10px;
  min-height: 900px;
}

/*--------------- */
/*-- CLEARNER -- */
/*------------- */
/* line 53, ../sass/_02-basics.sass */
.cleaner {
  clear: both;
  display: block;
}

/****************************** */
/*========= ICONS-PACK ========= */
/****************************** */
/* line 4, ../sass/_03_icon-pack.sass */
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16, ../sass/_03_icon-pack.sass */
.icon-envelope:before {
  content: "\e906";
}

/* line 19, ../sass/_03_icon-pack.sass */
.icon-nav:before {
  content: "\e900";
}

/* line 22, ../sass/_03_icon-pack.sass */
.icon-search:before {
  content: "\e901";
}

/* line 25, ../sass/_03_icon-pack.sass */
.icon-chevron-right:before {
  content: "\e902";
}

/* line 28, ../sass/_03_icon-pack.sass */
.icon-chevron-left:before {
  content: "\e903";
}

/* line 31, ../sass/_03_icon-pack.sass */
.icon-chevron-down:before {
  content: "\e904";
}

/* line 34, ../sass/_03_icon-pack.sass */
.icon-chevron-up:before {
  content: "\e905";
}

/* line 37, ../sass/_03_icon-pack.sass */
.icon-play:before {
  content: "\ea1c";
}

/* line 40, ../sass/_03_icon-pack.sass */
.icon-facebook:before {
  content: "\ea90";
}

/* line 43, ../sass/_03_icon-pack.sass */
.icon-twitter:before {
  content: "\ea96";
}

/* line 46, ../sass/_03_icon-pack.sass */
.icon-youtube:before {
  content: "\ea9d";
}

/* line 49, ../sass/_03_icon-pack.sass */
.icon-camera:before {
  content: "\e90f";
}

/************************************* */
/*========= WRAPPER-&-BASICS ========= */
/*********************************** */
/* line 8, ../sass/_04-layout.sass */
.container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 20px;
}
/* line 68, ../sass/_mixins.sass */
.container::after {
  content: "";
  display: block;
  clear: both;
}
/* line 16, ../sass/_04-layout.sass */
.container.main {
  margin-top: 20px;
}
/* line 19, ../sass/_04-layout.sass */
.container.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 23, ../sass/_04-layout.sass */
.read-only {
  display: none;
}

/* line 26, ../sass/_04-layout.sass */
body {
  background-color: #f0f0f0;
}

/* BANNERS */
/* line 36, ../sass/_04-layout.sass */
.banners {
  display: inline-block;
  width: 100%;
  list-style-type: none;
  float: left;
  /*clear: both;*/
}
/* line 43, ../sass/_04-layout.sass */
.banners.margen {
  margin-bottom: 20px;
}
/* line 46, ../sass/_04-layout.sass */
.banners li {
  float: left;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.banners.s_300{
	margin-bottom:30px;	
}
.banners.s_300 li{
	margin-bottom:0px!important;
}
.banners.s_345 li{
	margin-bottom:25px;	
}
.banners.s_345:last-child li{
	margin-bottom:0px!important;	
}
/* line 52, ../sass/_04-layout.sass */
.banners li a, .banners li img {
  float: left;
  width: 100%;
  height: auto;
  clear: both;
}
.banners.s_1100 li img{
	width:auto;
	float:none;
}
/* line 60, ../sass/_04-layout.sass */
.banners.s_1100 li {
  width: 100%;
  clear: both;
  text-align:center;
}
/* line 65, ../sass/_04-layout.sass */
.banners.guarda li {
  background-image: url(../images/guarda.gif);
  padding: 36px 20px 35px 20px;
}

/*************************** */
/*========= HEADER ========= */
/************************* */
/* line 74, ../sass/_04-layout.sass */
.main-header {
  position: relative;
  z-index: 200;
  text-align: center;
  margin: 0 0 24px 0;
  top: 0;
  transition: 0s;
  -webkit-transition: 0s;
}
/* line 82, ../sass/_04-layout.sass */
.main-header .banners_top {
  background-color: rgba(0, 165, 236, 0.65);
  width: 100%;
  padding: 10px 0 0 0;
}
/* line 87, ../sass/_04-layout.sass */
.main-header figure.logo {
  display: inline-block;
  float: left;
  padding-right: 30px;
  position: relative;
}
/* line 93, ../sass/_04-layout.sass */
.main-header figure.logo:after {
  content: "";
  display: inline-block;
  height: 79%;
  width: 1px;
  position: absolute;
  right: 0;
  border-right: 1px solid #cccccc;
  transform: translateY(-43%);
  -ms-transform: translateY(-43%);
  -webkit-transform: translateY(-43%);
  top: 50%;
}
/* line 103, ../sass/_04-layout.sass */
.main-header figure.logo img {
  width: 100%;
  height: auto;
}
/* line 107, ../sass/_04-layout.sass */
.main-header .container.main {
  margin-top: 15px;
  margin-bottom: 20px;
}
/* line 111, ../sass/_04-layout.sass */
.main-header .container.main .banners {
  float: right;
  clear: none;
  width: 49.1%;
  padding-top: 9px;
}
/* line 117, ../sass/_04-layout.sass */
.main-header .container.main .banners li {
  margin: 0;
  width: 100%;
}
/* line 121, ../sass/_04-layout.sass */
.main-header .clima {
  float: left;
  display: inline-block;
  margin-top: 10px;
}
/* line 126, ../sass/_04-layout.sass */
.main-header .clima figure {
  padding: 0;
  float: left;
  margin: 0px 0px 0px 0px;
  width: 41px;
  height: 41px;
  position: relative;
}
/* line 134, ../sass/_04-layout.sass */
.main-header .clima figure img {
  float: left;
  width: 100%;
  height: auto;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
/* line 141, ../sass/_04-layout.sass */
.main-header .clima .temp {
  display: inline-block;
  float: left;
  color: #00a5ec;
  font-weight: bold;
  font-size: 22px;
  margin: 8px 0 0 14px;
}
/* line 149, ../sass/_04-layout.sass */
.main-header .clima .fecha {
  font-style: normal;
  color: #777777;
  display: inline-block;
  width: 100%;
  clear: both;
  text-align: center;
  font-weight: bold;
}
/* line 158, ../sass/_04-layout.sass */
.main-header .list-social-media {
  float: right;
  position: relative;
}
/* line 162, ../sass/_04-layout.sass */
.main-header .list-social-media li {
  display: inline-block;
  background-color: transparent;
  text-align: center;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 168, ../sass/_04-layout.sass */
.main-header .list-social-media li a {
  color: #00a5ec;
  display: inline-block;
  width: 27px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  overflow: hidden;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 179, ../sass/_04-layout.sass */
.main-header .list-social-media li a.facebook:hover {
  color: #3671cb;
}
/* line 181, ../sass/_04-layout.sass */
.main-header .list-social-media li a.twitter:hover {
  color: #25ccff;
}
/* line 183, ../sass/_04-layout.sass */
.main-header .list-social-media li a.youtube:hover {
  color: #d01c1c;
}
/* line 186, ../sass/_04-layout.sass */
.main-header #qsearch {
  display: inline-block;
  background-color: #00a5ec;
  margin: 0px 0 0 0;
  height: 49px;
  padding: 0px 0px;
}
/* line 193, ../sass/_04-layout.sass */
.main-header #qsearch input[type=text] {
  font-size: 15px;
  color: white;
  border: 0;
  float: left;
  width: 195px;
  padding: 0 20px;
  background-color: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 17px;
}
/* line 204, ../sass/_04-layout.sass */
.main-header #qsearch input[type=submit] {
  cursor: pointer;
  float: left;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  height: 51px;
  width: 51px;
  color: transparent;
  background-image: url(../images/icon_search.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 219, ../sass/_04-layout.sass */
.main-header #qsearch input[type=submit]:hover {
  opacity: 0.7;
}

/*========= NAV-BAR ========= */
/* line 225, ../sass/_04-layout.sass */
.sticky-anchor {
  font-size: 0;
  height: 0;
  width: 0;
}

/* line 230, ../sass/_04-layout.sass */
.main-nav {
  text-align: left;
  width: 100%;
  background-color: white;
  border: 1px solid #e4e4e4;
  display: inline-block;
  margin-top: 25px;
  transition: 300ms;
  -webkit-transition: 300ms;
}

/* line 239, ../sass/_04-layout.sass */
.toggle-nav {
  font-size: 2.5em;
  color: #555555;
  padding: 0.4em 0 0;
  display: none;
  float: left;
}
/* line 246, ../sass/_04-layout.sass */
.toggle-nav:hover, .toggle-nav:active {
  color: #00a5ec;
}

/* line 250, ../sass/_04-layout.sass */
.first-level-nav {
  float: left;
  background-color: white;
  transition: 350ms ease-out 250ms;
  height: 49px;
  line-height: 49px;
}
/* line 258, ../sass/_04-layout.sass */
.first-level-nav > li {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  float: left;
  border-right: 1px solid #e4e4e4;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 266, ../sass/_04-layout.sass */
.first-level-nav > li:last-of-type {
  border-right: 0;
}
/* line 270, ../sass/_04-layout.sass */
.first-level-nav > li:hover .drop-nav {
  display: block;
}
/* line 272, ../sass/_04-layout.sass */
.first-level-nav > li > a {
  display: block;
  text-align: center;
  color: #555555;
  padding: 1px 20px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  height: 49px;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 283, ../sass/_04-layout.sass */
.first-level-nav > li > a.yo_informo_titulo {
  color: #00a5ec;
  text-transform: uppercase;
}
/* line 287, ../sass/_04-layout.sass */
.first-level-nav > li > a.yo_informo_titulo em {
  width: 35px;
  height: 35px;
  line-height: 22px;
  top: 5px;
  color: white;
}
/* line 294, ../sass/_04-layout.sass */
.first-level-nav > li.active > a, .first-level-nav > li:hover > a {
  color: #00a5ec;
}
/* line 298, ../sass/_04-layout.sass */
.first-level-nav > li.active > a i:before, .first-level-nav > li:hover > a i:before {
  opacity: 0.8;
}
/* line 301, ../sass/_04-layout.sass */
.first-level-nav .actual > a {
  color: #00a5ec;
}

/* line 304, ../sass/_04-layout.sass */
.close {
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 0;
  margin: 0;
  left: 0;
  top: 0;
  background-color: #00a5ec;
  color: white;
  padding: 3px 20px;
  height: auto;
  font-size: 17px;
  text-transform: uppercase;
  display: none;
}
/* line 320, ../sass/_04-layout.sass */
.close i {
  top: 6px;
  font-size: 30px;
  position: relative;
  left: -10px;
}

/* line 326, ../sass/_04-layout.sass */
.drop-nav {
  display: none;
  background-color: #444444;
  width: 130%;
  position: absolute;
  padding-bottom: 10px;
  line-height: 14px;
}
/* line 334, ../sass/_04-layout.sass */
.drop-nav li {
  background-color: #444444;
  text-align: left;
}
/* line 338, ../sass/_04-layout.sass */
.drop-nav li:hover a {
  color: #00a5ec;
}
/* line 341, ../sass/_04-layout.sass */
.drop-nav li:last-of-type {
  border: 0;
}
/* line 343, ../sass/_04-layout.sass */
.drop-nav a {
  font-size: 14px;
  color: white;
  padding: 16px 24px 0 14px;
  display: block;
  text-transform: uppercase;
}
/* line 350, ../sass/_04-layout.sass */
.drop-nav a:hover {
  color: #00a5ec;
}

/* HEADER STICKY */
/* line 357, ../sass/_04-layout.sass */
.main-header.stick {
  position: fixed;
  top: 0%;
  width: 100%;
  background-color: rgba(240, 240, 240, 0.95);
  transition: 1s;
  -webkit-transition: 1s;
}
/* line 364, ../sass/_04-layout.sass */
.main-header.stick figure.logo {
  width: 140px;
  padding-left: 10px;
  padding-right: 20px;
  margin-top: 13px;
}
/* line 370, ../sass/_04-layout.sass */
.main-header.stick .banners_top {
  display: none;
}
/* line 373, ../sass/_04-layout.sass */
.main-header.stick .container.main {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 377, ../sass/_04-layout.sass */
.main-header.stick .container.main .banners {
  display: none;
}
/* line 380, ../sass/_04-layout.sass */
.main-header.stick .main-nav {
  width: auto;
  float: right;
  clear: none;
  margin-top: 0;
  border: 0;
}
/* line 387, ../sass/_04-layout.sass */
.main-header.stick .main-nav .first-level-nav > li {
  font-size: 12px;
}
/* line 390, ../sass/_04-layout.sass */
.main-header.stick .clima {
  margin-top: 6px;
  padding-left: 20px;
}
/* line 393, ../sass/_04-layout.sass */
/*
.main-header.stick .clima .fecha {
  display: none;
}
*/
.main-header.stick .clima {
	width:25%;
}
.main-header.stick .clima .fecha {
	display:inline;
	line-height:40px;
}
/* line 396, ../sass/_04-layout.sass */
.main-header.stick .clima .temp {
  margin-top: 5px;
}
/* line 400, ../sass/_04-layout.sass */
.main-header.stick #qsearch input[type=text] {
  width: calc(100% - 51px);
}
/* line 404, ../sass/_04-layout.sass */
.main-header.stick.expandable .main-nav {
  position: relative;
}
/* line 407, ../sass/_04-layout.sass */
.main-header.stick.expandable #qsearch {
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 413, ../sass/_04-layout.sass */
.main-header.stick.expandable #qsearch.expand {
  width: 100%;
}

/********************************* */
/*========= MAIN-CONTENT ========= */
/******************************* */
/* line 420, ../sass/_04-layout.sass */
.home-columns,
section.listado_noticias {
  display: inline-block;
  width: 100%;
  clear: both;
}
/* line 427, ../sass/_04-layout.sass */
.home-columns > li,
section.listado_noticias > li {
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
}
/* line 431, ../sass/_04-layout.sass */
.home-columns iframe,
section.listado_noticias iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 436, ../sass/_04-layout.sass */
.home-columns .banners > li,
section.listado_noticias .banners > li {
 /* margin-bottom: 30px;*/
}


/* line 440, ../sass/_04-layout.sass */
.home-columns.q_2 .banners > li {
  width: 100% !important;
  margin-right: 0 !important;
  clear: both !important;
  margin-bottom: 30px;
  border-left: 1px solid #00a5ec;
}

/* line 448, ../sass/_04-layout.sass */
article.noticia {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  position: relative;
}

section.pack{
	display:inline-block;
	float:left;
	margin-bottom:30px;
	clear:right;
	min-height:335px;
}

section.pack article.noticia:last-child{
	margin-bottom:0;	
}

/* line 456, ../sass/_04-layout.sass */
article.noticia .head,
article.noticia .data {
  display: inline-block;
  width: 100%;
  float: left;
  clear: both;
  padding: 3% 3% 0 3%;
}

article.noticia.mini{
	/*min-height:335px;	*/
}

article.noticia .head.minh{
	min-height:170px;	
}

article.noticia .head.lminh{
	/*min-height:130px;	*/
	min-height:120px;
}

article.noticia.noimg .head.lminh{
	min-height:157px;	
}

/* line 464, ../sass/_04-layout.sass */
article.noticia h2 {
  font-weight: 700;
  margin: 0;
}
/* line 468, ../sass/_04-layout.sass */
article.noticia h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  float: left;
  clear: left;
}
/* line 475, ../sass/_04-layout.sass */
article.noticia h4 {
  font-family: "Arial";
  font-size: 16px;
  margin: 0px 0px 0px 0px;
}
/* line 480, ../sass/_04-layout.sass */
article.noticia h5 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  clear: both;
}
/* line 488, ../sass/_04-layout.sass */
article.noticia .list-social-media {
  float: right;
  clear: right;
  position: relative;
  margin: 0;
}
/* line 494, ../sass/_04-layout.sass */
article.noticia .list-social-media li {
  display: inline-block;
  background-color: transparent;
  text-align: center;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 500, ../sass/_04-layout.sass */
article.noticia .list-social-media li a {
  display: inline-block;
  width: 27px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  overflow: hidden;
  opacity: 1;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 511, ../sass/_04-layout.sass */
article.noticia .list-social-media li a:hover {
  opacity: 0.8;
}
/* line 514, ../sass/_04-layout.sass */
article.noticia .data {
  position: relative;
  padding: 0;
}
/* line 518, ../sass/_04-layout.sass */
article.noticia .data h5.f {
  position: absolute;
  background-color: #00a5ec;
  padding: 0 3% 3% 3%;
  transition: 100ms;
  -webkit-transition: 100ms;
}
.pack article.noticia .data .inner{ min-height:145px;}
/* line 524, ../sass/_04-layout.sass */
article.noticia .data .inner {
  opacity: 0;
  padding: 4% 3%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 165, 236, 0.88);
  width: 100%;
  height: 100%;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 536, ../sass/_04-layout.sass */
article.noticia .data .inner h5 {
  border-top: 1px solid white;
  padding-top: 14px;
  width: 80%;
}
/* line 540, ../sass/_04-layout.sass */
article.noticia figure.main_item {
  width: 100%;
  height: auto;
  padding: 0;
}
/* line 545, ../sass/_04-layout.sass */
article.noticia figure.main_item img {
  width: 100%;
  height: auto;
  float: left;
}
/* line 551, ../sass/_04-layout.sass */
article.noticia:hover .data .inner {
  opacity: 1;
}
/* line 554, ../sass/_04-layout.sass */
article.noticia:hover h5.f {
  opacity: 0;
}
/* line 557, ../sass/_04-layout.sass */
article.noticia.video figure.main_item:after {
  content: "";
  width: 73px;
  height: 73px;
  background-image: url(../images/icon_video.png);
  background-repeat: no-repeat;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
/* line 573, ../sass/_04-layout.sass */
article.noticia.big .head,
article.noticia.big .data, article.noticia.yo_informo .head,
article.noticia.yo_informo .data {
  background-color: #00a5ec;
}
/* line 577, ../sass/_04-layout.sass */
article.noticia.big h2, article.noticia.yo_informo h2 {
  font-size: 25px;
  line-height: 37px;
  margin: 0px 0px 11px 0px;
}
/* line 582, ../sass/_04-layout.sass */
article.noticia.big h2, article.noticia.big h3, article.noticia.big h4, article.noticia.big h5, article.noticia.yo_informo h2, article.noticia.yo_informo h3, article.noticia.yo_informo h4, article.noticia.yo_informo h5 {
  color: white;
}



/* line 585, ../sass/_04-layout.sass */
article.noticia.big h4, article.noticia.yo_informo h4 {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 22px;
}
/* line 590, ../sass/_04-layout.sass */
article.noticia.big h4, article.noticia.big h5, article.noticia.yo_informo h4, article.noticia.yo_informo h5 {
  font-weight: normal;
  font-family: Arial;
  color: white;
}
/* line 595, ../sass/_04-layout.sass */
article.noticia.big .list-social-media, article.noticia.yo_informo .list-social-media {
  top: -9px;
}
/* line 598, ../sass/_04-layout.sass */
article.noticia.big .list-social-media li a, article.noticia.yo_informo .list-social-media li a {
  color: white;
}
/* line 606, ../sass/_04-layout.sass */
article.noticia.lateral {
  margin-bottom: 35px;
  box-shadow: 0 2px 6px rgba(107, 107, 107, 0.59);
}
/* line 608, ../sass/_04-layout.sass */
article.noticia.lateral .head {
  float: left;
  width: 55.6%;
  clear: none;
  background-color: white;
  position: relative;
  height: 100%;
  border-left: 1px solid #00a5ec;
}
/* line 617, ../sass/_04-layout.sass */
article.noticia.lateral .head:after {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  height: 0;
  width: 0;
  right: -14px;
  bottom: 6%;
  z-index: 2;
}
/* line 625, ../sass/_04-layout.sass */
article.noticia.lateral .data {
  float: right;
  width: 44.4%;
  clear: none;
}
/* line 630, ../sass/_04-layout.sass */
article.noticia.lateral h2 {
  color: #555555;
  font-size: 17px;
}
/* line 634, ../sass/_04-layout.sass */
article.noticia.lateral h3 {
  color: #00a5ec;
  font-size: 11px;
  position: absolute;
  bottom: 8%;
  font-weight: normal;
}
/* line 641, ../sass/_04-layout.sass */
article.noticia.lateral .list-social-media {
  position: absolute;
  bottom: 3px;
  right: 10px;
}
/* line 646, ../sass/_04-layout.sass */
article.noticia.lateral .list-social-media li a {
  color: #00a5ec;
}
/* line 649, ../sass/_04-layout.sass */
article.noticia.lateral h4 {
  font-size: 14px;
  color: white;
}
/* line 653, ../sass/_04-layout.sass */
article.noticia.lateral h5 {
  display: none;
}
/* line 658, ../sass/_04-layout.sass */
article.noticia.lateral .data .inner h5 {
  padding-top: 11px;
  position: absolute;
  bottom: 8px;
  font-size: 10px;
  display: block;
  width: 100%;
  left: 0;
  text-align: right;
  padding-right: 10px;
}
/* line 668, ../sass/_04-layout.sass */
article.noticia.lateral h4, article.noticia.lateral h5 {
  font-weight: normal;
  font-family: Arial;
  color: white;
}
/* line 674, ../sass/_04-layout.sass */
article.noticia.lateral .data .inner {
  padding: 5%;
}
/* line 685, ../sass/_04-layout.sass */
article.noticia.mini .head, article.noticia.micro .head {
  border-top: 3px solid #00a5ec;
  position: relative;
  background-color: white;
  padding: 10px;
}
/* line 691, ../sass/_04-layout.sass */
article.noticia.mini h2, article.noticia.micro h2 {
  color: #555555;
  font-size: 17px;
  line-height: 24px;
}
/* line 697, ../sass/_04-layout.sass */
article.noticia.mini h3, article.noticia.micro h3 {
  color: #00a5ec;
  position: absolute;
  bottom: 8%;
  font-weight: normal;
}
/* line 703, ../sass/_04-layout.sass */
article.noticia.mini .list-social-media, article.noticia.micro .list-social-media {
  position: relative;
  top: 7px;
}
/* line 707, ../sass/_04-layout.sass */
article.noticia.mini .list-social-media li a, article.noticia.micro .list-social-media li a {
  color: #00a5ec;
}
/* line 710, ../sass/_04-layout.sass */
article.noticia.mini h4, article.noticia.micro h4 {
  font-size: 16px;
  color: #555555;
  line-height: 21px;
  font-family: Arial;
  font-weight: normal;
}
/* line 717, ../sass/_04-layout.sass */
article.noticia.mini h5, article.noticia.micro h5 {
  display: none;
  font-family: Arial;
  font-weight: normal;
}
/* line 723, ../sass/_04-layout.sass */
article.noticia.mini .data .inner, article.noticia.micro .data .inner {
  padding: 5%;
  background-color: rgba(255, 255, 255, 0.88);
}
/* line 730, ../sass/_04-layout.sass */
article.noticia.mini .data .inner h5 {
  display: block;
  position: absolute;
  bottom: 10px;
  font-size: 10px;
}
/* line 736, ../sass/_04-layout.sass */
article.noticia.mini.noimg {
  min-height: 153px;
}
/* line 739, ../sass/_04-layout.sass */
article.noticia.mini.noimg .head {
  position: absolute;
  height: 100%;
}
/* line 743, ../sass/_04-layout.sass */
article.noticia.mini.noimg .head .list-social-media {
  position: absolute;
  bottom: 3px;
  top: auto;
  right: 10px;
}
/* line 749, ../sass/_04-layout.sass */
article.noticia.mini.noimg .data {
  position: static;
  display: inline-block;
  width: 100%;
  float: left;
  clear: both;
}
/* line 756, ../sass/_04-layout.sass */
article.noticia.micro {
  margin-bottom: 20px;
}
/* line 759, ../sass/_04-layout.sass */
article.noticia.micro .head {
  border-top: 0;
  min-height:140px;
}
/* line 762, ../sass/_04-layout.sass */
article.noticia.micro .data {
  display: none;
}
/* line 765, ../sass/_04-layout.sass */
article.noticia.micro h2 {
  margin-bottom: 4px;
  color: #777777;
}
/* line 773, ../sass/_04-layout.sass */
article.noticia.yo_informo figure.main_item:before {
  content: "";
  width: 96px;
  height: 10px;
  background-image: url(../images/tres_colores.gif);
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
/* line 783, ../sass/_04-layout.sass */
article.noticia.yo_informo h2 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
/* line 788, ../sass/_04-layout.sass */
article.noticia.yo_informo h3 {
  font-weight: 400;
  color: white;
}
/* line 792, ../sass/_04-layout.sass */
article.noticia.yo_informo h3 em {
  color: #212121;
  font-style: normal;
}

/* bloques */
/* line 803, ../sass/_04-layout.sass */
article.bloque {
  display: inline-block;
  width: 100%;
  float: left;
  clear: right;
  margin: 0 0 30px 0;
}
/* line 810, ../sass/_04-layout.sass */
article.bloque > h2 {
  font-size: 17px;
  color: white;
  background-color: #00a5ec;
  width: 100%;
  margin: 0 0 0px 0;
  padding: 5px 10px;
}
/* line 818, ../sass/_04-layout.sass */
article.bloque > h2 em {
  color: black;
}
/* line 821, ../sass/_04-layout.sass */
article.bloque .contents {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 15px 10px 15px 10px;
  background-color: white;
  border: 1px solid #dddddd;
  border-top: 0;
}

/* HUMOR */
/* HUMOR */
/* HUMOR */
/* HUMOR */
/* line 835, ../sass/_04-layout.sass */
ul.humor {
  display: inline-block;
  width: 100%;
  clear: both;
  float: left;
  margin: 0 0 30px 0;
}
/* line 842, ../sass/_04-layout.sass */
ul.humor > li {
  display: inline-block;
  float: left;
  clear: left;
  position: relative;
}
/* line 848, ../sass/_04-layout.sass */
ul.humor > li:first-of-type {
  width: 66.1%;
}
/* line 851, ../sass/_04-layout.sass */
ul.humor > li:last-of-type {
  width: 31.4%;
  float: right;
  clear: right;
}
/* line 856, ../sass/_04-layout.sass */
ul.humor > li figure.tira {
  float: left;
  width: calc(100% - 45px);
  height: auto;
  line-height: 0;
  background-color: #222222;
  padding: 15px 0 15px 20px;
}
/* line 864, ../sass/_04-layout.sass */
ul.humor > li figure.tira img {
  width: 100%;
  height: auto;
  float: left;
}
/* line 869, ../sass/_04-layout.sass */
ul.humor .container.nopadding {
  display: inline-block;
  width: 100%;
  background-color: #222222;
  position: relative;
}
/* line 875, ../sass/_04-layout.sass */
ul.humor h3 {
  color: white;
  background-color: #222222;
  padding: 5px 190px 5px 10px;
  float: left;
  clear: both;
  font-size: 17px;
  margin: 0;
  font-weight: normal;
  position: relative;
}
/* line 886, ../sass/_04-layout.sass */
ul.humor h3 em {
  color: #00a5ec;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 891, ../sass/_04-layout.sass */
ul.humor .list-social-media {
  float: right;
  position: absolute;
  margin: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #222222;
  padding-top: 10px;
}
/* line 901, ../sass/_04-layout.sass */
ul.humor .list-social-media li {
  display: inline-block;
  background-color: transparent;
  text-align: center;
  width: 45px;
  clear: both;
  float: left;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 910, ../sass/_04-layout.sass */
ul.humor .list-social-media li a {
  color: white;
  display: inline-block;
  width: 27px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  overflow: hidden;
  opacity: 1;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 922, ../sass/_04-layout.sass */
ul.humor .list-social-media li a:hover {
  opacity: 0.8;
}
/* line 925, ../sass/_04-layout.sass */
ul.humor .banners {
  margin-top: 30px;
}
/* line 928, ../sass/_04-layout.sass */
ul.humor .banners li {
  margin-bottom: 0;
}

/* yo informo home */
/* yo informo home */
/* yo informo home */
/* yo informo home */
/* line 942, ../sass/_04-layout.sass */
.yo_informo_titulo em {
  color: white;
  background-color: #00a5ec;
  display: inline-block;
  float: left;
  border-radius: 50%;
  font-style: normal;
  padding: 8px;
  position: relative;
  top: -9px;
  margin-right: 8px;
  text-align: center;
  width: 47px;
  height: 47px;
}

/* line 957, ../sass/_04-layout.sass */
section.yo_informo_home {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
/* line 962, ../sass/_04-layout.sass */
section.yo_informo_home > h2 {
  float: left;
  font-family: "Trebuchet MS";
  color: #333333;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0px 0px 0px 0px;
}
/* line 970, ../sass/_04-layout.sass */
section.yo_informo_home > h2 em {
  line-height: 31px;
}
/* line 973, ../sass/_04-layout.sass */
section.yo_informo_home > h3 {
  position: relative;
  top: -16px;
  font-family: Arial;
  font-size: 15px;
  color: #777777;
  float: left;
  margin: 0px 0px 0px 35px;
  width: 315px;
  line-height: 21px;
}
/* line 984, ../sass/_04-layout.sass */
section.yo_informo_home > h3 a {
  color: #00a5ec;
}
/* line 987, ../sass/_04-layout.sass */
section.yo_informo_home > h3 em {
  font-style: normal;
  font-size: 13px;
}

/*************************** */
/*========= FOOTER ========= */
/************************* */
/* line 995, ../sass/_04-layout.sass */
.main-footer {
  position: relative;
  font-size: 12px;
  text-align: left;
  clear: both;
  color: white;
  margin-top: 50px;
  background-color: white;
  background-image: url(../images/fondo_pie.gif);
}
/* line 1005, ../sass/_04-layout.sass */
.main-footer > .container {
  padding: 32px 20px 45px 20px;
  background-color: white;
  background-image: url(../images/logo_pie_agua.png);
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 1012, ../sass/_04-layout.sass */
.main-footer > .container:before {
  content: "";
  background-color: #57c0ed;
  width: 160px;
  height: 100%;
  left: -20px;
  top: 0;
  position: absolute;
}
/* line 1021, ../sass/_04-layout.sass */
.main-footer article {
  float: left;
  width: 50%;
  color: #444444;
  font-size: 14px;
}
/* line 1027, ../sass/_04-layout.sass */
.main-footer article.right {
  text-align: right;
  padding-top: 10px;
  line-height: 23px;
}
/* line 1032, ../sass/_04-layout.sass */
.main-footer figure.logo {
  position: relative;
  float: left;
}

/* line 1036, ../sass/_04-layout.sass */
.logo_pv {
  display: block;
  width: 114px;
  height: 35px;
  margin: 10px 0 0 30px;
  float: right;
  position: relative;
}
/* line 1044, ../sass/_04-layout.sass */
.logo_pv img {
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 1053, ../sass/_04-layout.sass */
.logo_pv img.color {
  opacity: 0;
}
/* line 1057, ../sass/_04-layout.sass */
.logo_pv:hover img.color {
  opacity: 1;
}
/* line 1059, ../sass/_04-layout.sass */
.logo_pv:hover img.bn {
  opacity: 0;
}

/***************************** */
/*========= INTERNAS ========= */
/**************************** */
/* line 5, ../sass/_05-internas.sass */
h2.bajada {
  /*color: #00a5ec;*/
  color:#000;
  margin: 0 0 15px 0;
  font-size: 17px;
  line-height: 21px;
}

/* line 11, ../sass/_05-internas.sass */
section.left-col {
  float: left;
  clear: left;
}
/* line 15, ../sass/_05-internas.sass */
section.left-col header {
  background-color: #00a5ec;
  padding: 14px 17px;
  display: inline-block;
  float: left;
  width: 100%;
  clear: both;
}
/* line 23, ../sass/_05-internas.sass */
section.left-col header h5, section.left-col header h1, section.left-col header h3 {
  color: white;
}
/* line 26, ../sass/_05-internas.sass */
section.left-col header h5 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  float: left;
}
/* line 33, ../sass/_05-internas.sass */
section.left-col header h5 em {
  color: #212121;
  font-style: normal;
}
/* line 37, ../sass/_05-internas.sass */
section.left-col header h5.f {
  display: inline-block;
  clear: both;
  width: 100%;
  float: left;
}
/* line 43, ../sass/_05-internas.sass */
section.left-col header h1 {
  font-weight: bold;
  margin: 0;
  font-size: 25px;
  line-height: 37px;
  margin: 0px 0px 11px 0px;
  width: 100%;
  display: inline-block;
}
/* line 52, ../sass/_05-internas.sass */
section.left-col header h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin: -6px 0 12px 0;
  display: inline-block;
  width: 100%;
  float: left;
  clear: both;
}
/* line 61, ../sass/_05-internas.sass */
section.left-col header .list-social-media {
  float: right;
  clear: right;
  position: relative;
  margin: 0;
  top: -9px;
}
/* line 68, ../sass/_05-internas.sass */
section.left-col header .list-social-media li {
  display: inline-block;
  background-color: transparent;
  text-align: center;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 74, ../sass/_05-internas.sass */
section.left-col header .list-social-media li a {
  display: inline-block;
  width: 27px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  overflow: hidden;
  opacity: 1;
  color: white;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 86, ../sass/_05-internas.sass */
section.left-col header .list-social-media li a:hover {
  opacity: 0.8;
}

/* line 89, ../sass/_05-internas.sass */
section.right-col {
  float: right;
  clear: right;
}
/* line 93, ../sass/_05-internas.sass */
section.right-col .banners > li {
  margin-bottom: 30px;
}

/* line 97, ../sass/_05-internas.sass */
.main-img {
  margin: 0 0 20px 0;
  display: inline-block;
  float: left;
  clear: both;
  width: 100%;
}
/* line 104, ../sass/_05-internas.sass */
.main-img figcaption {
  display: inline-block;
  width: 100%;
  clear: both;
  background-color: #666666;
  padding: 15px 15px 8px 15px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}
/* line 114, ../sass/_05-internas.sass */
.main-img figcaption em {
  font-style: normal;
  color: #00a5ec;
}
/* line 118, ../sass/_05-internas.sass */
.main-img figcaption a {
  display: inline-block;
  float: right;
  text-align: right;
}
/* line 123, ../sass/_05-internas.sass */
.main-img figcaption a:after {
  content: "";
  background-image: url(../images/icon_flecha_abajo.png);
  width: 10px;
  height: 6px;
  display: inline-block;
  float: right;
  position: relative;
  top: -3px;
  margin-left: 10px;
}
/* line 134, ../sass/_05-internas.sass */
.main-img img {
  width: 100%;
  height: auto;
}

/* line 139, ../sass/_05-internas.sass */
.wrapper_contenidos, .wrapper_contenidos ul, .wrapper_contenidos ol {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #1f1f1f;
  font-weight: normal;
  margin: 0 0 1.5em 0;
  display: inline-block;
  width: 100%;
}
/* line 148, ../sass/_05-internas.sass */
.wrapper_contenidos strong, .wrapper_contenidos ul strong, .wrapper_contenidos ol strong,
.wrapper_contenidos b,
.wrapper_contenidos ul b,
.wrapper_contenidos ol b {
  font-weight: bold;
  color: black;
}

/* line 155, ../sass/_05-internas.sass */
.wrapper_contenidos ul, .wrapper_contenidos ol {
  font-size: 1em;
  padding-left: 15px;
}
/* line 159, ../sass/_05-internas.sass */
.wrapper_contenidos ul li, .wrapper_contenidos ol li {
  position: relative;
  padding-left: 25px;
}
/* line 162, ../sass/_05-internas.sass */
.wrapper_contenidos ul li:not(:last-child), .wrapper_contenidos ol li:not(:last-child) {
  margin-bottom: 6px;
}
/* line 164, ../sass/_05-internas.sass */
.wrapper_contenidos ul li::before, .wrapper_contenidos ol li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a5ec;
  position: absolute;
  left: 0;
  top: 6px;
}
/* line 174, ../sass/_05-internas.sass */
.wrapper_contenidos a {
  color: #00a5ec;
  text-decoration: none;
}
/* line 178, ../sass/_05-internas.sass */
.wrapper_contenidos a:hover {
  text-decoration: underline;
}
/* line 181, ../sass/_05-internas.sass */
.wrapper_contenidos h1,
.wrapper_contenidos h2,
.wrapper_contenidos h3,
.wrapper_contenidos h4,
.wrapper_contenidos h5,
.wrapper_contenidos h6 {
  color: #00a5ec;
  font-weight: bold;
}

/* line 192, ../sass/_05-internas.sass */
.share-box {
  display: inline-block;
  float: right;
  margin: 0px 0px 0px 0px;
}
/* line 197, ../sass/_05-internas.sass */
.share-box span {
  font-size: 15px;
  color: #777777;
  text-transform: uppercase;
  position: relative;
  top: 7px;
  padding-right: 12px;
}
/* line 205, ../sass/_05-internas.sass */
.share-box ul {
  display: inline-block;
  float: right;
}
/* line 209, ../sass/_05-internas.sass */
.share-box ul li {
  float: left;
  margin: 0px 10px 0 0;
}
/* line 213, ../sass/_05-internas.sass */
.share-box ul li:last-of-type {
  margin-right: 0;
}
/* line 216, ../sass/_05-internas.sass */
.share-box ul li a {
  display: inline-block;
  border-radius: 50%;
  float: left;
  color: white;
  background-color: #00a5ec;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}

/* line 231, ../sass/_05-internas.sass */
.subtitle {
  color: #00a5ec;
  font-size: 23px;
  margin: 30px 0 15px 0;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 238, ../sass/_05-internas.sass */
.subtitle em {
  color: #444444;
  font-style: normal;
}

/* line 242, ../sass/_05-internas.sass */
.wrapper_galeria {
  display: inline-block;
  float: left;
  clear: both;
}

/* line 247, ../sass/_05-internas.sass */
.gal_page {
  display: inline-block;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
/* line 253, ../sass/_05-internas.sass */
.gal_page .gallery-thumbs {
  width: 100%;
  display: inline-block;
  float: left;
  clear: both;
  margin: 0;
}
/* line 260, ../sass/_05-internas.sass */
.gal_page .gallery-thumbs li {
  float: left;
  position: relative;
  margin-bottom:20px;
}
/* line 264, ../sass/_05-internas.sass */
.gal_page .gallery-thumbs figure {
  line-height: 0;
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 272, ../sass/_05-internas.sass */
.gal_page .gallery-thumbs figure.video:after {
  content: "";
  width: 73px;
  height: 73px;
  background-image: url(../images/icon_video.png);
  background-repeat: no-repeat;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
/* line 281, ../sass/_05-internas.sass */
.gal_page .gallery-thumbs figure img {
  float: left;
  transition: 0s;
  -webkit-transition: 0s;
}
/* line 287, ../sass/_05-internas.sass */
.gal_page .gallery-thumbs figure:hover img {
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
}

/* listado de noticias */
/* listado de noticias */
/* listado de noticias */
/* listado de noticias */
/* line 295, ../sass/_05-internas.sass */
ul.lista_noticias {
  width: 100%;
  clear: both;
  float: left;
  display: inline-block;
}
/* line 301, ../sass/_05-internas.sass */
ul.lista_noticias > li {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 50px 0;
}
/* line 307, ../sass/_05-internas.sass */
ul.lista_noticias > li img {
  width: 100%;
  height: auto;
  float: left;
}
/* line 312, ../sass/_05-internas.sass */
ul.lista_noticias > li .data {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 319, ../sass/_05-internas.sass */
ul.lista_noticias > li h4,
ul.lista_noticias > li h3 {
  display: none;
}
/* line 323, ../sass/_05-internas.sass */
ul.lista_noticias > li h2 {
  font-size: 30px;
  color: white;
  padding: 0 3% 0 60%;
  position: absolute;
  bottom: -5%;
}
/* line 332, ../sass/_05-internas.sass */
ul.lista_noticias > li.big h2 {
  padding: 0 3%;
  font-size: 45px;
  bottom: -8%;
}
/* line 340, ../sass/_05-internas.sass */
ul.lista_noticias > li a.main {
  width: 100%;
  position: relative;
  float: left;
  display: inline-block;
  position: relative;
  background-color: #555555;
}
/* line 349, ../sass/_05-internas.sass */
ul.lista_noticias > li a.main:before {
  content: "";
  width: 7px;
  height: 100%;
  background-color: #555555;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 359, ../sass/_05-internas.sass */
ul.lista_noticias > li a.main:hover h4,
ul.lista_noticias > li a.main:hover h3 {
  display: inline-block;
  float: left;
  color: white;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
/* line 370, ../sass/_05-internas.sass */
ul.lista_noticias > li a.main:hover h4 {
  background-color: white;
  color: #555555;
  padding: 10px 3%;
}
/* line 375, ../sass/_05-internas.sass */
ul.lista_noticias > li a.main:hover h3 {
  top: 40px;
  padding: 10px 3%;
}
/* line 379, ../sass/_05-internas.sass */
ul.lista_noticias > li a.main:hover img {
  opacity: 0.05;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 383, ../sass/_05-internas.sass */
ul.lista_noticias > li .wrapper_contenidos {
  font-size: 18px;
  color: #555555;
  margin: 20px 0 0 0;
}
/* line 388, ../sass/_05-internas.sass */
ul.lista_noticias > li .wrapper_contenidos a {
  color: #555555;
}

/* line 392, ../sass/_05-internas.sass */
ul.pager {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0px 0 0 0;
}
/* line 398, ../sass/_05-internas.sass */
ul.pager li {
  display: inline;
  margin: 0 10px 0 0;
}
/* line 402, ../sass/_05-internas.sass */
ul.pager li:last-of-type {
  margin-right: 0;
}
/* line 405, ../sass/_05-internas.sass */
ul.pager li a {
  color: #858585;
  font-size: 18px;
  padding: 10px 4px;
  font-weight: bol;
  text-align: center;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 413, ../sass/_05-internas.sass */
ul.pager li a:hover,ul.pager li a.activo {
  color: #00a5ec;
}
/* line 416, ../sass/_05-internas.sass */
ul.pager li a.nav {
  font-size: 17px;
  font-weight: 400;
}

/* YO INFORMO */
/* line 423, ../sass/_05-internas.sass */
h1.yo_informo_titulo {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Trebuchet MS";
  float: left;
  margin-top: 0;
  font-size: 30px;
  color: #333333;
}
/* line 432, ../sass/_05-internas.sass */
h1.yo_informo_titulo em {
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  top: -6px;
  background-color: #3fbcef;
}

/* line 440, ../sass/_05-internas.sass */
#yo_informo {
  display: inline-block;
  width: 100%;
  float: left;
  clear: both;
}
/* line 446, ../sass/_05-internas.sass */
#yo_informo .entry {
  margin-bottom: 30px;
  position: relative;
}
/* line 450, ../sass/_05-internas.sass */
#yo_informo .entry.obligatorio:before {
  content: "(*)";
  color: #00a5ec;
  position: absolute;
  left: -20px;
  font-size: 15px;
  top: 8px;
}
/* line 458, ../sass/_05-internas.sass */
#yo_informo .entry, #yo_informo .grid {
  display: inline-block;
  float: left;
  width: 100%;
}
/* line 463, ../sass/_05-internas.sass */
#yo_informo .entry input, #yo_informo .entry textarea, #yo_informo .grid input, #yo_informo .grid textarea {
  width: 100%;
  background-color: transparent;
  color: #858585;
  border: 1px solid #bbbbbb;
  padding: 8px;
  font-size: 15px;
  float: left;
  font-style: italic;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 474, ../sass/_05-internas.sass */
#yo_informo .entry input.error, #yo_informo .entry textarea.error, #yo_informo .grid input.error, #yo_informo .grid textarea.error {
  border-color: red;
}
/* line 477, ../sass/_05-internas.sass */
#yo_informo .entry input:focus, #yo_informo .entry textarea:focus, #yo_informo .grid input:focus, #yo_informo .grid textarea:focus {
  background-color: white;
  border-color: #00a5ec;
  color: #333333;
}
/* line 482, ../sass/_05-internas.sass */
#yo_informo .entry input, #yo_informo .grid input {
  height: 37px;
}
/* line 485, ../sass/_05-internas.sass */
#yo_informo .entry textarea, #yo_informo .grid textarea {
  height: 175px;
}
/* line 488, ../sass/_05-internas.sass */
#yo_informo .entry.youtube, #yo_informo .grid.youtube {
  margin-bottom: 10px;
}
/* line 491, ../sass/_05-internas.sass */
#yo_informo .entry.youtube:before, #yo_informo .grid.youtube:before {
  content: "";
  background-image: url(../images/icon_youtube_entry.gif);
  width: 50px;
  height: 37px;
  display: inline-block;
  float: left;
}
/* line 499, ../sass/_05-internas.sass */
#yo_informo .entry.youtube input, #yo_informo .grid.youtube input {
  width: calc(100% - 50px);
}
/* line 502, ../sass/_05-internas.sass */
#yo_informo .entry.checkbox, #yo_informo .grid.checkbox {
  position: relative;
}
/* line 505, ../sass/_05-internas.sass */
#yo_informo .entry.checkbox input, #yo_informo .grid.checkbox input {
  width: 16px;
  height: 16px;
  float: left;
  margin: 0;
  position: relative;
  z-index: 2;
  opacity: 0;
  margin-top: 1px;
  cursor: pointer;
}
/* line 516, ../sass/_05-internas.sass */
#yo_informo .entry.checkbox em, #yo_informo .grid.checkbox em {
  border: 1px solid #aaaaaa;
  width: 15px;
  height: 15px;
  float: left;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  margin-top: 1px;
}
/* line 530, ../sass/_05-internas.sass */
#yo_informo .entry.checkbox input:checked + em:after, #yo_informo .grid.checkbox input:checked + em:after {
  content: "";
  background-image: url(../images/icon_checkbox.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
/* line 540, ../sass/_05-internas.sass */
#yo_informo .entry.checkbox label, #yo_informo .grid.checkbox label {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  color: #878787;
  width: calc(100% - 23px);
  font-style: italic;
  float: right;
  cursor: pointer;
}
/* line 550, ../sass/_05-internas.sass */
#yo_informo #upload, #yo_informo input[type=submit] {
  background-color: #0a84bb;
  background-image: url(../images/icon_upload.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  font-style: normal;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 30px 5px 70px;
  width: auto;
  border: 0;
  height: 53px;
  text-transform: uppercase;
  cursor: pointer;
  clear: none;
  float: left;
  margin-right: 20px;
  transition: 300ms;
  -webkit-transition: 300ms;
}
/* line 571, ../sass/_05-internas.sass */
#yo_informo #upload:hover, #yo_informo input[type=submit]:hover {
  background-color: #00a5ec;
}
/* line 574, ../sass/_05-internas.sass */
#yo_informo input[type=submit] {
  background-image: none;
  padding-left: 30px;
}
/* line 578, ../sass/_05-internas.sass */
#yo_informo .notice {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  float: left;
  color: #878787;
  width: calc(100% - 300px);
  margin-top: 8px;
}
/* line 587, ../sass/_05-internas.sass */
#yo_informo .notice.long {
  width: 100%;
  margin-top: 12px;
  clear: both;
}
/* line 593, ../sass/_05-internas.sass */
#yo_informo .wrapper_contenidos b {
  color: #00a5ec;
}
/* line 596, ../sass/_05-internas.sass */
#yo_informo .subtitle {
  margin-bottom: 7px;
}

/* declaraciones genéricas */
/* line 3, ../sass/_gen.sass */
hr.invisible {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  background-color: transparent;
  opacity: 0;
}

/*FORMULARIOS */
/* line 14, ../sass/_gen.sass */
.notices_holder {
  display: inline-block;
  float: left;
  box-sizing: border-box;
  margin: 20px 0px 0px 0px;
  clear: left;
  min-width: 10px;
}
/* line 22, ../sass/_gen.sass */
.notices_holder span {
  display: inline-block;
  float: left;
  position: relative;
  padding-left: 32px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
}
/* line 33, ../sass/_gen.sass */
.notices_holder span:before {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  background-image: url(../images/sprite_sheet.png);
  background-repeat: no-repeat;
}
/* line 46, ../sass/_gen.sass */
.notices_holder span.error:before {
  background-position: -1px -28px;
}
/* line 49, ../sass/_gen.sass */
.notices_holder span.ok:before {
  background-position: 0px 1px;
}
/* line 52, ../sass/_gen.sass */
.notices_holder span.loading:before {
  opacity: 0;
  background-image: none;
}

/* line 56, ../sass/_gen.sass */
input.error, textarea.error {
  /*border-color:red !important */
  background-color: #f71735;
  color: white;
}

/* line 61, ../sass/_gen.sass */
label.error {
  display: none !important;
}

/* FANCYBOX fix para los videos */
/* line 68, ../sass/_gen.sass */
.fancybox-nav {
  height: 90% !important;
}

/********************************** */
/*========= MEDIA-QUERIES ========= */
/******************************** */
@media (min-width: 100px) {
  /* line 8, ../sass/_06-media-queries.sass */
  .main-header figure.logo {
    width: 36.4%;
  }
  /* line 11, ../sass/_06-media-queries.sass */
  .main-header .clima {
    width: 12.8%;
    padding-left: 30px;
  }
  /* line 15, ../sass/_06-media-queries.sass */
  .main-header .clima .fecha {
    font-size: 14px;
  }
  /* line 18, ../sass/_06-media-queries.sass */
  .main-header #qsearch {
    width: auto;
    clear: none;
    float: right;
  }
  /* line 23, ../sass/_06-media-queries.sass */
  .main-header .list-social-media {
    margin: 10px 15px 0 20px;
    padding: 0;
    background-color: transparent;
  }
  /* line 30, ../sass/_06-media-queries.sass */
  .main-header.stick.expandable .main-nav {
    padding-right: 216px;
  }
  /* line 32, ../sass/_06-media-queries.sass */
  .main-header.stick.expandable #qsearch {
    width: 216px;
  }
  /* line 36, ../sass/_06-media-queries.sass */
  .main-header.stick .clima .temp {
    margin-left: 14px;
  }
}
@media (max-width: 320px) {
  /* line 41, ../sass/_06-media-queries.sass */
  .main-header.stick .clima {
    display: none;
  }

  /* line 44, ../sass/_06-media-queries.sass */
  article.noticia.mini h4, article.noticia.micro h4 {
    line-height: 17px;
    font-size: 12px;
  }

  /* line 50, ../sass/_06-media-queries.sass */
  .gal_page .gallery-thumbs li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  /* line 56, ../sass/_06-media-queries.sass */
  .main-header .clima {
    width: 50%;
  }
  /* line 58, ../sass/_06-media-queries.sass */
  .main-header .clima .fecha {
    display: none;
  }
  /* line 61, ../sass/_06-media-queries.sass */
  .main-header figure.logo {
    width: 50%;
  }
  /* line 64, ../sass/_06-media-queries.sass */
  .main-header #qsearch {
    display: none;
  }

  /* line 67, ../sass/_06-media-queries.sass */
  article.noticia.big h2,
  article.noticia.yo_informo h2 {
    font-size: 22px;
    line-height: 27px;
  }

  /* line 72, ../sass/_06-media-queries.sass */
  article.noticia.lateral .head,
  article.noticia.lateral .data {
    width: 100%;
  }

  /* line 77, ../sass/_06-media-queries.sass */
  article.noticia.lateral .head {
    height: auto;
  }
  /* line 80, ../sass/_06-media-queries.sass */
  article.noticia.lateral h3 {
    position: static;
    margin: 10px 0;
  }

  /* line 85, ../sass/_06-media-queries.sass */
  ul.humor h3 {
    padding-right: 10px;
    width: 100%;
    padding-top: 12px;
  }
  /* line 90, ../sass/_06-media-queries.sass */
  ul.humor .list-social-media {
    top: 5px;
    right: 10px;
    height: 30px;
    margin-top: 0;
    padding-top: 0;
  }
  /* line 97, ../sass/_06-media-queries.sass */
  ul.humor .list-social-media > li {
    float: left;
    clear: none;
  }
  /* line 101, ../sass/_06-media-queries.sass */
  ul.humor > li figure.tira {
    width: 100%;
    padding: 10px;
  }

  /* line 105, ../sass/_06-media-queries.sass */
  section.left-col header h1 {
    font-size: 22px;
    line-height: 27px;
  }

  /* line 109, ../sass/_06-media-queries.sass */
  .main-img figcaption {
    padding-bottom: 13px;
  }
  /* line 112, ../sass/_06-media-queries.sass */
  .main-img figcaption a {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  /* line 119, ../sass/_06-media-queries.sass */
  .gal_page .gallery-thumbs li {
    width: 47.72727%;
    margin-right: 4.54545%;
    margin-bottom: 20px;
  }
  /* line 123, ../sass/_06-media-queries.sass */
  .gal_page .gallery-thumbs li:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }
}
@media (max-width: 480px) {
  /* line 129, ../sass/_06-media-queries.sass */
  .home-columns > li,
  section.listado_noticias > article {
    width: 100%;
    margin-right: 0;
  }

  /* line 135, ../sass/_06-media-queries.sass */
  ul.humor > li,
  ul.humor > li:first-of-type,
  ul.humor > li:last-of-type {
    width: 100%;
  }

	section.pack{
		width:100%;	
	}
	
	article.noticia.mini{
		min-height:0;
	}
	
	article.noticia.mini.noimg{
		min-height:153px!important;
	}
	
	section.pack{
		min-height:0;
	}
	

  /* line 141, ../sass/_06-media-queries.sass */
  section.yo_informo_home > h2 {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    width: 173px;
  }
  /* line 148, ../sass/_06-media-queries.sass */
  section.yo_informo_home > h3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 20px;
  }

  /* line 155, ../sass/_06-media-queries.sass */
  .main-footer article {
    width: 100%;
    text-align: center;
  }
  /* line 159, ../sass/_06-media-queries.sass */
  .main-footer figure.logo {
    float: none;
  }
  /* line 162, ../sass/_06-media-queries.sass */
  .main-footer article.right {
    text-align: center;
    font-size: 14px;
  }
  /* line 166, ../sass/_06-media-queries.sass */
  .main-footer > .container {
    background-image: none;
    background-color: #57c0ed;
  }
  /* line 170, ../sass/_06-media-queries.sass */
  .main-footer .logo_pv {
    margin: 20px auto 0 auto;
    float: none;
  }

  /* line 174, ../sass/_06-media-queries.sass */
  #yo_informo #upload + .notice {
    width: 100%;
    margin-top: 10px !important;
  }

  /* line 178, ../sass/_06-media-queries.sass */
  .share-box {
    width: 250px;
    float: none;
    clear: both;
    display: block;
    margin: 0 auto 20px auto;
    height: 32px;
  }

  /* line 186, ../sass/_06-media-queries.sass */
  h1.yo_informo_titulo {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 191, ../sass/_06-media-queries.sass */
  h1.yo_informo_titulo em {
    float: none;
    left: 0;
    top: 0;
    margin-right: 0;
  }

  /* line 197, ../sass/_06-media-queries.sass */
  .subtitle {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 203, ../sass/_06-media-queries.sass */
  .main-header figure.logo {
    width: 24.4%;
    margin-top: 18px;
  }
  /* line 207, ../sass/_06-media-queries.sass */
  .main-header .clima {
    width: 19.8%;
    margin-top: 4px;
  }
  /* line 211, ../sass/_06-media-queries.sass */
  .main-header #qsearch {
    clear: left;
    width: calc(100% - 97px);
    position: static;
    float: left;
  }
  /* line 217, ../sass/_06-media-queries.sass */
  .main-header .list-social-media {
    margin: 0;
    padding: 8px 5px;
    background-color: #00a5ec;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  /* line 223, ../sass/_06-media-queries.sass */
  .main-header .list-social-media li a {
    color: white;
  }
  /* line 226, ../sass/_06-media-queries.sass */
  .main-header .first-level-nav > li > a {
    padding: 1px 20px;
  }
  /* line 231, ../sass/_06-media-queries.sass */
  .main-header.stick .list-social-media, .main-header.stick.expandable .list-social-media {
    display: none;
  }
  /* line 234, ../sass/_06-media-queries.sass */
  .main-header.stick .first-level-nav > li > a, .main-header.stick.expandable .first-level-nav > li > a {
    padding: 1px 19px;
  }
  /* line 237, ../sass/_06-media-queries.sass */
  .main-header.stick .main-nav, .main-header.stick.expandable .main-nav {
    padding-right: 0;
  }
  /* line 240, ../sass/_06-media-queries.sass */
  .main-header.stick #qsearch, .main-header.stick.expandable #qsearch {
    display: none;
  }

  /* line 245, ../sass/_06-media-queries.sass */
  #yo_informo .grid .entry {
    width: 29.16667%;
    margin-right: 6.25%;
  }
  /* line 248, ../sass/_06-media-queries.sass */
  #yo_informo .grid .entry:nth-child(3n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 253, ../sass/_06-media-queries.sass */
  article.noticia.mini h2, article.noticia.micro h2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /* line 257, ../sass/_06-media-queries.sass */
  article.noticia.mini.noimg {
    min-height: 153px;
  }
}
@media (max-width: 640px) {
  /* line 263, ../sass/_06-media-queries.sass */
  .main-header .clima {
    width: auto;
    margin-top: 0;
  }
  /* line 267, ../sass/_06-media-queries.sass */
  .main-header .clima .fecha {
    margin: 14px 0px 0 20px;
    width: auto;
  }
  /* line 272, ../sass/_06-media-queries.sass */
  .main-header .container.main .banners {
    margin-top: 20px;
    width: 100%;
    clear: both;
  }
  /* line 278, ../sass/_06-media-queries.sass */
  .main-header.stick .container.main {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 282, ../sass/_06-media-queries.sass */
  .main-header.stick figure.logo {
    margin-top: 11px;
  }
  /* line 285, ../sass/_06-media-queries.sass */
  .main-header.stick .clima {
    margin-top: 3px;
  }
  /* line 288, ../sass/_06-media-queries.sass */
  .main-header.stick #qsearch,
  .main-header.stick .list-social-media {
    display: none;
  }
  /* line 292, ../sass/_06-media-queries.sass */
  .main-header.stick .main-nav, .main-header.stick.expandable .main-nav {
    padding-right: 20px;
    height: 47px;
  }

  /* line 297, ../sass/_06-media-queries.sass */
  .banners.s_540 > li {
    width: 100%;
    margin-right: 0;
  }

  /* line 301, ../sass/_06-media-queries.sass */
  .main-footer article {
    font-size: 12px;
  }

  /* line 304, ../sass/_06-media-queries.sass */
  #yo_informo #upload + .notice {
    margin-top: 0;
  }

  /* line 307, ../sass/_06-media-queries.sass */
  article.noticia.mini.noimg {
    min-height: 132px;
  }
}
@media (min-width: 641px) {
  /* line 314, ../sass/_06-media-queries.sass */
  .banners.s_540 > li {
    width: 49.09091%;
    margin-right: 1.81818%;
  }
  /* line 317, ../sass/_06-media-queries.sass */
  .banners.s_540 > li:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 322, ../sass/_06-media-queries.sass */
  .main-footer article {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  /* line 329, ../sass/_06-media-queries.sass */
  .gal_page .gallery-thumbs li {
    width: 22.77778%;
    margin-right: 2.96296%;
	
  }
  /* line 332, ../sass/_06-media-queries.sass */
  .gal_page .gallery-thumbs li:nth-child(4n) {
    margin-right: 0;
    float: right;
    clear: right;
  }
}
@media (max-width: 767px) {

  /* line 339, ../sass/_06-media-queries.sass */
  .toggle-nav {
    display: block;
    margin-left: 20px;
  }

  /* line 343, ../sass/_06-media-queries.sass */
  .first-level-nav {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #f2f2f2;
    transition: 350ms ease-out 250ms;
    overflow: hidden;
  }
  /* line 358, ../sass/_06-media-queries.sass */
  .first-level-nav > li:first-of-type {
    padding-top: 60px;
  }
  /* line 361, ../sass/_06-media-queries.sass */
  .first-level-nav > li {
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0 0 0px 0;
  }
  /* line 367, ../sass/_06-media-queries.sass */
  .first-level-nav > li a {
    border: 0;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 0px 0;
    width: 100%;
    float: left;
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 0;
    font-size: 17px;
    text-transform: none;
    padding-left: 60px;
  }
  /* line 381, ../sass/_06-media-queries.sass */
  .first-level-nav > li a i {
    left: 12px;
  }
  /* line 384, ../sass/_06-media-queries.sass */
  .first-level-nav > li a.has-drop:before {
    content: "+";
    position: absolute;
    left: 22px;
    background-color: #d4d4d4;
    color: white;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 18px;
    top: 14px;
    font-size: 20px;
    transition: 300ms;
    -webkit-transition: 300ms;
  }
  /* line 399, ../sass/_06-media-queries.sass */
  .first-level-nav > li a.yo_informo_titulo {
    padding-left: 52px;
  }
  /* line 402, ../sass/_06-media-queries.sass */
  .first-level-nav > li a.yo_informo_titulo em {
    line-height: 36px;
    padding: 0;
  }
  /* line 406, ../sass/_06-media-queries.sass */
  .first-level-nav > li .drop-nav {
    padding-top: 0;
    width: 100%;
    background-color: #545454;
    position: static;
    display: inline-block;
    float: left;
    border-bottom: 3px solid #7f7f7f;
    display: none !important;
  }
  /* line 416, ../sass/_06-media-queries.sass */
  .first-level-nav > li .drop-nav a {
    background-color: #545454;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid #4c4c4c;
  }
  /* line 424, ../sass/_06-media-queries.sass */
  .first-level-nav > li.drop_open .has-drop:before {
    content: "-";
    font-size: 30px;
    background-color: #1dbbff;
  }
  /* line 429, ../sass/_06-media-queries.sass */
  .first-level-nav > li.drop_open .drop-nav {
    display: inline-block !important;
  }
  /* line 432, ../sass/_06-media-queries.sass */
  .first-level-nav > li.active a,
  .first-level-nav > li.active:hover a,
  .first-level-nav > li a:active,
  .first-level-nav > li a:hover {
    background-color: #00a5ec;
    color: white;
  }
  /* line 439, ../sass/_06-media-queries.sass */
  .first-level-nav > li.active a i,
  .first-level-nav > li.active:hover a i,
  .first-level-nav > li a:active i,
  .first-level-nav > li a:hover i {
    color: white;
  }
  /* line 442, ../sass/_06-media-queries.sass */
  .first-level-nav.show {
    height: 100vh;
    overflow-y: scroll;
    display: inline-block;
  }
  /* line 447, ../sass/_06-media-queries.sass */
  .first-level-nav.show + #qsearch {
    position: fixed !important;
    display: inline-block !important;
    width: 100% !important;
    z-index: 1100 !important;
    top: calc(100% - 49px) !important;
    left: 0 !important;
  }
  /* line 455, ../sass/_06-media-queries.sass */
  .first-level-nav.show + #qsearch input[type=text] {
    width: calc(100% - 51px) !important;
  }

  /* line 461, ../sass/_06-media-queries.sass */
  .close {
    display: block;
  }
}
@media (max-width: 1023px) {
   .main-header.stick .clima .fecha{
	  display:none;  
  }
  /* line 467, ../sass/_06-media-queries.sass */
  section.left-col,
  section.right-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {

article.noticia .head.minh{
	min-height:0;	
}
  /* line 474, ../sass/_06-media-queries.sass */
  section.right-col .banners > li {
    width: 47.39011%;
    margin-right: 5.21978%;
  }
  /* line 477, ../sass/_06-media-queries.sass */
  section.right-col .banners > li:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 483, ../sass/_06-media-queries.sass */
  .home-columns.listado > li {
    width: 47.39011%;
    margin-right: 5.21978%;
  }
  /* line 486, ../sass/_06-media-queries.sass */
  .home-columns.listado > li:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 492, ../sass/_06-media-queries.sass */
  .home-columns:not(.listado):not(.yo_informo) > li {
    width: 100%;
    margin-right: 0;
  }
  /* line 497, ../sass/_06-media-queries.sass */
  .home-columns:not(.listado):not(.yo_informo).q_3 > li {
    width: 47.39011%;
    margin-right: 5.21978%;
  }
  /* line 500, ../sass/_06-media-queries.sass */
  .home-columns:not(.listado):not(.yo_informo).q_3 > li:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }
  /* line 505, ../sass/_06-media-queries.sass */
  .home-columns:not(.listado):not(.yo_informo).q_3 > li:nth-child(3n) {
    width: 100%;
    clear: both;
    margin-right: 0;
  }
  /* line 510, ../sass/_06-media-queries.sass */
  .home-columns:not(.listado):not(.yo_informo).q_3 > li:nth-child(3n) > * {
    width: 47.39011%;
    margin-right: 5.21978%;
  }
  /* line 513, ../sass/_06-media-queries.sass */
  .home-columns:not(.listado):not(.yo_informo).q_3 > li:nth-child(3n) > *:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }
  /* line 518, ../sass/_06-media-queries.sass */
  .home-columns:not(.listado):not(.yo_informo) .banners > li {
    width: 100%;
  }

  /* line 523, ../sass/_06-media-queries.sass */
  .home-columns.yo_informo > li {
    width: 47.91667%;
    margin-right: 4.16667%;
  }
  /* line 526, ../sass/_06-media-queries.sass */
  .home-columns.yo_informo > li:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 533, ../sass/_06-media-queries.sass */
  section.listado_noticias > * {
    width: 47.39011%;
    margin-right: 5.21978%;
  }
  /* line 536, ../sass/_06-media-queries.sass */
  section.listado_noticias > *:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 543, ../sass/_06-media-queries.sass */
  article.noticia.mini h2, article.noticia.micro h2 {
    font-size: 14px;
    line-height: 20px;
  }
  
}
@media (min-width: 1024px) {
  /* line 550, ../sass/_06-media-queries.sass */
  .main-header figure.logo {
    width: 36.4%;
    margin-top: 0;
  }
  /* line 554, ../sass/_06-media-queries.sass */
  .main-header .clima {
    width: 12.8%;
    padding-left: 17px;
    margin-top: 10px;
  }
  /* line 559, ../sass/_06-media-queries.sass */
  .main-header .clima .fecha {
    font-size: 12px;
    margin-top: 8px;
  }
  /* line 563, ../sass/_06-media-queries.sass */
  .main-header #qsearch {
    display: inline-block !important;
    width: auto;
    clear: none;
    float: right;
  }
  /* line 569, ../sass/_06-media-queries.sass */
  .main-header .list-social-media {
    margin: 10px 15px 0 20px;
    padding: 0;
    background-color: transparent;
    border-left: 0;
  }
  /* line 575, ../sass/_06-media-queries.sass */
  .main-header .list-social-media li a {
    color: #00a5ec;
  }
  /* line 580, ../sass/_06-media-queries.sass */
  .main-header.stick.expandable .main-nav {
    padding-right: 136px;
  }
  /* line 582, ../sass/_06-media-queries.sass */
  .main-header.stick.expandable #qsearch {
    width: 136px;
  }
  /* line 586, ../sass/_06-media-queries.sass */
  .main-header.stick .clima .temp {
    margin-left: 10px;
  }

  /* line 590, ../sass/_06-media-queries.sass */
  .home-columns.q_2 > li {
    width: 49.09091%;
    margin-right: 1.81818%;
  }
  /* line 593, ../sass/_06-media-queries.sass */
  .home-columns.q_2 > li:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }
  /* line 599, ../sass/_06-media-queries.sass */
  .home-columns.q_2 .home-columns.q_2 > li {
    width: 48.14815%;
    margin-right: 3.7037%;
  }
  /* line 602, ../sass/_06-media-queries.sass */
  .home-columns.q_2 .home-columns.q_2 > li:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 608, ../sass/_06-media-queries.sass */
  .home-columns.q_3 > li {
    width: 31.36364%;
    margin-right: 2.95455%;
  }
  /* line 611, ../sass/_06-media-queries.sass */
  .home-columns.q_3 > li:nth-child(3n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 618, ../sass/_06-media-queries.sass */
  section.listado_noticias.q_2:not(.interno) > * {
    width: 49.09091%;
    margin-right: 1.81818%;
  }
  /* line 621, ../sass/_06-media-queries.sass */
  section.listado_noticias.q_2:not(.interno) > *:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }
  /* line 627, ../sass/_06-media-queries.sass */
  section.listado_noticias.q_2:not(.interno) section.listado_noticias.q_2 > * {
    width: 48.14815%;
    margin-right: 3.7037%;
  }
  /* line 630, ../sass/_06-media-queries.sass */
  section.listado_noticias.q_2:not(.interno) section.listado_noticias.q_2 > *:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 636, ../sass/_06-media-queries.sass */
  section.listado_noticias.q_3 > * {
    width: 31.36364%;
    margin-right: 2.95455%;
	min-height:335px;
  }
  /* line 639, ../sass/_06-media-queries.sass */
  section.listado_noticias.q_3 > *:nth-child(3n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 645, ../sass/_06-media-queries.sass */
  section.listado_noticias.q_2.interno > * {
    width: 47.91667%;
    margin-right: 4.16667%;
	min-height:335px;
  }
  /* line 648, ../sass/_06-media-queries.sass */
  section.listado_noticias.q_2.interno > *:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
  }

  /* line 653, ../sass/_06-media-queries.sass */
  section.left-col {
    width: 65.5%;
  }

  /* line 656, ../sass/_06-media-queries.sass */
  section.right-col {
    width: 31.4%;
  }

  /* line 659, ../sass/_06-media-queries.sass */
  article.noticia.mini h2, article.noticia.micro h2 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  /* line 663, ../sass/_06-media-queries.sass */
  article.noticia.mini.noimg {
    min-height: 135px;
  }
}
@media (min-width: 1100px) {

  /* line 667, ../sass/_06-media-queries.sass */
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 673, ../sass/_06-media-queries.sass */
  .main-header .clima {
    padding-left: 30px;
  }
  /* line 676, ../sass/_06-media-queries.sass */
  .main-header .clima .fecha {
    font-size: 14px;
    margin-top: 15px;
  }
  /* line 682, ../sass/_06-media-queries.sass */
  .main-header.stick.expandable .main-nav {
    padding-right: 216px;
  }
  /* line 684, ../sass/_06-media-queries.sass */
  .main-header.stick.expandable #qsearch {
    width: 216px;
  }
  /* line 688, ../sass/_06-media-queries.sass */
  .main-header.stick .clima .temp {
    margin-left: 14px;
  }

  /* line 691, ../sass/_06-media-queries.sass */

}

.uploadbutton{
  background-color: #0a84bb;
  background-image: url(../images/icon_upload.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  font-style: normal;
  text-align: center;
  color: white;
  font-size: 15px;
  position:relative;
  font-weight: 400;
  padding: 15px 30px 5px 70px;
  width: auto;
  border: 0;
  height: 53px;
  text-transform: uppercase;
  cursor: pointer;
  clear: none;
  float: left;
  margin-right: 20px;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.uploadbutton input{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}

.uplfoto{
	padding:0!important;
	height:53px!important;
	cursor:pointer;
}

#main_progress{
	float:left;
	width:100%;
	height:53px;	
	position:absolute;
	z-index:999;
}

.progress-bar{
	background-color:#0a84bb;
	height:53px;	
}

.entry.relat{
	position:relative;	
}
#remfoto{
	margin-top:15px!important;
	width:auto!important;
}
font.error{
  font-size: 15px;
  color:#F00;
    line-height: 18px;
}

.tw_body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}
.twitterSearchContainter{
	
}
.twitterSearchTweet{
	
}