/*
Theme Name: Opinion
Theme URI: http://blogs.infobae.com
Author: nelson fernandez
Author URI: http://www.infobae.com/
Description: A semantic, HTML5, canvas for CSS artists.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35; 
}
.home #header {
  margin-bottom: 30px;
}
#header {
  min-height: 34px;
  margin-bottom: 20px;
}
.page #header {
margin-bottom: 0px;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1170px;
}
#page {
  overflow: hidden;
}
#main {
  width: 1170px;
  margin: 0px auto;
}
.contenidoprincipal {
  width: 770px;
  float: left;
  margin-right: 30px;
}
.single .contenidoprincipal {
  width: 1170px;
  float: none;
  margin-right: 0px;
}
.single .contenidoprincipal .post {
  width: 770px;
  float: left;
  margin-right: 30px;
}
.single .contenidoprincipal .post p {
  margin-bottom: 20px;
  font: normal 14px/22px Arial, Helvetica, sans-serif;
  color: #111;
}
.single .contenidoprincipal .autor {
  margin-bottom: 5px;
}
.single .entry-avatar {
  position: relative;
  margin-bottom: 20px;
}
.single .entry-avatar .avatar {
  float: left;
  margin-right: 20px;
  line-height: 0;
  background: #f1f1f1;
}
.single .entry-avatar .autor {
  float: left;
  font: normal 14px/22px Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: -10px;
  left: 100px;
}
.single .post .ad {
  float: right;
  position: relative;
  margin-left: -192px;
  margin-right: -10px;
  left: 212px;
  height: 250px;
  margin-bottom: 20px !important;
  margin-top: 283px;
}
.single .social-vert {
  background: #e5e5e5 url(images/back-diagonalpattern20.png);
  border: 1px solid #ddd;
  margin-left: 800px;
  padding: 10px;
  width: 170px;
  height: 220px;
  position: absolute;
  margin-top: 21px;
}
.single .social-vert ul li {
  margin-bottom: 10px;
}
.single .social-hori {
  border: 1px solid #dddddd;
  padding: 10px 8px 3px 8px;
  margin-bottom: 20px;
  height: 28px;
  clear: both;
}
.single .social-hori ul li {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.single .social-hori ul li:first-child {
  margin-left: 0;
}
.social-hori .fb-like {
  min-height: 24px;
  width: 162px;
}
.social-hori .fb-like iframe {
  max-width: 450px !important;
}
a.btn-print,
a.btn-email {
  background: url(images/sp-share-btns.png) no-repeat 0 0;
  width: 79px;
  height: 23px;
  /*display: block;*/
  display: none;
  margin-bottom: 5px;
  text-indent: -9999em;
  cursor: pointer;
}
a.btn-print {
  background-position: 0 -23px;
}
.social-hori .btn-email, .social-hori .btn-print, .social-hori .btn-rss {
  position: relative;
  top: -2px;
}
.sidebar {
  width: 370px;
  float: left;
}
.single .sidebar {
  margin-top: 100px;
}
.footer-interno {
  width: 1170px;
  margin: 0 auto;
}
.home.blog.single-author .blogs-page {
  padding-top: 30px;
  margin-bottom: 70px;
  background: url("images/head-down.png") no-repeat center top;
}
.single .blogs-page {
  padding-top: 0px;
}
.front-page {
  margin-bottom: 70px;
}
#primary {
  overflow: hidden;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
  margin: 0;
}
.widget_bio .avatar {
  float:left;
  margin: 6px 10px 0 0;
}
.widget_bio .meta-bio {
  display: table;
  width: 100%;
  height: 76px;
}
.widget_bio .bio {
  margin: 0 0 10px;
  color: #111;
  font: normal 14px/22px Arial, Helvetica, sans-serif;
  border: 1px solid #dbdbdb;
  padding: 15px 15px 15px 65px;
  background: url(images/bio_icon.png) no-repeat;
  display: table-cell;
  vertical-align: middle;
}
.widget_search {
  border-bottom: 2px solid #DDDDDD;
  border-top: 2px solid #DDDDDD;
  padding: 10px 0 10px 18px;
}
.widget_blogs .blogs_avatar {
  float: left;
  margin: 6px 10px 0 0;
}
.widget_blogs .blogs_list {
  margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  /* clear: both; */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* =Header
-------------------------------------------------------------- */
#site-title {
  margin: 0;
  font: normal 45px/98px Arial, Helvetica, sans-serif;
  width: 940px;
  text-transform: capitalize;
}
#site-title a {
  color: #fff;
}
#site-description {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em;
}
#branding {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  z-index: 300;
  margin-top: -30px;
}
#branding .banner {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 500;
}
#branding .logoimg {
  position: absolute;
  left: 163px;
  top: 0;
}
#branding .inner-head {
  height: 90px;
  background: url("images/head-l.gif") repeat scroll 0 0 transparent;
  background-color: #f0791e;
}
#branding .logo-opinion {
  vertical-align: top;
  float: left;
}
.topbar {
  background-color: #565656;
  height: 34px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
}
.topbar .inner {
  width: 1170px;
  margin: 0 auto;
  height: 34px;
  position: relative;
  background-color: #565656;
  z-index: 300;
}
.topbar .linkback {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #000;
  height: 29px;
  width: 160px;
  padding: 5px 0 0 10px;
  text-align: right;
  background: url("images/topbar-gray.png") no-repeat scroll 0 0 #000;
}
.topbar .bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 200;
  width: 30%;
  background-color: #000;
}
.topbar .title {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  padding-top: 6px;
  float: left;
  font: 24px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.topbar h2.title {
  margin-left: 35px;
}
.topbar h2.title .tlt-lnk {
  color: #797979;
}
.page .topbar h2.title .tlt-lnk {
  color: #fff;
}
.topbar .tlt-lnk {
  margin: 0;
  color: #fff;
}
.page .topbar .tlt-lnk {
  margin: 0;
  color: #797979;
}
.toplnk:visited,
.toplnk:active,
.topbar .menu-lnk,
.topbar .menu-lnk:active,
.topbar .menu-lnk:visited,
.toplnk {
  color: #AAAAAA;
  text-decoration: none;
}
.toplnk:hover,
.topbar .menu-lnk:hover {
  text-decoration: underline;
}
.topbar img {
  vertical-align: text-top;
}
.topbar .menu {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 165px;
  top: 3px;
  width: 400px;
  z-index: 100;
}
.topbar .menu-pos {
  display: inline;
  padding-top: 4px;
  float: left;
}
.topbar .menu-pos iframe.twitter-follow-button  {
  width: 232px!important;
}
.topbar .linkback {
  color: #AAAAAA;
}
.topbar .fb-like span {
  height: 25px !important;
}

/* =Menu
-------------------------------------------------------------- */
#access {
  background: #eee;
  display: block;
  float: left;
  margin: 0 auto 1em;
  width: 100%;
}
#access ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#access li {
  float: left;
  position: relative;
}
#access a {
  display: block;
  line-height: 2em;
  padding: 0 1em;
  text-decoration: none;
}
#access ul ul {
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  display: none;
  float: left;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 99999;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: #dedede;
  line-height: 1em;
  padding: .5em .5em .5em 1em;
  width: 10em;
  height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
  background: #dedede;
}
#access ul ul a:hover {
  background: #cecece;
}
#access ul li:hover > ul {
  display: block;
}

/* =Content
-------------------------------------------------------------- */

.entry-title {
  margin: 0;
  font: 300 36px/1.2em Arial, sans-serif;
  margin-bottom: 10px;
}
.entry-title a {
  color: #000 !important;
}
.single .entry-title {
  margin-bottom: 20px;
  font: bold 46px/50px Arial, Helvetica, sans-serif;
  color: #000;
}
.entry-meta {
  color: #666;
  margin-top: 5px;
  overflow: hidden;
  width: auto;
}
.home .format-standard time.horario {
  color: #b1b1b1;
  display: block;
  float: left;
  font: normal 13px/16px Arial, sans-serif;
  overflow: hidden;
  padding-top: 5px;
  width: auto;
}
.single .entry-header time {
  color: #000;
  font: bold 12px/22px Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.home .format-standard ul.opinion-redes {
  float: left;
  margin-left: 22px;
  overflow: hidden;
  width: auto;
}
.home .format-standard ul.opinion-redes li {
  float: left;
  overflow: hidden;
  width: auto;
}
#content nav {
  display: block;
  overflow: hidden;
}
#content nav .nav-previous {
  float: left;
  width: 50%;
}
#content nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content #nav-above {
  display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
  display: block;
}
#nav-below {
  margin: 1em 0;
}
.page-link {
  clear: both;
  margin: 0 0 1em;
}
.page .edit-link {
  clear: both;
  display: block;
}
.entry-header .vcard .url,
.entry-header .byline {
  color: #666;
}
.entry-header .vcard .url {
  font-size: 18px;
}
.post .edit-link {
  background-color: #FF3;
}
.post .entry-content {
  margin-top: 10px;
}
.post .entry-content p {
  font: normal 14px/22px Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  color: #111;
}
.format-standard {
  margin: 0 0 20px 0;
}
.format-status footer h2,
.format-standard footer h2 {
  display: inline;
  font: normal 13px/16px Arial, Helvetica, sans-serif;
}
.format-standard .entry-header .photo {
  float: left;
  margin: 7px 10px 0 0;
}
.home .format-standard {
  border-bottom: solid 1px #e1e1e1;
  margin: 0 0 30px 0;
  overflow: hidden;
  padding-bottom: 20px;
  width: auto;
}
.more-link {
  background-color: #ff8;
  color: #333 !important;
}

/****** Directorio: Inicio ******/
div#directorio { width: 100%; margin-top: 0; } /*** Para que el ancho se estire al !00% ***/

div.blogs-page.directorio { margin-bottom: 0px; padding-top: 0px; }

  menu.directorio {
    background: #565656;
    margin-bottom: 16px;
    overflow: hidden;
    padding: 14px 0px 10px 0px;
    width: 100%;
  }

    menu.directorio ul { margin: auto; overflow: hidden; width: 1152px; padding: 0; }

      menu.directorio ul li { float: left; margin-left: 25px; overflow: hidden; width: auto; }

      menu.directorio ul li:first-child { margin-left: 8px; }

        menu.directorio ul li a {
          color: #ffffff;
          display: inline;
          font: normal 24px/30px Arial, sans-serif;
          height: auto;
          width: auto;
        }

  /****** Listado: Inicio ******/
  div#directorio div.contenidoprincipal.directorio { width: 100%; }

    div#directorio div.contenidoprincipal.directorio section { overflow: hidden; width: 100%; }


      /****** Listado: Primera Fila: Inicio ******/
      div#directorio div.contenidoprincipal.directorio section article { background: #ffffff; overflow: hidden; width: 100%; }

        div#directorio div.contenidoprincipal.directorio section article div {
          margin: auto;
          overflow: hidden;
          padding-bottom: 25px;
          padding-top: 18px;
          width: 1170px;
        }

          div#directorio div.contenidoprincipal.directorio section article div menu { float: left; padding: 0; overflow: hidden; width: auto; margin-left: 43px; }

          div#directorio div.contenidoprincipal.directorio section article div menu:first-child { margin-left: 0; }

            div#directorio div.contenidoprincipal.directorio section article div menu h1 {
              color: #565656;
              float: left;
              font: normal 50px/54px Arial, sans-serif;
              text-align: center;
              width: 50px;
              text-transform: uppercase;
            }

              div#directorio div.contenidoprincipal.directorio section article div menu ol {
                float: left;
                overflow: hidden;
                padding-left: 20px;
                width:190px;
              }

                div#directorio div.contenidoprincipal.directorio section article div menu ol li { overflow: hidden; width: auto; }

                  div#directorio div.contenidoprincipal.directorio section article div menu ol li a {
                    color: #000000;
                    display: block;
                    font: normal 16px/23px Arial, sans-serif;
                    height: auto;
                    width: auto;
                  }
      /****** Listado: Primera Fila: Fin ******/

      /****** Listado: Segunda Fila: Inicio ******/
      div#directorio div.contenidoprincipal.directorio section article.segundo { background: #f5f5f5; }
      /****** Listado: Segunda Fila: Fin ******/
  /****** Listado: Fin ******/
/****** Directorio: Fin ******/

/* 404 page */
.error404 .widget {
  float: left;
  width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
  margin-right: 1em;
}
.error404 .widget_tag_cloud {
  clear: both;
  float: none;
  width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
  background: #eee;
  display: block;
  padding: 1em;
}

/* Search */
.archive .page-header,
.search-results .page-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #AAA;
}
.archive .page-title,
.search-results .page-title {
  font-weight: normal;
}

/* Image Attachments */
.image-attachment div.entry-meta {
  float: left;
}
.image-attachment nav {
  float: right;
  margin: 0 0 1em 0;
}
.image-attachment .entry-content {
  clear: both;
}
.image-attachment .entry-content .entry-attachment {
  background: #eee;
  margin: 0 0 1em;
  padding: 1em;
  text-align: center;
}
.image-attachment .entry-content .attachment {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* Aside Posts */
.format-aside {
  margin: 0 0 10px;
}
.format-aside .entry-header {
  display: none;
}
.single .format-aside .entry-header {
  display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
  border-left: 4px solid #ddd;
  padding-left: 10px;
}
.format-aside .entry-content p {
  font-size: 12px;
}
.format-aside footer.entry-meta {
  display: none;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
  padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
  float: left;
  margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
  display: none;
}
.single .format-image .entry-header {
  display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
  padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
  padding-top: 0;
}

/* Status Posts */
.format-status {
  margin-bottom: 40px;
  padding: 13px;
  box-shadow: 0 9px 10px -10px rgba(0, 0, 0, 0.5);
  position: relative;
  border: 1px solid #eee;
  border-radius: 4px;
}
.format-status .entry-content {
  margin: 20px 0;
}
.format-status .entry-content p {
  display: inline;
  font-size: 14px;
}
.format-status .entry-meta {
  display: inline;
}

/* =Anchors
-------------------------------------------------------------- */
a:visited,
a:active,
a {
  text-decoration: none;
  color: #4272DB;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}

/* =Images
-------------------------------------------------------------- */
a img {
  border: none;
}
p img {
  margin-bottom: 0.5em;
} /* a small bottom margin prevents content floating under images */
/*
  Resize images to fit the main content area.
  - Applies only to images uploaded via WordPress by targeting size-* classes.
  - Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
  margin-right: 1em;
}
img.alignright {
  margin-left: 1em;
}
.wp-caption {
  /*padding: .5em;*/
  text-align: center;
}
.wp-caption img {
  margin: .25em;
}
.wp-caption .wp-caption-text {
  margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
  margin: 0;
}

/* =Forms
-------------------------------------------------------------- */
#searchform .input {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 2px;
  width: 283px;
  font-size: 12px;
  opacity: 0.6;
}
#branding .search {
  position: absolute;
  top: 1px;
  right: 0px;
}
input[type=text],
input#s {
  margin: 0 1em 0 0;
  width: 60%;
}
textarea {
  width: 80%;
}

/* Class for labelling required form items */
.required {
  color: #cc0033;
}

/* =Comments
-------------------------------------------------------------- */
article.comment {
  display: block;
}
#respond input[type=text] {
  display: block;
  width: 60%;
}
#respond textarea {
  display: block;
  margin: 0 0 1em;
  width: 80%;
}
#respond .form-allowed-tags {
  clear: both;
  width: 80%;
}
#respond .form-allowed-tags code {
  display: block;
}

/* =Widgets
-------------------------------------------------------------- */
.widget {
  display: block;
  margin: 0 0 30px 0;
}
.widget-area .widget_search {
  overflow: hidden;
  margin: 0;
}
.widget-area .widget_search input {
  float: left;
}
.widget .textwidget {
  font-size: 12px;
  margin: 10px 0;
}
.widget .sindicar dt {
  margin-bottom: 20px;
}
.widget .sindicar dd {
  display: inline;
}
.widget .sindicar dd a {
  vertical-align: middle;
}
.nip-title {
  font-weight: normal;
  margin: 2px 0 10px 0;
  font-family: arial, sans-serif;
  font-size: 40px;
  line-height: 1em;
}
.nip-link {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #DDD;
  font-size: 14px;
  color: #999;
}
.nip-lnk {
  color: #000 !important;
}
.nip-author {
  color: #888 !important;
}
.nip-more {
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 14px;
}
.widget_recent_entries > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.widget_recent_entries li {
  border-bottom: 1px dotted #DDDDDD;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font: normal 14px/22px Arial, Helvetica, sans-serif;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#colophon .colum-block {
  float: left;
  margin: 0 40px 0 0;
  line-height: 2em;
  font-size: 20px;
}
#colophon .columnistas {
  width: 350px;
}
#colophon .colum-block .nombres {
  margin: 0;
  padding: 0;
  list-style: none;
}
#colophon .colum-block dt {
  border-bottom: 2px solid #FFFFFF;
  font-size: 16px;
  margin-bottom: 15px;
}
#colophon .colum-block dd {
  margin: 0;
}
#colophon .blogs {
  width: 550px;
  margin: 0;
}
#colophon .blogs .nombres {
  float: left;
  width: 275px;
}
#colophon .colum-lnk:hover,
#colophon .colum-lnk:active,
#colophon .colum-lnk:visited,
#colophon .colum-lnk {
  color: #fff;
  text-decoration: none;
}
#colophon .colum-lnk:hover {
  color: #fff;
  text-decoration: underline;
}
#colophon .inner-wp-block {
  background-color: #e47b2f;}
#colophon .inner-ib-block {
  background-color: #000;}
#colophon .inner-wp {
  width: 940px;
  margin: 0 auto;
  background-color: #e47b2f;
  color: #fff;
  padding: 50px 0;
}
#colophon .inner-ib {
  width: 940px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  padding: 30px 0}
#colophon .inner-ib .links {
  list-style: none outside none;
  margin: 10px 0 0 0;
  padding: 0 0 0 5px;
}
#colophon .links li {
  float: left;
  display: block;
  width: 233px;
}
#colophon .links-lnk:active,
#colophon .links-lnk:visited,
#colophon .links-lnk {
  color: #fff;
  text-decoration: none;
}
#colophon .links-lnk:hover {
  color: #fff;
  text-decoration: underline;
}

/* =Alerta
-------------------------------------------------------------- */
.alerta p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  padding: 15px 0 15px;
}
.alerta .social-alerta {
  position: absolute;
  top: 14px;
  right: 20px;
}
.social-alerta li {
  float: left;
  margin-left: 4px;
}
.social-alerta li:first-child {
  margin-left: 0;
}
.social-alerta li a {
  display: block;
  height: 24px;
  outline: none;
  text-indent: -9999em;
  width: 24px;
}
.nivel2 .social-alerta li.fb a {
  background: transparent url(images/sprite-header.png) no-repeat -48px 0;
}
.nivel2 .social-alerta li.tw a {
  background: transparent url(images/sprite-header.png) no-repeat -72px 0;
}
.turboalerta #turboalerta-header-content {
  display: none;
  margin-top: 0;
  border-top: 0;
}
.turboalerta:hover #turboalerta-header-content {
  display: block;
}
.turboalerta {
  position: relative;
  z-index: 1003;
  width: 100%;
  height: 52px;
  zoom: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.turboalerta-content {
  padding-top: 10px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 1004;
}
.nivel2 {
  border-top: 4px solid #f79500;
  background: #d90000 url(images/back-diagonalpattern20.png) repeat 0 0;
  border-bottom: 2px solid #8c0000;
  color: #fff;
  margin-top: 34px;
}
.turboalerta .wrapper {
  margin: 0px auto;
  position: relative;
  width: 1170px;
  padding-left: 20px;
}
.turboalerta .wrapper div {
  display: block;
  z-index: 1003;
  cursor: default;
  zoom: 1;
  float: left;
}
.turboalerta span {
  background: transparent url(images/sprite-header.png) no-repeat -144px 0;
  display: block;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
}
.turboalerta-content img {
  float: left;
  margin: 0 20px 15px 0;
}
.turboalerta-content p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 0 10px 0;
}

/* =Autores
-------------------------------------------------------------- */
#autores {
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 60px 0;
  margin-top: 60px;
}
#autores .author_box {
  height: 124px;
  background-color: #444;
  margin: 10px;
}
#autores h2 {
  margin: 0 0 10px 0;
}

/* =Colaboradores
-------------------------------------------------------------- */
#colaboradores {
  background-color: #FDF6E3;
  color: #657b83;
  margin: 0 auto;
  width: 100%;
  padding: 60px 0;
}
#colaboradores .fellow_box {
  margin: 10px 10px 0 10px;
}
#colaboradores .fellow_box ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#colaboradores h2 {
  margin: 0 0 10px 0;
  color: #000;
}
#colaboradores a {
  color: #B58900;
}
.article-share {
  margin: 10px 0;
  padding: 10px 0 2px;
  border-top: 1px dotted #DDD;
  border-bottom: 1px dotted #DDD;
}
.article-share .twitter-share-button {
  height: 22px !important;
}

/* =Reacciones
-------------------------------------------------------------- */
#reactions-wrap,
#facebook-comment {
  margin-top: 50px;
}
#reactions-wrap .title {
  font-weight: normal;
  font-size: 20px;
  color: #444;
}
#reactions {
  background-color: #fff;
}
.reaction {
  background-color: #fff;
  padding: 10px 0px;
}
.reaction.first {
  border: 0;
}
.reaction .avatar {
  float: left;
  background: #F2F2F2;
  padding: 1px;
  border: 1px solid #DADADA;
  width: 48px;
  height: 48px;
  border-image: initial;
}
.reaction .username {
  margin: 0;
  padding: 0;
}
.reaction .comment-body {
  float: right;
  padding: 0;
  width: 91%;
}
.reaction .meta {
  color: black;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.reaction .user-profile {
  color: black;
  font-size: 14px;
  font-weight: bold;
}
.reaction .content {
  line-height: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
  font-size: 14px;
}
.reaction .actions {
  font-size: 12px;
  text-align: right;
  color: #868686;
  margin: 0;
  list-style: none;
}
.reaction .action {
  display: inline;
  margin-right: 5px;
}
.reaction .action.first {
  padding-right: 5px;
}
.react-button {
  margin: 20px 0;
  text-align: center;
}
.react-button .more-reactions {
  padding: 5px 20px;
  border: none;
  border-radius: 4px;
  background-color: #eee;
  border: 1px solid #ddd;
}
.twtr-ft,
.twtr-hd {
  display: none;
}
.twtr-timeline {
  border-radius: 0 !important;
}
.twtr-widget {
  border: 1px solid #e1e1e1;
}
.twtr-doc {
  background-color: #fff;
}
.twtr-tweet-text {
  font-family: 'PT Sans';
  font-size: 14px;
  line-height: 1.4em;
}
.opinion-box:first-child {
  margin-left: 0px;
  margin-right: 0px;
}
.opinion-box .entry-header {
  position: relative;
}
.opinion-box .entry-title {
  color: #000000;
  font: normal 20px/24px Arial, sans-serif;
  margin-left: 7px;
  position: absolute;
	top: 119px; left: 8px;
  width: auto;
}
#branding .talkers {
	margin: 20px auto;
	width: 950px;
}
.inner-head #site-title {
	margin-left: 320px;
	width: auto;
}
.inner-head .twlink {
  position: absolute;
  top: -33px;
  left: 160px;
}
#main .opinion-box {
	border: 1px solid #eaeaea;
	float: left;
	height: 209px;
	margin: 0px 20px 20px 0;
	overflow: hidden;
	position: relative;
	width: 368px;
}
#main .opinion-box.primero {
	margin-left: 0px;
}
/****** Opinión: Home: Fin ******/

#main .opinion-box .byline {
  color: black;
  display: block;
  left: 0px;
  line-height: 1.4em;
  height: 1.4em;
  padding: 0;
  position: absolute;
  top: 92px;
  width: 100%;
  background-color: #E37D30;
}
#main .opinion-box .byline .url {
  background: url('images/miscelaneatexto4x4.png') no-repeat left center;
  margin-left: 154px;
  padding-left: 10px;
  width: auto;
}
#main .opinion-box .avatar {
  display: block;
  margin-left: 9px;
  margin-top: 2px;
  position: absolute;
  top: 0; left: 0;
  width: auto;
}
#main .opinion-box .url {
  color: #fff !important;
  font-family: Arial, sans-serif;
  font-size: 15px !important;
  line-height: 16px;
}
#main .opinion-box .entry-date {
  color: #b1b1b1;
  font: normal 12px/16px Arial, sans-serif;
  position: absolute;
 	top: 5px; right: 12px;
}
#main .opinion-box .opinion-redes {
  overflow: hidden;
  position: absolute;
	top: 30px; right: 12px;
  width: auto;
}
 #main .opinion-redes li { 
	float: left;
	overflow: hidden;
	width: auto;
}
 #main .opinion-redes li a {
  background: transparent url(images/sprite-header.png) no-repeat -96px 0;;
  display: block;
  height: 24px;
  margin-left: 8px;
  text-decoration: none;
  text-indent: -9999px;
  width: 24px;
}
 #main .opinion-redes li a:hover {
  background: transparent url(images/sprite-header.png) no-repeat -96px -24px;
}
 #main .opinion-redes li:first-child a {
  background: transparent url(images/sprite-header.png) no-repeat -120px 0;
  margin-left: 0px;
}
 #main .opinion-redes li:first-child a:hover {
  background: transparent url(images/sprite-header.png) no-repeat -120px -24px;
}
.footer-divider {
  width: 100%;
  background: url('images/background_otras_opiniones.png');
  max-height: 800px;
  padding-top: 1px;
}
.footer-divider .opinion-box {
  background-color: #fff;
  border: 1px solid #fff;
  width: 298px;
  float: left;
}
.footer-head {
  position: relative;
  margin: 2px 0 20px;
}
.footer-head .bg {
  background: url('images/bg_footer_header.png');
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30%;
}
.footer-head .footer-inn {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}
.footer-inn .fi_title {
  margin: 0 10px;
}
.masopiniones {
  clear: both;
  margin-top: 30px;
}
h1.widget-title,
h3.box-title {
  border-bottom: 4px solid #e53317;
  color: #222;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  padding: 1px 0 0 6px;
  text-transform: uppercase;
}
.more-opinion {
  background: url('images/btn_todos_columnistas4px.png') repeat-x;
  border: solid 1px #898989;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 36px;
  width: 100%;
  float: left;
}
.more-opinion:first-child {
  margin-left: 0px;
}
.more-opinion .lnk {
  color: #FFFFFF;
  display: block;
  line-height: 34px;
  text-align: center;
}
.bottombar {
  background-color: #000;
  height: 40px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 200;
}
.bottombar .inner {
  height: 40px;
  margin: 0 auto;
  position: relative;
  width: 1170px;
  z-index: 300;
}
.bottombar .linkback {
  padding: 8px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.twshared {
  border-left: 5px solid #41a6ef;
  color: #000000;
  float: left;
  font: normal 15px/19px arial, verdana, sans-serif;
  margin: 28px 9px 0px 8px;
  padding-left: 14px;
  position: relative;
  width: 124px;
}
.twshared .flecha {
  background: url("images/flecha.png") repeat scroll right center transparent;
  display: block;
  height: 14px;
  position: absolute;
  right: -7px;
  top: 17px;
  width: 7px;
}
.twcount {
  color: #0292C9;
  display: block;
  float: left;
  margin-top: 13px;
}
.sharedby {
  display: block;
  width: 80px;
}
.twimages {
  float: left;
  margin: 0px;
  margin-left: 10px;
  width: 825px;
}
.tooltip-wrapper {
  float: left;
  margin-left: 7px;
}
.twimages img {
  height: 48px;
  width: 48px;
}
.tooltip {
  background: none repeat scroll 0 0 #DDEEF6;
  border: 1px solid #EEEEEE;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #333333;
  display: none;
  left: 86px;
  padding: 10px 15px;
  position: relative;
  text-align: left;
  width: 390px;
  z-index: 999;
}
.triangulo {
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: -47px;
  width: 34px;
}
.tooltip h2 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0 0 5px;
}
.tooltip h2.titulo a {
  font-size: 16px;
}
.tooltip h2.titulo a:hover {
  font-size: 16px;
  text-decoration: underline;
}
.tooltip h2 a {
  color: #000000;
  text-decoration: none;
}
.tooltip p {
  color: #333333;
  font-size: 14px;
  line-height: 1.4em;
  margin: 3px 0 0;
}
.talkers {
	background: #eaeaea;
	padding: 20px 0px;
  width: 100%;
}
#tweetbar {
	background: #ffffff;
	border: solid 1px #b1b1b1;
	margin: 0px auto;
	padding: 10px;
	width: 1147px;
}
.fb-like span {
  height: 29px !important;
}
::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal
}
:-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}

/* LATEST RECOMMENDED */
.wrlatestrecommended {
  z-index: 990;
}
ul.latestrecommended {
  margin-top: 50px;
  z-index: 990;
  padding-left: 0px;
}
ul.latestrecommended li {
  float: left;
  margin: 0 8px 10px 0;
  position: relative;
  width: 60px; height: 60px;
  z-index: 990;
  list-style: none;
}
ul.latestrecommended li.title {
  font-size: 13px;
  padding: 14px 12px 0 0;
  text-align: right;
  width: 116px;
  height: 45px;
}
ul.latestrecommended li.title span {
  background: #fff url(images/sprite-header.png) no-repeat right top;
  display: block;
  position: absolute; right: 0; top: 0;
  width: 10px; height: 60px;
  z-index: 990;
}
ul.latestrecommended li:hover,
ul.latestrecommended li .tooltip {
  z-index: 1010;
}
ul.latestrecommended li.more {
  background: #f1f1f1 url(images/latestrecommended-more.gif) no-repeat 0 0;
  cursor: pointer;
}
ul.latestrecommended li.more:hover {
  background: #f1f1f1 url(images/latestrecommended-more.gif) no-repeat -60px 0;
}

ul.latestrecommended li.less { background: #f1f1f1 url(images/latestrecommended-less.png) no-repeat 0 0; cursor: pointer; }
ul.latestrecommended li.less:hover { background: #f1f1f1 url(images/latestrecommended-less.png) no-repeat -60px 0; }

ul.latestrecommended .tooltip > div > a {
  color: #000;
  font-weight: bold;
}

/* tags */
.tags {
  margin: 0 0 20px 0;
  overflow: hidden;
  clear: both;
}
.tags h3 {
  font-size: 15px;
  font-weight: bold;
  display: inline;
  color: #000;
}
.tags h2 {
  display: inline;
}

/*
----------------------------------------------------------------------------------------------------*/
.entry-content img,
.entry-content div { max-width: 100%; height: auto; }
.entry-content iframe { max-width: 100%; }
.entry-content img { padding: 0; border: 0; }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}

/*** Caras Twitter: Inicio ***/
#wdgt-caras-twitter a.tooltip-trigger {
  cursor: pointer;
}

#wdgt-caras-twitter ul.latestrecommended li.talkers-tooltip:hover .tooltip {
  background: transparent url(images/twitter.png) no-repeat;
  display: block !important;
  left: -2px !important;
  height: 98px;
  width: 360px;
}

#wdgt-caras-twitter ul.latestrecommended li.talkers-tooltip:hover .tooltip.right {
  left: -332px !important;
}

#wdgt-caras-twitter ul.latestrecommended li.talkers-tooltip:hover .tooltip div {
  padding-left: 4px;
}

#wdgt-caras-twitter ul.latestrecommended li.talkers-tooltip:hover .tooltip a {
  display: block;
  padding-top: 3px;
}

#wdgt-caras-twitter ul.latestrecommended li.talkers-tooltip:hover .tooltip a span {
  color: #999999;
  font: normal 12px/18px 'Helvetica Neue', Arial, sans-serif;
  padding-left: 4px;
}

#wdgt-caras-twitter ul.latestrecommended li.talkers-tooltip:hover .tooltip p {
  font-size: 13px;
  line-height: 1.3em;
}

#wdgt-caras-twitter ul.latestrecommended li.talkers-tooltip:hover .tooltip p a {
  display: inline;
  height: auto;
  width: auto;
}
/*** Caras Twitter: Fin ***/