/*	Theme Name: TwentySixteen Child */
/*	Description: Style del post */
/*	Author: Caracol TV */
/*	Author URI: http://caracoltv.com.co/ */
/*	Version: 2.0 */
/*	Template: twentysixteen-child */
/*	Template Version: 1.0 */
@import 'https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&subset=latin-ext';
@import 'https://fonts.googleapis.com/css?family=Sintony:400,700';
@import 'https://fonts.googleapis.com/css?family=Lora';
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700';
@font-face {
  font-family: "Econs";
  src: url("../fonts/ee_icon.eot?h9tvst");
  src: url("../fonts/ee_icon.eot?h9tvst#iefix") format("embedded-opentype"), url("../fonts/ee_icon.ttf?h9tvst") format("truetype"), url("../fonts/ee_icon.woff?h9tvst") format("woff"), url("../fonts/ee_icon.svg?h9tvst#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Fonts */
/* header espectador antiguo */
/* Media Queries */
/* Categorias */
/* Mixins */
@-webkit-keyframes backhide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes backhide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes backhide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes backhide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
