/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* =landingpad styles
-------------------------------------------------------------- */

html,body{ 
     font-family: "ronnia";
     font-size:15px;
     line-height:1.3;
     color:#333;
     text-decoration:none;
     height: 100%;
     background:transparent url(../images/bg-branding.png) repeat;
}

a:link,a:active{ text-decoration:none; color:#f9832d;  }
a:hover{ color:#c6641d;}
a:visited{ color:#fa9a53;}
.hide{ display:none; }
#branding{ height:150px; }
     #site-title{ margin-top:30px;}
     
     #searchform{ margin-top:60px; position:relative; }
          #searchsubmit{position:absolute; top:0px; right:0px; font-family: "bree"; font-size:14px; line-height:20px; color:#000;  }
          #s{ position:absolute; top:10px; right:50px; width:200px; border:0px; border-bottom:1px solid #000; background:transparent;  }
     
#access{background:transparent url(../images/bg-access.png) repeat; height:30px; }
     #access a:link,#access a:active{ color:#FFF; text-shadow:1px 2px #000;}
     #access a:visited{ color:#DDD; text-shadow:1px 2px #000;}
     #access a:hover{ color:#f9832d; text-shadow:1px 2px #000;}
     
#scrolling-fixture{ background:#FFF; margin-bottom:10px;  }
     #scrolling-fixture-fechas{ font-size:13px; font-weight:700; }
          #scrolling-fixture-fechas li{ display:inline; margin-right:10px; }
          #scrolling-fixture-fechas .active{ color:#000; }
          
     #scrolling-fixture-scroll{ margin-top:5px; background-color:#e3e3e3;border-top:1px solid #000; border-bottom:1px solid #000; height:73px; font-size:12px; font-weight:700; overflow: hidden;}
          .fixture-block-scroll{ position: relative; height:62px; margin-top:5px; width:85px; display:inline-block; border:1px solid #a9a9a9; background-color:#FFF; margin-right:4px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
          .fixture-block-scroll-header{ border-bottom:1px solid #a9a9a9; height:18px; overflow:hidden; line-height:18px; text-align:center; margin-bottom:3px;   }
          .fixture-block-scroll-header a{ color:#000; text-transform:uppercase; }
          .fixture-block-scroll-header .fixture-block-tv{ margin:0px 3px 0 3px; display:inline-block; width:13px; height:11px; background:transparent url(../images/ico-tv.png) no-repeat; }
          
          .fixture-block-scroll-highlight{  }
          .fixture-block-scroll-highlight .fixture-block-scroll-header{ background-color:#a9a9a9; color:#FFF; }
          
          .fixture-block-equipo{ width:80px; margin:0 auto; font-size:14px; line-height:16px; font-weight:700; }
               .fixture-block-posicion{font-size:10px; line-height:16px; color:#797979; display:inline-block; width:17px; text-align:right;}
               .fixture-block-nombre{ display:inline-block; text-align:left; width:29px; }
               .fixture-block-tanteador{ display:inline-block; text-align:right; width:24px; }
               .fixture-block-separador{ height:1px; margin:0px auto 2px auto; width:77px; background-color:#828282;  }
               
          .fixture-block-scroll-highlight .fixture-block-equipo{ color:#999; }
          .fixture-block-scroll-highlight .fixture-block-equipo-ganador{ color:#000; }
          
          .fixture-block-scroll:hover p.date{display:none;}
          .fixture-block-scroll:hover .fixture-block-scroll-header{background-color:#f9832d; color:#000; }
          
          .fixture-block-scroll-disebled{opacity:0.4;}

#main{ background-color:#FFF; padding-top:10px; padding-bottom:20px;  }          
     .section-title{ font-size:22px; text-transform:uppercase;  }
     
     /* POSTS */
     .post{ margin-top:5px;}
     .post .post-meta{ text-transform:uppercase; color:#f9832d; font-size:12px;  }
     .post .post-time{ color:#7d7d7d; }
     .post .post-title{ margin-top:5px; font-weight:800; color:#000; font-size:32px; line-height:1.2; }
     .post .post-title a{ color:#000; }
     .post .post-excerpt{ margin-top:5px; }
     
     .highlight-post{}
          .highlight-post .post-title{margin-top:5px; font-size:20px; }
          .highlight-post .post-title span {background-color: #f9832d; color: #000; }
          
          .highlight-title{ position:relative; }
               .highlight-title img{ }
               .highlight-title h1{ position:absolute; bottom:15px; left:10px; margin-right:10px;      }
               .highlight-title h1 span { font-size:32px;  }
               
     .post-header{ border-bottom:1px solid #e6e6e6; padding-bottom:8px; }          
     
     .post-excerpt{ font-size:16px; font-weight:700;  }
          
     .featured-post{}
          .featured-post{ padding-bottom:10px; border-bottom:1px solid #dfdfdf; margin-bottom:5px;  }
          .featured-post .post-title { font-size:32px!important; margin-bottom:7px; }
          
     .post-sidebar{}
     .post-sidebar .post-title{ font-size:20px;  }
     
     .block-post{}
     .block-post .post-title{ margin-top:0px; font-weight:800; color:#000; font-size:16px; line-height:1.2; }
     
     .post-archive{ border-bottom:1px solid #EDEDED; }
     .post-archive .post-title{ margin-top:0px; font-weight:800; color:#000; font-size:22px; line-height:1.2; }
     .post-archive .post-excerpt{ margin-top:3px; padding-bottom:10px;  }
     
     
     .social-bar{ margin-top:5px;background-color:#e6e6e6; padding:4px 0px 0px 0px; font-size:12px; font-weight:600; text-transform:uppercase; }
     .social-bar li{ float:left; margin-left:3px;}
     .social-bar span.compartir{ display:block; height:20px; margin-top:2px; }
     .social-bar span.compartir img{ display:none!important; }
     .shortpemalinkcontainer{ background-color:#e6e6e6; border:0; color:#f9832d; height:17px; width:120px;}
     
     .post-content{ margin-top:7px; }
     .post-content p{ margin:5px 0px 3px 0px; }
     .post-content strong{  }
     .post-content em{  }
     .post-content ul{ margin:5px 0px 3px 20px; list-style-position:inside;  }
     .post-content ul li{ list-style-type:disc; }
     .post-content ol{ margin:5px 0px 3px 20px; list-style-position:inside;  }
     .post-content ol li{ list-style-type:decimal; }
     .post-content blockquote{ margin:15px 30px 15px 40px; background-color:#ededed; padding:10px 15px; border-left:5px solid #f9832d }
     .post-content h1{ margin-top:5px; font-size:22px; font-weight:700; }
     .post-content h2{ margin-top:5px; font-size:18px; font-weight:700; }
     .post-content h3{ margin-top:5px; font-size:16px; font-weight:600; }
     .post-content h4{ margin-top:5px; font-size:14px; font-weight:600; text-decoration:underline;   }
     
     .related_posts img{ border:4px solid #DEDEDE; padding:1px; }
     .related_posts h3{ font-size:20px; font-weight:800; margin-top:3px;   }
     .related_posts h3 a{ color:#000; }
     
     .block-post{ margin:7px 0px 15px 0px;}
     .block-post h2{ font-size:16px; font-weight:700; }
     .block-post h2 a{ color:#333; }
     
     /* END POSTS */
     .widget{ margin-bottom:10px; }
     .widget .widgettitle{ font-size:22px; text-transform:uppercase; }
     
     .LNB-tabla-widget{ margin-top:10px; text-transform:uppercase; }
     .LNB-tabla-widget .titulo-tabla{ font-size:12px; font-weight:700; }
     .LNB-tabla-widget-header{ border-bottom:1px solid #6c6c6c; font-size:10px; font-weight:700; line-height:20px;    }
          .LNB-tabla-widget-header .LNB-tabla-widget-col-equipo{ width:118px; }
     .LNB-tabla-widget-inside{ border-bottom:1px solid #d0d0d0; font-size:12px; font-weight:700; line-height:25px;  }
          .LNB-tabla-widget-inside .LNB-tabla-widget-col-equipo{ width:100px; }
          
     .LNB-tabla-widget-col-posicion{ margin:0px; display:inline-block; font-size:10px; line-height:16px; color:#797979; width:12px; text-align:right; }
     .LNB-tabla-widget-col-equipo{ margin:0px; display:inline-block; }
     .LNB-tabla-widget-col-datos{ margin:0px; display:inline-block; width:22px; text-align:center; }
     
     .LNB-tabla-widget-link{ font-size:12px; text-align:center; }
     
     .ads{ border-bottom:1px solid #dfdfdf; margin-bottom:5px; }
     .borderedbottom{ padding-bottom:10px; border-bottom:1px solid #bfbfbf; margin-bottom:5px; }

     /* TABLA DE POSICIONES */
     .LNB-tabla-posiciones, .LNB-tabla-fixture{}
     .LNB-tabla-posiciones .tabla, .LNB-tabla-fixture .tabla{ margin-top:10px; font-size:12px; text-transform:uppercase; font-weight:700; line-height:20px; }
     .LNB-tabla-posiciones .tabla .titulo-tabla, .LNB-tabla-fixture .tabla .titulo-tabla{ font-size:12px; font-weight:700; }
     .LNB-tabla-posiciones .tabla .tabla-encabezado, .LNB-tabla-fixture .tabla .tabla-encabezado{ font-size:10px; border-bottom:1px solid #333; }
     .LNB-tabla-posiciones .tabla .col-nombre, .LNB-tabla-fixture .tabla .col-nombre{ padding-left:3px; margin:0px; display:inline-block; text-align:left; width:137px; }
     .LNB-tabla-posiciones .tabla .col-numero, .LNB-tabla-fixture .tabla .col-numero{ margin:0px; display:inline-block; text-align:center; width:32px; }
     .LNB-tabla-posiciones .tabla .tabla-encabezado .col-numero{ margin-left:1px; }
     .LNB-tabla-posiciones .tabla .tabla-fila{ }
     .LNB-tabla-posiciones .tabla .alternate, .LNB-tabla-fixture .tabla .alternate{ background-color:#F0F0F0; }
     
     .LNB-tabla-fixture .tabla .col-dia{ margin:0px; display:inline-block; text-align:left; width:100px;}
     .LNB-tabla-fixture .tabla .col-hora{ margin:0px; display:inline-block; text-align:center; width:60px; }
     .LNB-tabla-fixture .tabla .col-nombre{ width:200px; text-align:center;}
     .LNB-tabla-fixture .tabla .col-resultado{ margin:0px; display:inline-block; text-align:center; width:80px;}
     .LNB-tabla-fixture .tabla .col-espacio{ margin:0px; display:inline-block; text-align:center; width:20px;}
     .LNB-tabla-fixture .tabla .tabla-fila{ line-height:30px;  }
     .LNB-tabla-fixture .titulo-fecha{ font-weight:700; font-size:12px; background-color:#f9832d; padding:1px 3px; display:inline; margin-bottom:3px;  }
     .LNB-tabla-fixture .pTelevisado{display:block; width:13px; height:21px; background:transparent url(../images/ico-tv.png) 0 10px no-repeat; }

     .LNB-tabla-posiciones-widget{ margin-top:15px; font-size:13px; }
     .LNB-tabla-posiciones-widget p{ margin:2px 0px; }
     .LNB-tabla-posiciones-widget h3{ background-color:#333; color:#FFF;text-transform:uppercase; font-weight:700; font-size:20px; line-height:30px; padding-left:5px; ;     }
     .LNB-tabla-posiciones-widget h4{ margin-top:3px; text-transform:uppercase; font-weight:600; font-size:12px; text-align:center; }
     .LNB-tabla-posiciones-widget .tabla-fecha{ font-weight:400; height:20px; }
     .LNB-tabla-posiciones-widget .tabla-fecha.alternate{ background-color:#F0F0F0; }
     .LNB-tabla-posiciones-widget .tabla-fecha .pts1,.LNB-tabla-posiciones-widget .tabla-fecha .pts2{ width:23px; display:inline-block; font-weight:700;  }
     .LNB-tabla-posiciones-widget .tabla-fecha .pts1,.LNB-tabla-posiciones-widget .tabla-fecha .equ1{ text-align:left; }
     .LNB-tabla-posiciones-widget .tabla-fecha .equ1,.LNB-tabla-posiciones-widget .tabla-fecha .equ2{ width:77px; display:inline-block; }
     .LNB-tabla-posiciones-widget .tabla-fecha .pts2,.LNB-tabla-posiciones-widget .tabla-fecha .equ2{ text-align:right; }
     /* TABLA DE POSICIONES */
     
     /* SHORTCODE PARTIDOS */ 
     .detalle-partido{ margin:10px 0px; border-bottom:1px solid #e6e6e6; border-top:1px solid #e6e6e6; padding:7px 0px; }
     .detalle-partido .detalle-partido-resultado{ display:block; background-color: #f9832d; color: #000; font-weight:700; padding:2px 5px; text-transform:uppercase; margin-bottom:3px; text-align:center; font-size:16px;  }
     .detalle-partido .detalle-partido-cuartos{ margin-top:7px; display:block; border-bottom:1px solid #DEDEDE; padding-bottom:7px;    }
     .detalle-partido .detalle-partido-cuartos-res{ background-color:#DEDEDE; padding:2px 5px; display:inline-block; margin-right:5px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #858585; }
     /* SHORTCODE PARTIDOS */ 
#prefooter{ background-color:#e9e9e9; border-top:1px solid #a1a1a1; padding:10px 0px; -moz-box-shadow: inset 0px 1px 20px rgba(0,0,0,0.10); -webkit-box-shadow: inset 0px 1px 20px rgba(0,0,0,0.10); box-shadow: inset 0px 1px 20px rgba(0,0,0,0.10); font-weight:700;  }
#prefooter a{color:#000; font-weight:600; }
     .galeria-fotos-footer{ }
          .galeria-fotos-footer .galeria-infoliga{ margin-top:5px; border-bottom:1px solid #FFF; padding-bottom:5px;  }
          .galeria-fotos-footer .galeria-thumb img{border:4px solid #FFF; padding:1px; width:50px; height:50px;  }
     .video-infoliga{ margin-top:5px;}
     
#footer{ padding:10px 0px; border-top:1px solid #a1a1a1;}          
     #logo-footer{ margin-top:10px;}
     #footer-access{ margin-top:9px; }
          #footer-access li{ display:inline; margin-right:10px; text-transform:uppercase; }
          #footer-access li a{ font-size:12px;  font-weight:700; color:#000; }
          
          
.navigation{ text-transform:uppercase; font-weight:600; font-size:16px; text-align:center; margin-top:10px; }      

/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 286636 2010-09-08 00:11:23Z emartin24 $
 * Copyright (c) 2010 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none; margin-right:10px;}
.wp-paginate a {}
.wp-paginate a:hover, .wp-paginate a:active {}
.wp-paginate .title {}
.wp-paginate .gap {}
.wp-paginate .current {}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next { }

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}          


/* Navigation Links */


     
.jqueryslidemenu{width: 100%;}
.jqueryslidemenu ul{margin: 0; padding: 0; float:left; list-style-type: none; line-height:32px; text-transform:uppercase; font-size:12px; font-weight:600;}

/*Top level list items*/
.jqueryslidemenu ul li{
     position: relative;
     display: inline;
     float: left;
     z-index:200;
     margin-right:10px; 
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{display: block; text-decoration: none;}
.jqueryslidemenu ul li.active a{ }
.jqueryslidemenu ul li.home a{}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu a img{ margin-left:3px; }
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
     position: absolute;
     left: 0px;
     top:21px !important;
     display: block;
     visibility: hidden;
     padding:0px !important;
     padding-top:6px !important;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
     display: list-item;
     float:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
     left: 170px !important;
     top: -1px !important;
     padding-top:0px !important;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
     width: 150px; /*width of sub menus*/
     padding: 0px 10px;
     margin: 0;
     border-bottom:1px solid #353535;
     background: #424242; /*background of tabs (default state)*/
}

.jqueryslidemenu ul li ul li li a{
     border-left:1px solid #353535;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
     background: #424242;
}

.facebook_count{ margin-top:10px; }

/*
#playoffs-widget{ padding-bottom:10px;}
     #playoffs-widget-header{ height:43px; background: transparent url(../images/playoffs/header.png) no-repeat; position:relative;}
          #playoffs-widget-header-lnb{ display:block; height:43px; width:90px; position: absolute; top:0px; left:0px;}
          #playoffs-widget-header-infoliga{ display:block; height:43px; width:90px; position: absolute; top:0px; right:0px;}
          #playoffs-widget-header p{ text-align: center; font-size: 14px; font-weight: bold; line-height:40px; text-transform: uppercase; }
     #playoffs-widget-footer{ margin-top:5px; height:43px; background: transparent url(../images/playoffs/footer.png) no-repeat; position:relative; }
          #playoffs-widget-footer p{ text-align: center; font-size:14px; font-weight: bold; width:650px; margin:0 auto;}
     #playoffs-widget-nav{ margin-top:5px;}
          #playoffs-widget-nav ul{ font-size:12px; line-height:14px;  }
          #playoffs-widget-nav li{ display:inline; margin:0px 5px 0 3px;}
          #playoffs-widget-nav li {color: #bebebe;}
          #playoffs-widget-nav li a{ color:#f9832d; font-weight: bold; }
          #playoffs-widget-nav li a.active{ color:#292929; }
          #playoffs-widget-nav li a:hover{ color:#292929; }

     #playoffs-widget-main,#foto-campeon{ margin-top:5px; height:122px; background: transparent url(../images/playoffs/bg-widget.png) no-repeat; }
          .playoffs-widget-serie{ position:relative; }
               .playoffs-widget-serie-tanteador{ }
                         .playoffs-widget-serie-tanteador-equipo1{width:30px; height:105px; position:absolute; top:10px; left:7px;}
                         .playoffs-widget-serie-tanteador-equipo2{width:30px; height:105px; position:absolute; top:10px; left:45px;}
                         .playoffs-widget-serie-tanteador-equipo1 p,.playoffs-widget-serie-tanteador-equipo2 p{font-size:22px; line-height:22px; font-weight: bold; text-align:center; width:30px; margin-top:55px; }
                    .playoffs-widget-serie-tanteador .equipo-6580{ background:transparent url(../images/1_9dejulio.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6556{ background:transparent url(../images/2_atenas.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6557{ background:transparent url(../images/3_boca.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6582{ background:transparent url(../images/4_gimnasia.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6579{ background:transparent url(../images/5_launion.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6583{ background:transparent url(../images/6_lanus.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6560{ background:transparent url(../images/7_libertad.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6584{ background:transparent url(../images/8_obras.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6561{ background:transparent url(../images/9_olimpico.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6540{ background:transparent url(../images/10_penarol.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6559{ background:transparent url(../images/11_quilmes.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6585{ background:transparent url(../images/12_quimsa.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6578{ background:transparent url(../images/13_regatas.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6577{ background:transparent url(../images/14_sanmartin.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6586{ background:transparent url(../images/15_sionista.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-6558{ background:transparent url(../images/16_weber.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-11085{ background:transparent url(../images/17_argentino.png) no-repeat; }
                    .playoffs-widget-serie-tanteador .equipo-11090{ background:transparent url(../images/18_progresista.png) no-repeat; }
               
               .playoffs-widget-serie-partidos{ position: absolute; top:10px; left:82px;}
               .playoffs-widget-serie-partidos ul{ font-size:11px; line-height:15px; }
               .playoffs-widget-serie-partidos li{ font-weight: bold; }
               .playoffs-widget-serie-partidos li.noneeded{ color:#AAA; }
               .playoffs-widget-serie-partidos a{ color:#3d3d3d; padding-right:12px; background:transparent url(../images/playoffs/mas.png) center right no-repeat; }
               .playoffs-widget-serie-partidos a .ganador{ color:#ff8c00; font-weight: bold; }
			   
			   #serie-ff{ height:122px; background: transparent url(../images/playoffs/fondo_widget_ff.png) center center no-repeat;}
				#serie-ff .playoffs-widget-serie-tanteador-equipo1{width:30px; height:105px; position:absolute; top:0px; left:370px; }
                                #serie-ff .playoffs-widget-serie-tanteador-equipo2{width:30px; height:105px; position:absolute; top:0px; left:510px; }
                                #serie-ff .playoffs-widget-serie-tanteador-equipo1 p, #serie-ff .playoffs-widget-serie-tanteador-equipo2 p{font-size:40px; line-height:50px; font-weight: bold; text-align:center; width:30px; margin-top:45px; text-shadow:2px 2px #FFF; }
				#serie-ff .playoffs-widget-serie-tanteador .equipo-6578{ background:none; }
				#serie-ff .playoffs-widget-serie-tanteador .equipo-6583{ background:none; }
				#serie-ff .playoffs-widget-serie-partidos{ position: absolute; top:10px; left:785px; text-shadow:0px 1px #FFF; font-weight: bold;} 
*/

/* PLAYOFFS 2014 */
#playoffs-widget{ padding-bottom:10px;}
     #playoffs-widget-header{ height:340px; background-color:#FFF; position:relative;}
          #playoffs-widget-header-img{ height:340px; width:940px; }
          #playoffs-widget-header-img.foto1{ background:transparent url(../images/playoffs/2014/atequi.jpg); }
          #playoffs-widget-header-img.foto2{ background:transparent url(../images/playoffs/2014/gimobr.jpg); }
          #playoffs-widget-header-img.foto3{ background:transparent url(../images/playoffs/2014/peniarol.jpg); }
          #playoffs-widget-header-img.foto4{ background:transparent url(../images/playoffs/2014/sioqui.jpg); }
          #playoffs-widget-header-img.fotoff{ background:transparent url(../images/playoffs/2014/regataspeniarol.jpg); }
          
          #playoffs-widget-header-hash{ position:absolute; height:79px; width:644px; top:148px; left:131px; background:transparent url(../images/playoffs/2014/hashtag-playoffslnb.png) top left no-repeat; }
     
     #playoffs-widget-nav{ margin-top:0px; background-color:#000; height:43px; }
          #playoffs-widget-nav ul{ font-size:25px; margin:0px; padding:0px; }
          #playoffs-widget-nav li{ display:inline; margin:0px; color: #FFF; font-weight: bold; }
          #playoffs-widget-nav li a{ display:inline-block; line-height:43px; margin:0px; padding:0px 10px; color:#FFF; }
          #playoffs-widget-nav li a.active{ background-color:#f9832d; text-shadow:-1px 1px 2px #cb5600; }
          #playoffs-widget-nav li a:hover{ background-color:#e97520; }

     #playoffs-widget-main{ margin-top:10px; height:100px; background-color:#FFF; }
          .playoffs-widget-serie{ position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border:1px solid #c5c5c5; }
               .playoffs-widget-serie-header{ border-bottom:1px solid #C5C5C5; background-color:#f0f0f0; text-align:center; font-weight:600; font-size:13px; line-height:20px; text-transform:uppercase;  }
               .playoffs-widget-serie-body{ height:80px; }
                    .playoffs-widget-serie-tanteador{ font-size:11px; color:#333;   }
                         .playoffs-widget-serie-tanteador-equipo1{ width:75px; height:30px; position:absolute; top:30px; left:3px; }
                         .playoffs-widget-serie-tanteador-equipo2{ width:75px; height:30px; position:absolute; top:70px; left:3px; }
                              .playoffs-widget-serie-tanteador .tanteador-equipo-posicion{ font-size:10px; position:absolute; top:0px; left:0px; width:10px; text-align:center; line-height:30px; }
                              .playoffs-widget-serie-tanteador .tanteador-equipo-nombre{ font-size:18px; font-weight:bold; line-height:30px; position:absolute; top:0px; left:12px; width:45px; text-align:left; }
                              .playoffs-widget-serie-tanteador .tanteador-equipo-puntos{ font-size:18px; font-weight:bold; line-height:30px; position:absolute; top:0px; left:50px; width:17px; text-align:center;  }

                    .playoffs-widget-serie-partidos{ position: absolute; top:30px; left:82px;}
                         .playoffs-widget-serie-partidos ul{ font-size:11px; line-height:14px; }
                         .playoffs-widget-serie-partidos li{ font-weight: bold; color:#333; }
                         .playoffs-widget-serie-partidos li.noneeded{ color:#888; }
                         .playoffs-widget-serie-partidos a .ganador{ color:#ff8c00; font-weight: bold; }
                    

                         #serie-sf .playoffs-widget-serie-tanteador-equipo1{ width:75px; height:80px; position:absolute; top:30px; left:10px; }
                         #serie-sf .playoffs-widget-serie-tanteador-equipo2{ width:75px; height:80px; position:absolute; top:30px; left:80px; }
                         #serie-sf .playoffs-widget-serie-tanteador .tanteador-equipo-posicion{ font-size:10px; position:absolute; top:0px; left:3px; width:10px; text-align:center; line-height:35px; }
                         #serie-sf .playoffs-widget-serie-tanteador .tanteador-equipo-nombre{ font-size:24px; font-weight:bold; line-height:35px; position:absolute; top:0px; left:5px; width:65px; text-align:center; }
                         #serie-sf .playoffs-widget-serie-tanteador .tanteador-equipo-puntos{ font-size:35px; font-weight:bold; line-height:35px; position:absolute; top:35px; left:5px; width:65px; text-align:center;  }
                    #serie-sf .playoffs-widget-serie-partidos{ position: absolute; top:30px; left:170px; }
                         #serie-sf .playoffs-widget-serie-partidos ul{ font-size:13px; line-height:17px; }
                         #serie-sf .playoffs-widget-serie-partidos li{ font-weight: bold; color:#777; }
                         #serie-sf .playoffs-widget-serie-partidos li.noneeded{ color:#888; }
                         #serie-sf .playoffs-widget-serie-partidos .ganador{ color:#333; }
                         #serie-sf .playoffs-widget-serie-partidos .equipo{ color:#333; }
                         
                         #serie-ff .playoffs-widget-serie-tanteador-equipo1{ width:120px; height:80px; position:absolute; top:30px; left:330px; }
                         #serie-ff .playoffs-widget-serie-tanteador-equipo2{ width:120px; height:80px; position:absolute; top:30px; left:500px; }
                         #serie-ff .playoffs-widget-serie-tanteador .tanteador-equipo-posicion{ font-size:10px; position:absolute; top:0px; left:3px; width:10px; text-align:center; line-height:35px; }
                         #serie-ff .playoffs-widget-serie-tanteador .tanteador-equipo-nombre{ font-size:35px; font-weight:bold; line-height:35px; position:absolute; top:0px; left:5px; width:120px; text-align:center; }
                         #serie-ff .playoffs-widget-serie-tanteador .tanteador-equipo-puntos{ font-size:38px; font-weight:bold; line-height:40px; position:absolute; top:35px; left:5px; width:120px; text-align:center;  }
                         
                    #serie-ff .playoffs-widget-serie-partidos{ position: absolute; top:22px; left:690px; }
                         #serie-ff .playoffs-widget-serie-partidos ul{ font-size:11px; line-height:14px; }
                         #serie-ff .playoffs-widget-serie-partidos li{ font-weight: bold; color:#777; }
                         #serie-ff .playoffs-widget-serie-partidos li.noneeded{ color:#888; }
                         #serie-ff .playoffs-widget-serie-partidos .ganador{ color:#333; }
                         #serie-ff .playoffs-widget-serie-partidos .equipo{ color:#333; }
/* FIN PLAYOFFS 2014 */

#reply{ margin-top:10px!important; }
.post_navs{ clear:both; margin-top:10px; padding-top:10px;}
.prev_post { text-align:left; }
.next_post { text-align:right; }

.post-galeria{ position:relative; width:300px; height:200px; overflow:hidden; margin-top:15px;  }
     .post-galeria img{ margin:0; padding:0; }
     .post-galeria h2{ background-color:rgba(0,0,0,0.3); position:absolute; bottom:0px; left:0px; width:290px; padding:5px; font-size:20px; font-weight:700; color:#FFF;  }
     .post-galeria h2 a{ color:#FFF; }
     
.twitter-list-box{ font-family:'ronnia'; margin-top:10px; }
    .twitter-list-box-header{ height:42px; background-color:#424242; position:relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
        .twitter-list-box-header .twitter-follow-button{ position:absolute!important; top:10px; left:12px; }
        .twitter-list-box-header .twitter-hashtag-button{ position:absolute!important; top:10px; right:12px; }
    .twitter-list-box-content{ padding-top:5px;}
        .twiiter-list-primary-select{ font-weight:800; font-size:20px;  margin:0 auto; background-color:#FFF; color:#333;}
            .twiiter-list-primary-select span a{ color:#000; padding:0 5px;}
            .twiiter-list-primary-select span.active a{ color:#000; background-color:#f9832d; }
        .twitter-list-tweets{ margin:10px auto; }

        .tweet-list{ background-color:#f2f2f2; clear:both; padding:5px; border-bottom:1px solid #FFF; font-size:16px; min-height:50px;}
            .twitter-list-thumb{ width:50px; height:50px; float:left; margin:2px 10px 0 0;}
            .twitter-list-thumb img{ -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
            .tweet-list p{} 
            .twitter-username a{ font-weight: bold; }
            .twitter-timestamp a{ font-style: italic; font-size:12px; color:#f9832d}     
            

.go-buscador-fotos{ float:right; margin-top:8px; font-size:32px; background-color: #f9832d; padding:1px 5px; color:#000!important; font-weight:800; text-align:right; display:inline-block;  }
.dots{ margin-top:5px; background:transparent url(../images/dot.png); height:12px; text-align:right; text-transform:uppercase; font-weight:600; font-size:12px; }

#prefooter .dots a{ background-color:#e9e9e9; padding-left:5px; color:#f9832d; }

.related_post_container{ margin-top:20px;}
.socialcounters{ width:220px; height:151px; background:transparent url(../images/social_new.png) no-repeat; font-size:20px; font-weight:700;  }
.socialcounters .socialcounters_fb{ display:block; height:37px; line-height:37px; padding-left:51px; color:#FFF; }
.socialcounters .socialcounters_tw{ display:block; margin-top:1px; height:37px; line-height:37px; padding-left:51px; color:#FFF; }
.socialcounters .socialcounters_yt{ display:block; margin-top:1px; height:37px; line-height:37px; padding-left:51px; color:#FFF; }
.socialcounters .socialcounters_ins{ display:block; margin-top:1px; height:37px; line-height:37px; padding-left:51px; color:#FFF; }


.post-sidebar .post-image{ height:150px; }
.highlight-post .post-image{ height:220px; }
.featured-post .post-image{ height:350px; }
.featured-post .post-image.image-post-featured{ height:400px; }

.featured-post .post-image, .highlight-post .post-image, .post-sidebar .post-image{ position:relative; margin-bottom:5px;  }
.featured-post .post-image img, .highlight-post .post-image img, .post-sidebar .post-image img{ position:absolute; top:0px; }
.featured-post .post-image .caption, .highlight-post .post-image .caption, .post-sidebar .post-image .caption{ position:absolute; left:0px; bottom:0px; width:100%; background-color:rgba(0,0,0,0.30); color:#FFF; }
.featured-post .post-image .caption span, .highlight-post .post-image .caption span, .post-sidebar .post-image .caption span{ display:block; margin:5px; color:#FFF; text-shadow:0px 1px 3px #000; }

.post-sidebar .caption span, .single-post .caption span{ font-size:11px; }

.myrelatedpostsbyhand{ margin-top:5px; margin-left:5px; }
.myrelatedpostsbyhand li{ list-style-position:inside; margin-top:3px; font-size:12px; list-style-type:circle; }