/* $Id: style.css,v 1.1.2.1 2009/06/05 17:54:53 jmburnz Exp $ */

/**
 * @file style.css
 *
 * Use this file to override the Genesis core modular styles 
 * (such as the HTML elements in typography.css), module CSS 
 * and other Drupal styles. Anything that doesn't fit logically
 * into page.css, nodes.css, blocks.css or comments.css can go here.
 */

/**********************************************************
 *                    Body
 **********************************************************/
body {
  font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
}


/**********************************************************
 *                 HTML Elements
 **********************************************************/

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {
  margin: 0 0 0.9em 0;
}

strong {}
em, dfn {}
dfn {}

sup, sub {}

del {}
ins {}

blockquote {}
cite {}
q {}

address {}

ul {}
ol {}
li {
    list-style-position: inside;
}

dl {}
dd {}
dt {}


abbr {}
acronym {}

pre, code, tt {}
p code {}
samp {}
kbd {}
var {}


/**********************************************************
 *                 Global Link Styles
 **********************************************************/
a {
  margin: 0; 
  padding: 0;
  color: #000000;
  text-decoration: none;
}

a:link    {}
a:visited {}
a:hover   { text-decoration: underline; }
a:active  {}
a.active  {}

/* Set global a:active and a:focus styles. */
a:active,
a:focus {
  color: #C00000;
  border: 0;
}

/* Drupal sets this to black. */
li a.active {}

/* Remove borders on linked images. */
a img {
  border: none;
}


/**********************************************************
 *                 Accessibility Classes
 **********************************************************/

/* Hide content without positioning issues. */
.invisible {
  height: 0;
  overflow: hidden;
}

/* Move content off screen where appropriate. */
.offscreen {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Completely remove content for all users.
   DO NOT use this for Skip links, display:none 
   hides content from screen readers! */
.remove {
  display: none;
}


/**********************************************************
 *                 Custom Styles
 **********************************************************/
/**
 * Here you can add custom stles for your theme that do not fit
 * into one if the modular stylesheets (such as the nodes, blocks,
 * page and comments stylesheets).
 */

.articulo-opinion , .ultima-noticia{
  display: table;
  margin-bottom: 10px;
  border-bottom: solid 1px #e6e5e4;
  padding-bottom: 5px;
  clear: both;
}

.articulo-opinion .foto , .ultimas-noticias .foto{
  width: 238px;
  float: left;
  margin-right: 10px;
}

.articulo-opinion .contenido{
  float: left;
  width: 136px;
  margin-left: 10px;
}

.articulo-opinion .contenido h3 , .ultimas-noticias .contenido h3{
  margin-bottom: 2px;
}

.articulo-opinion .contenido h3 a , .articulo-opinion .contenido .leer-mas{
  color: #131313;
  text-decoration: none;
}

.articulo-opinion .contenido h3 a:hover , .ultimas-noticias .contenido h3 a:hover , .articulo-opinion .contenido .leer-mas:hover{
  text-decoration: underline;
}

.articulo-opinion .contenido p , .articulo-opinion .contenido .comentarios a{
  font-family: Arial;
  font-size: 11px;
  color: #464646;
}

.articulo-opinion .contenido .comentarios a{
  position: relative;
  bottom: 5px;
  margin-left: 2px;
  text-decoration: none;
  font-weight: normal;
}

.articulo-opinion .contenido .comentarios a:hover{
  font-weight: bold;
  text-decoration: underline;
}

.views-row-last .articulo-opinion , .views-row-last .ultima-noticia , .views-row-last .ultimas-noticias , .views-row-last .joven-promesa{
  border: 0 none !important;
  margin-bottom: 5px;
}

.view-comments-recent ul li{
  list-style-image: url(../images/cant-comentarios.png);
  margin-left: 5px;
  padding-top: 5px;
  list-style-position: inside;
}

.view-comments-recent ul li p{
  position: relative;
  bottom: 4px;
  margin: 0px 0px 2px 0px;
}

.view-comments-recent ul li .autor-comentario{
  font-size: 18px;
  color: #131313;
  position: relative;
  font-family: "Lato";
  bottom: 4px;
  #bottom: 9px;
  #left: 5px;
}

.view-comments-recent ul li .hora-comentario{
  font-weight: normal;
  font-size: 14px;
  color: #8e8989;
  position: relative;
  font-family: "Georgia";
}

.view-comments-recent ul li .hora-comentario a{
  color: #23B6F3;
  text-decoration: none;
}

.view-comments-recent ul li .hora-comentario a:hover{
  text-decoration: underline;
}

.view-comments-recent ul li .fecha-comentario{
    font-family: "Lato";
    font-size: 10px;
    color: #605f5f;
}

.ultima-noticia{
  margin-bottom: 8px;
}

.ultima-noticia span.fecha{
  font-size: 11px;
  color: #8e8989;
}

.ultima-noticia h3{
  font-size: 18px;
  font-weight: bold;
  font-family: "Lato";
  line-height: 20px;
  margin: 10px 0px;
  letter-spacing: -0.03em;
}

.ultima-noticia p{
    font-family: "Georgia";
    font-size: 15px;
    line-height: 22px;
    color: #131313;
}

.ultima-noticia h3 a{
  text-decoration: none;
  color: #131313;
}

.ultima-noticia h3 a:hover{
  text-decoration: underline;
}

.ultima-noticia .comentarios a{
  position: relative;
  bottom: 4px;
  margin-left: 2px;
  text-decoration: none;
  color: #464646;
}

.comentarios-opinion a{
  color: #464646;
}

img.comentar-opinion{
  top: 3px;
  position: relative;
}


.ultima-noticia .comentarios a:hover{
  text-decoration: underline;
}

#page-title{
  font-family: "Lato";
  font-size: 36px;
  line-height: 32px;
  color: #23b6f3;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.comment{
  display: table;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Arial;
  width: 100%;
}

.comment-title img{
  position: relative;
  top: 4px;
}

.comment-title{
  font-size: 18px;
  font-weight: bold;
  color: #131313;
  font-family: "Lato";
}

.comment-title a{
  text-decoration: none;
  color: #464646;
  font-weight: bold;
}

.comment p.submitted , .comment p.submitted a{
  color: #605f5f;
  font-family: "Lato";
  font-size: 10px;
  text-align: right;
  text-decoration: none;
  margin-bottom: 0px;
}

.comment p.submitted a:hover{
  text-decoration: underline;
}

.comment p{
  color: #403f3f;
  font-family: "Georgia";
  font-size: 14px;
}

.comment ul.links{
  text-align: left;
  margin-bottom: 10px;
}

.comment ul.links li a , #comments .item-list a{
  color: #131313;
  font-weight: bold;
  text-decoration: none;
}

.comment ul.links li a:hover , #comments .item-list a:hover{
  text-decoration: underline;
}

#comments .item-list{
  margin-bottom: 25px;
}

.box, #contact-mail-page{

}

#contact-mail-page{
    font-family: "Georgia";
    font-size: 15px;
    color: #131313;
}

.box form label{
  font-size: 15px;
  font-family: "Georgia";
  font-weight: normal;
  color: #292929;
}

.box form a{
  text-decoration: none;
  color: #83b713;
}

.box form ul{
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.box form ul.tips li , .box form p a{
    font-family: "Lato";
    font-size: 10px;
    color: #605f5f;
}

.box form input.form-text , #contact-mail-page .form-text{
    width: 99%;
    height: 37px;
    font-family: "Georgia";
    font-size: 14px;
    color: #8c8c8c;
    #padding-top: 10px;
    #height: 27px;
}

.box fieldset{
    border: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.box fieldset legend , .box fieldset .description{
    display: none;
}

.box fieldset .form-item{
    margin: 0px !important;
}

.box fieldset .form-item input.form-text{
    width: 234px !important;
    height: 31px !important;
}

.box fieldset .form-item label{
    font-family: "Georgia";
    font-size: 15px;
    color: #292929;
    line-height: 16px;
}

.box fieldset img{
    float: left;
    margin-right: 10px;
}

.box form textarea , #contact-mail-page textarea{
    height: 93px;
    width: 611px !important;
    color: #8C8C8C;
}

.box .grippie{
    display: none;
}

.box form #edit-submit , .box form #edit-preview{
    font-family: Georgia;
    font-size: 15px;
    color: white;
    border: 0 none;
    background-color: #3B3B3B;
    padding: 10px 30px;
    margin-right: 10px;
}

.ultimas-noticias{
  width: 100%;
}

.ultimas-noticias{
  display: table;
  margin-bottom: 20px;
  border-bottom: solid 1px #c0bebc;
  padding-bottom: 5px;
  font-size: 11px;
}

.ultimas-noticias .contenido{
  width: 358px;
  float: left;
}

.ultimas-noticias .contenido h3 a{
  text-decoration: none;
  font-family: "Lato";
  font-size: 18px;
  color: #131313;
}

.ultimas-noticias .contenido p.fecha{
  margin-bottom: 0px;
  color: #8e8989;
}

.ultimas-noticias .contenido p{
  color: #4d4d4d;
  margin-bottom: 0px;
  font-family: "Georgia";
  font-size: 15px;
}

.ultimas-noticias .contenido .more{
  color: #af9410;
  font-family: "Georgia";
  font-size: 15px;	
}

.view-noticias .item-list{
  border-top: solid 5px #7f7f7f;
  padding-top: 10px;
}

.view-noticias .item-list ul{
  margin: 0;
  color: #83b713;
}

.view-noticias .item-list ul a{
  font-family: Arial;
  font-size: 12px;
  color: #83b713;
  text-decoration: none;
}

.view-noticias .item-list ul li{
  padding: 0.2em;
}

.view-noticias .item-list ul a:hover{
  text-decoration: underline;
}

.view-display-id-page_1 .articulo-opinion{
  width: 100% !important;
}

.view-display-id-page_1 .articulo-opinion .contenido{
  width: 400px;
}

.articulo-opinion .contenido p.fecha{
  margin-bottom: 3px;
}

.articulo{
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: dotted 1px #858585;
  padding-bottom: 5px;
  font-size: 11px;
  font-family: Arial;
  clear: both;
  width: 515px;
}

.articulo .foto{
  float: left;
  width: 90px;
  margin-right: 10px;
}

.articulo .contenido{
  width: 410px;
  float: left;
}

.articulo .foto img{
  border: solid 1px #d2d2d2;
  padding: 1px;
}

.articulo .contenido p.fecha{
  color: #8e8989;
  margin-bottom: 0px;
}

.articulo .contenido h3{
  font-size: 12px;
  font-weight: bold;
}

.articulo .contenido h3 a{
  text-decoration: none;
  color: #83b713;
}

.articulo .contenido h3 a:hover{
  text-decoration: underline;
}

.articulo .contenido p{
  color: #464646;
}

.articulo .contenido p a{
  text-decoration: none;
  color: #83b713;
}

.articulo .contenido p a:hover{
  text-decoration: underline;
}

.imagecache-imagen506x275 , .imagecache-imagen_160x160{
  display: block;
  margin: 0 auto;
}

.views-table ul li{
  list-style-position: outside;
}

.views-table ul{
  margin: 0px;
  padding-right: 5px;
}

.views-table{
  font-family: Arial;
  font-size: 11px;
  color: #3f3f3f;
}

.views-table a{
  color: #3f3f3f;
  font-weight: bold;
  text-decoration: none;
}

.views-table a:hover{
  text-decoration: underline;
}

.node ul{
  font-family: Arial;
  font-size: 12px;
  color: #3f3f3f;
}

.node .field ul li a{
  text-decoration: none;
  color: #3f3f3f;
  font-weight: bold;
}

.node .field ul li a:hover{
  text-decoration: underline;
}

.listado-noticias{
  font-size: 12px;
  color: #3f3f3f;
  font-family: Arial;
}

.listado-noticias li a{
  text-decoration: none;
  color: #3f3f3f;
  font-weight: bold;
}

.listado-noticias li a:hover{
  text-decoration: underline;
}

.mas-noticias a{
  font-size: 11px;
  color: #3f3f3f;
  text-decoration: none;
}

.mas-noticias a:hover{
  text-decoration: underline;
}

.mas-noticias{
  text-align: right;
}

.destacada{
  width: 454px;
  height: 250px;
  position: relative;
}

.destacada .contenido{
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-color: #000000;
  padding: 10px;
  color: #FFFFFF;
  width: 434px;
  filter:alpha(opacity=80); -khtml-opacity:.8; -moz-opacity:.8; opacity:.8;
}

.destacada .contenido h3 a{
  text-decoration: none;
  color: #FFFFFF;
}

.destacada .contenido h3{
  font-size: 18px;
  text-transform: uppercase;
}

.destacada .contenido p{
  font-size: 11px;
  font-weight: normal !important;
  width: 295px;
}


.start-stop{
  display: none;
}

.views-row-first .noticia-portada{
  width: 230px;
}

.noticia-portada{
  font-family: Arial;
  font-size: 11px;
  width: 250px;
  padding-bottom: 3px;
}

.noticia-portada h3{
  font-size: 12px;
}

.noticia-portada p.fecha{
  color: #8e8989;
  margin-bottom: 1px;
}

.noticia-portada p{
  color: #464646;
  margin-bottom: 12px;
}

.noticia-portada .comentarios a{
  color: #464646;
  text-decoration: none;
  position: relative;
  bottom: 3px;
}

.noticia-portada .comentarios a:hover{
  text-decoration: underline;
}

.views-row-first h3 a:hover{
  text-decoration: underline;
}

.two-col-50 .views-row{
  width: 250px;
}

.secciones .panels-flexible-region{
  width: 250px !important;
}

.secciones .medio{
  margin: 0px 16px;
}

.primera-fila{
  margin-bottom: 10px;
}

#block-block-18 table tbody , #block-block-18 table td{
  border: 0 none;
}

.publicidad{
  background-color: #D2D2D2;
}

.node p a{
  font-weight: bold;
  color: #23b6f3;
}

.enlaces{
  margin: 0px;
  text-align: right;
}

a.tagadelic{
  color: #23B6F3;
}


/* Menus */

/*.menu-168{
  width: 113px;
  height: 60px;
}

.menu-168 a{
  display: block;
  float: left;
  width: 113px;
  height: 60px;
  background-image: url(../images/atp.gif);
  padding: 0 !important;
  text-indent: -9999px;
}

.menu-168 a:hover , .menu-168 a.active{
  background-image: url(../images/atp-hover.gif);
}

.menu-169{
  width: 118px;
  height: 60px;
}

.menu-169 a{
  display: block;
  float: left;
  width: 118px;
  height: 60px;
  background-image: url(../images/wta.gif);
  padding: 0 !important;
  text-indent: -9999px;
}

.menu-169 a:hover , .menu-169 a.active{
  background-image: url(../images/wta-hover.gif);
}

.menu-170{
  width: 104px;
  height: 60px;
}

.menu-170 a{
  display: block;
  float: left;
  width: 104px;
  height: 60px;
  background-image: url(../images/davis.gif);
  padding: 0 !important;
  text-indent: -9999px;
}

.menu-170 a:hover , .menu-170 a.active{
  background-image: url(../images/davis-hover.gif);
}

.menu-171{
  width: 82px;
  height: 60px;
}

.menu-171 a{
  display: block;
  float: left;
  width: 82px;
  height: 60px;
  background-image: url(../images/fed.gif);
  padding: 0 !important;
  text-indent: -9999px;
}

.menu-171 a:hover , .menu-171 a.active{
  background-image: url(../images/fed-hover.gif);
}

.menu-172{
  width: 153px;
  height: 60px;
}

.menu-172 a{
  display: block;
  float: left;
  width: 153px;
  height: 60px;
  background-image: url(../images/promesas.gif);
  padding: 0 !important;
  text-indent: -9999px;
}

.menu-172 a:hover , .menu-172 a.active{
  background-image: url(../images/promesas-hover.gif);
}

.menu-173{
  width: 155px;
  height: 60px;
}

.menu-173 a{
  display: block;
  float: left;
  width: 155px;
  height: 60px;
  background-image: url(../images/historia.gif);
  padding: 0 !important;
  text-indent: -9999px;
}

.menu-173 a:hover , .menu-173 a.active{
  background-image: url(../images/historia-hover.gif);
}*/



/* Vistas de articulos de portada */

.block-views .views-row-first .noticia-portada{
  padding: 10px;
}

#block-views-categorias-block_1 .views-row-last , #block-views-categorias-block_2 .views-row-last , #block-views-categorias-block_3 .views-row-last , #block-views-categorias-block_4 .views-row-last , #block-views-categorias-block_5 .views-row-last , #block-views-categorias-block_6 .views-row-last{
  border: 0 none !important;
}

#block-views-categorias-block_1 .views-row , #block-views-categorias-block_2 .views-row , #block-views-categorias-block_3 .views-row , #block-views-categorias-block_4 .views-row , #block-views-categorias-block_5 .views-row , #block-views-categorias-block_6 .views-row{
  display: table;
  margin-bottom: 7px;
  border-bottom: dotted 1px #858585;
}

#block-views-categorias-block_1 .views-row-first .noticia-portada{
  background-color: #fae6fe;
}
#block-views-categorias-block_1 .views-row-first .noticia-portada p, #block-views-categorias-block_1 .views-row-first .noticia-portada .comentarios a{
  color: #252525;
}

#block-views-categorias-block_1 .views-row-first{
  border-bottom: 3px solid #5f2181;
}

#block-views-categorias-block_2 .views-row-first .noticia-portada{
  background-color: #e8eded;
}

#block-views-categorias-block_2 .views-row-first .noticia-portada p, #block-views-categorias-block_2 .views-row-first .noticia-portada .comentarios a{
  color: #464646;
}

#block-views-categorias-block_2 .views-row-first{
  border-bottom: 3px solid #16367b;
}

#block-views-categorias-block_3 .views-row-first .noticia-portada{
  background-color: #f0fdd5;
}

#block-views-categorias-block_3 .views-row-first .noticia-portada p, #block-views-categorias-block_3 .views-row-first .noticia-portada .comentarios a{
  color: #000000;
}

#block-views-categorias-block_3 .views-row-first{
  border-bottom: 3px solid #3d7e2e;
}

#block-views-categorias-block_4 .views-row-first .noticia-portada{
  background-color: #780026;
}

#block-views-categorias-block_4 .views-row-first .noticia-portada p, #block-views-categorias-block_4 .views-row-first .noticia-portada .comentarios a{
  color: #FFFFFF;
}

#block-views-categorias-block_4 .views-row-first{
  border-bottom: 3px solid #a72446;
}

#block-views-categorias-block_5 .views-row-first .noticia-portada{
  background-color: #fab200;
}

#block-views-categorias-block_5 .views-row-first .noticia-portada p, #block-views-categorias-block_5 .views-row-first .noticia-portada .comentarios a{
  color: #0c5000;
}

#block-views-categorias-block_5 .views-row-first{
  border-bottom: 3px solid #115300;
}

#block-views-categorias-block_6 .views-row-first .noticia-portada{
  background-color: #83b713;
}

#block-views-categorias-block_6 .views-row-first .noticia-portada p, #block-views-categorias-block_6 .views-row-first .noticia-portada .comentarios a{
  color: #FFFFFF !important;
}

#block-views-categorias-block_6 .views-row-first .noticia-portada h3 a{
  color: #1b720b !important;
}

#block-views-categorias-block_6 .views-row-first{
  border-bottom: 3px solid #30a418;
}

/* Colores de cada categoria */

.categoria-atp a , .categoria-atp{
    color: #163679;
    text-decoration: none;
}

.categoria-wta a , .categoria-wta{
    color: #c33370;
    text-decoration: none;
}

.categoria-davis a , .categoria-davis{
    color: #3d7e2e;
    text-decoration: none;
}

.categoria-fed a , .categoria-fed{
    color: #c33370;
    text-decoration: none;
}

.categoria-historia a , .categoria-historia{
    color: #83b713;
    text-decoration: none;
}

.categoria-promesas a , .categoria-promesas{
    color: #735303;
    text-decoration: none;
}

.categoria-archivo a , .categoria-archivo{
    color: #000000;
    text-decoration: none;
}


/* Bloque nuevo de noticias y su pagina */

/*.secciones .medio{
  margin: 0px 0px 0px 14px;
}*/

div.ultima_noticia{
    padding: 7px;
    width: 100%;
}

div.noticia_par{
    background-color: #e5ddce;
}

div.noticia_impar{
    background-color: #f6f5f0;
}

div.ultima_noticia p , div.noticia_lateral p{
    margin: 0px;
    font-family: Arial;
    font-size: 11px;
    color: #3e3e3e;
}

div.ultima_noticia p span , div.noticia_lateral p span{
    font-weight: bold;
}

div.ultima_noticia h3 , div.noticia_lateral h3{
    font-family: Arial;
    font-size: 12px;
}

div.ultima_noticia h3 a , div.noticia_lateral h3 a{
    color: #b03f18;
}

div.ultima_noticia_pagina{
    border-bottom: 1px dotted #858585;
    width: 459px !important;
}

div.noticia_lateral{
    border-bottom: 1px dotted #858585;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

/* Publicidad de orange (borrar cuando se haya ido) */
#promo-top2 {
    width: 100% !important;
}

#promo-top2 .ri {
    right: -125px !important;
}

#promo-top2 .le {
    left: -355px !important;
}

#promo-top2 a{
    top: 161px !important;
}


/* Bloque de opinion portada */

.opinion-portada{
    padding-bottom: 5px;
    border-bottom: solid 1px #e6e5e4;
    margin-bottom: 5px;
}

.opinion-portada .titulo{
    margin-bottom: 1px;
    border-bottom: solid 1px #8f8f8f;
    position: relative;
    padding-bottom: 7px;
    padding-top: 10px;
}

.opinion-portada .titulo .left{
    width: 112px;
}

.opinion-portada .titulo .right{
    width: 44px;
    position: absolute;
    right: 0px;
    bottom: -4px;
    margin-left: 10px;
}

.opinion-portada .titulo .left a{
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.08em;
    line-height: 16px;
}

.opinion-portada  p.info {
    margin-bottom: 5px;
}

.opinion-portada  p.info .author{
    float: right;
}

.opinion-portada  p.info span{
    font-family: "Lato";
    font-size: 10px;
    color: #605f5f;
    float: left;
}

.opinion-portada .contenido{
    clear: both;
    margin-top: 5px;	
}

.opinion-portada p.comments{
    text-align: right !important;
}

.opinion-portada p.comments a{
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 10px;
    color: #353535;
}

/* Paneles de portada */

.col_izquierda{
    width: 405px !important;	
    padding-left: 8px;
    padding-right: 19px;
    border-right: 1px solid #CBC9C8;
}

.col_derecha{
    width: 298px !important;
    margin-left: 20px;    
}

.panels-flexible-region-inside{
    padding: 0px !important;	
}

.col_derecha .article-right-col .h3-articulo , .col_izquierda .article-izq-col .h3-articulo{
    font-family: "Lato";
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;	
    letter-spacing: -0.03em;
}

.col_izquierda .article-izq-col .h3-articulo-izq{
    font-family: "Lato";
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;  
    margin-bottom: 5px;
    letter-spacing: -0.03em;
}

.col_derecha .article-right-col .h3-articulo a , .col_izquierda .article-izq-col .h3-articulo-izq a{
    color: #131313;
}

.article-info{
    padding: 4px 5px;
    background-color: #f7fcfe;
    border-top: solid 1px #f3f1eb;
    border-bottom: solid 1px #f3f1eb;	
    font-family: "Lato";
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.article-info .comentario , .article-info .comentario a{
	font-size: 10px;
	color: #353535;
	padding-right: 7px;
	float: left;
}

.article-info .creado{
    font-size: 10px;
    color: #605f5f;
    padding-right: 7px;
    float: left;
}

.article-info .term{
    float: left;	
}

.article-info .term a{
    font-size: 10px;
    color: #23b6f3;
    padding-right: 7px;
    float: left;
    text-transform: uppercase;
}

.col_derecha .article-right-col .article-content , .col_izquierda .article-izq-col .article-content{
    font-size: 15px;
    line-heigth: 22px;
    font-family: "Georgia";
    color: #333333;	
}

.col_derecha .article-right-col .article-content p , .col_izquierda .article-izq-col .article-content p{ 
    margin: 0px;	
}

.col_derecha .article-right-col , .col_izquierda .article-izq-col{
    border-bottom: solid 2px #d9d8d7;
    margin-bottom: 15px;
    padding-bottom: 20px;	
    position: relative;
}

.col_derecha .article-right-col .h3-title , .col_izquierda .article-izq-col .h3-title , .video_dia h3 , .foto_dia h3{
    background-image: url("../images/fondo-bloques.png");
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    min-height: 28px;
    padding-left: 10px;
    padding-right: 5px;	
    padding-top: 5px;
}

.foto-del-dia-der{
    text-align: center;
    background-image: url("../images/fondo-imagen-dia-der.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 195px;	
}

.foto-del-dia-izq{
    text-align: center;
    background-image: url("../images/fondo-imagen-dia-izq.png");
    background-repeat: no-repeat;
    width: 405px;
    height: 260px;  
}

.col_derecha .article-right-col .frase-top{
    width: 296px;
    height: 8px;
    background-image: url(../images/frase-top.png);	
}

.col_derecha .article-right-col .frase-bottom{
    width: 296px;
    height: 37px;
    background-image: url(../images/frase-bottom.png); 
    margin-bottom: 30px;
}

.col_derecha .article-right-col .frase-center{
    padding-right: 15px;
    padding-left: 15px;
    background-color: #e9e9e9;
    width: 266px;	
    font-size: 24px;
    font-family: "Lato";
    line-height: 28px;
}

.col_izquierda .article-izq-col .frase-top-izq{
    width: 405px;
    height: 8px;
    background-image: url(../images/frase-top-izq.png); 
}

.col_izquierda .article-izq-col .frase-bottom-izq{
    width: 405px;
    height: 37px;
    background-image: url(../images/frase-bottom-izq.png); 
    margin-bottom: 30px;
}

.col_izquierda .article-izq-col .frase-center-izq{
    padding-right: 15px;
    padding-left: 15px;
    background-color: #e9e9e9;
    width: 375px;   
    font-size: 24px;
    font-family: "Lato";
    line-height: 28px;
}

.col_derecha .article-right-col .autor-frase , .col_izquierda .article-izq-col .autor-frase-izq , .frase_dia .autor-frase{
    display: table;
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
}

.col_derecha .article-right-col .autor-frase .autor , .col_izquierda .article-izq-col .autor-frase-izq .autor , .frase_dia .autor-frase .autor{
    width: 131px;
    margin-right: 10px;
    float: left;  
    font-family: "Lato";
    color: #686868;
    line-heigth: 18px;
    font-size: 16px;
    padding-left: 189px;
    text-align: right;
    padding-top: 14px;
}

.col_derecha .article-right-col .autor-frase .autor{
    padding-left: 78px !important;
}

.col_derecha .article-right-col .autor-frase .imagen-autor , .col_izquierda .article-izq-col .autor-frase-izq .imagen-autor , .frase_dia .autor-frase .imagen-autor{
    width: 55px;
    float: left;   
    margin-left: 20px;     
}

.col_izquierda .content_media{
    width: 385px;
    background-image: url(../images/fondo-dia-izq.png);	
    background-repeat: no-repeat;
    max-height: 380px;
    padding: 10px;
    font-family: "Georgia";
    font-size: 15px;
    color: #FFF;
}

.col_derecha .content_media{
    width: 280px;
    background-image: url(../images/fondo-dia-der.png); 
    background-repeat: no-repeat;
    max-height: 380px;
    padding: 10px;
    font-family: "Georgia";
    font-size: 15px;
    color: #FFF;
}

.col_derecha .emvideo{
    height: 195px;	
}

.col_izquierda .emvideo{
    height: 260px;  
}

.col_derecha .content_media a, .col_izquierda .content_media a {
  color: #fff; 
}

/* Bloque de opinion interiores */

.opinion-interiores{
    padding-bottom: 5px;
    border-bottom: solid 1px #e6e5e4;
    margin-bottom: 5px;
}

.opinion-interiores h3{
    padding-top: 10px;
    padding-bottom: 7px;
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 10px;	
}

.opinion-interiores .contenido{
    clear: both;	
}

.opinion-interiores h3 a{
    font-family: "Lato";
    font-weight: bold;
    font-size: 18px;
    color: #131313;
    line-height: 20px;
}

.opinion-interiores .user-picture{
    position: absolute;
    top: -18px;
    right: 15px;
}

.opinion-interiores .contenido p{
    font-family: "Georgia" !important;
    font-size: 15px !important;
    line-height: 22px !important;
    color: #333333 !important;
}

.opinion-interiores .article-info .author {
  position: absolute;
  top: 5px;
  right: 60px;
}

/* Casas de apuestas - interiores */
.casas-apuestas-interiores td , .casas-apuestas-interiores tbody{
    border: 0 none;
}

.casas-apuestas-interiores td a{
    color: #83B713;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.casas-apuestas-interiores{
    width: 100%;
}

.casas-apuestas-interiores td{
    width: 25%;
}

/* Adicionales para la portada */

.panel-region-separator{
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Galerias */

.gallery-name{
    font-family: "Lato";
    font-size: 24px;
    color: #4e4e4e;
    font-weight: bold;
}

.gallery-title{
    font-family: "Lato";
    font-size: 36px !important;
    font-weight: bold;
    color: #131313;
    text-transform: lowercase !important;
    line-height: 29px;
    padding-bottom: 10px;
}

.video_dia{
    width: 366px;
    float: left;
    margin-bottom: 15px;
}

.video_dia h3 , foto_dia h3{
    font-family: "Lato";
    font-size: 20px;
    font-weight: bold;
    color: #fefefe;
}

.video_dia .contenido , .foto_dia .contenido{
    font-family: "Georgia";
    font-size: 15px;
    color: #FFFFFF;
    line-height: 22px;
    background-image: url("../images/back-galeria.png");
    background-repeat: repeat-y;
    padding-bottom: 2px;
}

.video_dia .contenido object{
    width: 360px;
    height: 232px;
    text-align: center;
}

.video_dia_par{
    margin-left: 20px;
}

.video_dia .contenido p , .foto_dia .contenido p{
    padding: 10px;
    margin-bottom: 2px;
}

.foto_dia{
    width: 249px;
    float: left;
}

.foto_dia a , .video_dia a{
    color: #fff;
}

.foto_dia .contenido img{
    display: block;
    margin: 0 auto;
}

.foto_dia_medio , .frase_dia_medio{
    margin-left: 3px;
    margin-right: 3px;
}

.frase_dia{
    width: 244px;
    float: left;
    position: relative;
}

.frase_dia .top{
    height: 8px;
    background-image: url(../images/gfrase-top.png);
    width: 245px;
}

.frase_dia .bottom{
    height: 33px;
    background-image: url(../images/gfrase-bottom.png);
    width: 245px;
    margin-bottom: 50px;
}

.frase_dia .center{
    background-color: #e9e9e9;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Lato";
    font-size: 24px;
    color: #131313;
    line-height: 28px;
}

.frase_dia_medio{
    margin-left: 10px;
    margin-right: 10px;
}

.frase_dia .center p.date{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    padding-right: 10px;
    font-family: "Lato";
    font-size: 10px;
    color: #605f5f;
}

.frase_dia .autor-frase .autor{
    padding-left: 22px !important;
}

.noticia_mobile{
    clear: both;
    display: table;
}

.noticia_mobile img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/**********************************************************************
 *			Twitter block / view                          *
**********************************************************************/

#twitter-block {width:620px; overflow: auto; display:block; border-top:2px #ccc Solid; border-bottom:2px #ccc Solid; padding-bottom: 10px;}

.profile-twitter-top {
    border-top: medium none !important;
}

#twitter-block iframe {
    padding: 10px 0 0 0px;
}

#twitter-block-name {font-family: Lato; font-size: 18px; font-weight: bold; margin: 0; display: inline-block;}
#user-profile-avatar {float: left; width:135px; padding-top: 2px;}

#user-profile-description {display:block; width:615px; font-size: 13px;}

#twitter-block span img {
    border: 1px solid #D7D7D7;
    padding: 3px;
    width: 110px;
max-width: 130px;
max-height:130px;
    margin-right: 10px;
}

/* Resumen en detalle */
.node .resumen {
padding-right: 50px;
display: block;
}
.node .resumen p {
font-family: "Georgia";
font-size: 15px;
color: #2b2b2b;
}

/* Detalle video */
.videowrapper ,  .node-type-video-del-dia  .emvideo-youtube{
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe , .field-type-emvideo object{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.not-front .emvideo-vine{ 
  height: 400px;
}
.section-galeria-videos .emvideo-vine{ 
  height: 232px;
}
/* Detalle imagen del dia */
.node-type-imagen-del-dia .node .content img {
  width: 100%;
  height: auto;
}
.node-type-imagen-del-dia .node .content .field-label {
  display: none;
}

/*Detalle frase del dia */
.node-type-frase-del-dia #content-column .w-fase-del-dia:hover {
  text-decoration: none; }
.node-type-frase-del-dia #content-column .w-fase-del-dia:active {
  color: #000; }
.node-type-frase-del-dia #content-column .w-fase-del-dia .frase-top {
  display: none; }
.node-type-frase-del-dia #content-column .w-fase-del-dia .frase-center {
  position: relative;
  border-radius: 8px;
  font-size: 22px;
  width: 95%;
  padding: 10px;
  background-color: #e9e9e9;
  width: auto;
  font-size: 24px;
  font-family: "Lato";
  line-height: 28px; }
 .node-type-frase-del-dia #content-column .w-fase-del-dia .frase-center:after {
    content: '';
    height: 22px;
    width: 18px;
    display: block;
    background: url(../images/bg-frases.png) no-repeat 0 0;
    position: absolute;
    top: 100%;
    right: 80px; }
.node-type-frase-del-dia #content-column .w-fase-del-dia .frase-bottom{
    width: 630px;
    height: 28px;
    background-image: url(../images/frase-nodetype-bottom.png); 
    margin-bottom: 5px;
}

.node-type-frase-del-dia #content-column .w-fase-del-dia .autor-frase {
  display: block;
  position: relative;
  overflow: hidden; }
.node-type-frase-del-dia #content-column .w-fase-del-dia .imagen-autor {
  width: 55px;
  float: right;
  margin-right: 5px;
  margin-top: 10px; }
  .node-type-frase-del-dia #content-column .w-fase-del-dia .imagen-autor img {
    width: 60px;
    height: 60px; }
.node-type-frase-del-dia #content-column .w-fase-del-dia .autor {
  padding-left: 0 !important;
  margin-top: 9px;
  padding-top: 14px;
  width: 74%;
  font-family: "Lato";
  color: #686868;
  font-size: 16px;
  text-align: right;
  float: left; }

.node-type-frase-del-dia #content-column .node .w-fase-del-dia .frase-center {
  width: 96%;
  font-size: 40px;
  padding: 20px;
  line-height: 1; }
  .node-type-frase-del-dia #content-column .node .w-fase-del-dia .frase-center:after {
    right: 160px; }
.node-type-frase-del-dia #content-column .node .w-fase-del-dia .imagen-autor {
  width: 160px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  text-align: right; }
  .node-type-frase-del-dia #content-column .node .w-fase-del-dia .imagen-autor img {
    width: 120px;
    height: auto; }
.node-type-frase-del-dia #content-column .node .w-fase-del-dia .autor {
  margin-top: 24px;
  width: 72%;
  font-size: 20px;
  padding-top: 0; }

/* restyling 2013*/
.logo-site-name {
   width: 500px;
}
.logo-site-name span {
  display: inline-block;
  padding-top: 2px;
  margin-right: 20px;
}
.logo-site-name a {
  display: inline-block;
}
#header h1 > a, #header h1 strong > a{
  display: inline-block;
}
.banners-ads-cw {
  width: 960px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.banners-ads-cw .banner {
  display: block;
  padding-top: 10px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.banners-ads-cw .banner.last {
  margin-right: 0;
}
#leaderboard-background {
  clear: both;
}
.block.social {
  clear: none;
  padding-top: 8px;
  float: right;
  height: 32px;
  margin: 0;
  position: relative;
z-index: 99;
}
.w-container-brandingday {
    position: relative;
z-index: 98 !important;
}
.banners-ads-cw , #leaderboard , #header , #navegacion #nav-main, #columns , #footer #footer-content, #nav {
  width: 970px;
}

/* new footer */
#container #footer {
  border-top: 3px solid #2a2a2a;
  margin-top: 50px;
  height: auto;
  background-color: #3d3d3d;
}
#container #footer ul{
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#container #footer .cw {
    width: 970px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 4px 0;
}
#container  #footer > .cw{
  position: relative;
  height: 220px;
}
#container  #footer.more-medios > .cw{
  position: relative;
  height: 240px;
}
#container #footer .logo{
  float: left;
  display: block;
  margin-top: 50px;
  position: relative;
  z-index: 100;
}
#container #footer ul.medios, #container #footer ul.more-medios{
  padding: 0;
  position: absolute;
  top: 9px;
  right: 0;
  text-align: right;
  width: 100%;
}
#container #footer ul.more-medios{
  top: 200px;
}
 #container #footer ul.more-medios a{
  color: #8b8b8b;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
}
 #container #footer ul.more-medios a:hover{
  text-decoration: none;
}
 #container #footer ul.more-medios a img{
  vertical-align: middle;
  display: inline-block;
}
#container #footer ul.medios > li, #container #footer ul.more-medios > li{
  display: inline-block;;
  margin-right: 2%;
  text-align: left;
  vertical-align: top;
}
#container #footer ul.medios > li a{
  margin-right: 0;
}
#container #footer ul.medios > li:first-child{
  border-left: 1px dotted #5c5c5c ;
  padding-left: 20px;
  height: 200px;
}
#container #footer.more-medios ul.medios > li:first-child{
  height: 230px;
}
#container #footer ul.medios > li:last-child, #container #footer ul.more-medios > li:last-child{
  margin-right: 0;
}
#container #footer_copyright {
  background: #2a2a2a;
  width: 100%;
  border: 0;
  clear: both;
  overflow: hidden;
}
#container #footer_copyright  ul{
  float: left;
}
#container #footer_copyright  p{
  float: right;
  font-size: 14px;
  color: #8b8b8b;
  margin-bottom: 0;
}

#container #footer_copyright  ul li{
  display: inline;
  background: #2a2a2a;
  padding: 4px 2px;
}

#container #footer_copyright  ul li:after{
  display: inline-block;
  content: ' | ';
  color: #8b8b8b;
}

#container #footer_copyright  ul li:last-child:after{
  display: none;
}


#container #footer_copyright  ul li a{
  font-size: 14px;
  color: #8b8b8b;
}

#container #footer_copyright  ul li a:hover{
  text-decoration: underline;
}

#container #navegacion {
  margin-top: 0;
}


/* iconos sociales */
.nav-social-buttons-links {
  clear: both;
}
.nav-social-buttons-links ul{
  margin: 10px 0 10px 0;
  width: 100%;
  padding: 0;
}
.nav-social-buttons-links li{
  display: inline-block;
  margin-right: 2px;
  width: -webkit-calc( ( 100% - 6px ) / 4);
  width: calc( ( 100% - 6px ) / 4 );
}
.nav-social-buttons-links li:last-child{
  margin-right: 0;
}

.nav-social-buttons-links a{
  display: inline-block;
  padding: 10px 0 10px 0;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}

.nav-social-buttons-links a:hover{
  text-decoration: none;
}

.nav-social-buttons-links li{
  position: relative;
}
.nav-social-buttons-links li a{
  display: block;
  text-align: center;
}
.nav-social-buttons-links li a:before{
  display: inline-block;
  content: ' ';
  height: 16px;
  width: 16px;
  position: relative;
  vertical-align: middle;
}

.nav-social-buttons-links .fb{
  background-color: #325a97;
}
.nav-social-buttons-links .fb a:before{
  background: url(../images/ico-fb-btn.png) no-repeat 0 0;
  top: auto;
}

.nav-social-buttons-links .tw{
  background-color: #00aced;
}
.nav-social-buttons-links .tw a:before{
  background: url(../images/ico-tw-btn.png) no-repeat 0 0;
  top: auto;
  left: -5px;
}

.nav-social-buttons-links .gl{
  background-color: #fe4a35;
}
.nav-social-buttons-links .gl a:before{
  background: url(../images/ico-gl-btn.png) no-repeat 0 0;
  top: auto;
  left: -2px;
}

.nav-social-buttons-links .mem{
  background-color: #fe6028;
}
.nav-social-buttons-links .mem a:before{
  background: url(../images/ico-mem-btn.png) no-repeat 0 0;
  top: auto;
  left: -5px;
}
.logo-site-name a {
  vertical-align: middle;
}

/* css paginador de articulos siguiente y anterior */
#main-content .articol-pager:after{
  clear: both;
  width: 100%;
}
#main-content .articol-pager{
  border-bottom: 1px solid #cccccc;
  width: 100%;
  margin: 10px 0;
}
#main-content .articol-pager div{
  float: none;
  clear: both;
  padding: 10px 0;
  text-align: right;
  background: none;
  border-top: 1px solid #cccccc;
  width: 100%;
}

#main-content .articol-pager div.pager-previous a:before{
  display: block;
  content: ' << anterior' ;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #23b6f3;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial !important;
}

#main-content .articol-pager div.pager-next a:before{
  display: block;
  content: ' siguiente >>' ;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #23b6f3;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: Arial !important;
}

#main-content .articol-pager div a{
  color: #333;
  width: 100%;
  border: 0;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  font-family: Arial !important;
}

#main-content .articol-pager div a:hover:before{
  text-decoration: underline;
}

#main-content .articol-pager div a:hover:after{
  text-decoration: underline;
}

/* ajustes listado temas */
.nodetema-content-list  .ultimas-noticias .foto {
  width: auto;
  float: none;
  display: table-cell;
  vertical-align: top;
}
.nodetema-content-list  .ultimas-noticias .foto span {
  display: block;
}
.nodetema-content-list  .ultimas-noticias .foto span img {
  display: block;
  margin-right: 8px;
}

.nodetema-content-list .ultimas-noticias .contenido {
  width: auto;
  display: table-cell;
  vertical-align: top;
  float: none;
}
#container  .nodetema-content-list h3 {
  padding: 0 0 0 0;
  position: relative;
  top: 0;
  margin: 0 0 2px 0;
  line-height: 18px;
}
.nodetema-content-list .article-info {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0 0 3px 0;
}
.nodetema-content-list  .ultimas-noticias .contenido p {
  line-height: 17px;
}



.node li {
  font-size: 15px;
color: #333333;
line-height: 22px;
font-family: "Georgia";
}
#container {
  background: #fff;
  position: relative;
  z-index: 100;
}
#contents-frames {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-color: rgba(0, 0, 0, 0.5);
}
#contents-frames.active {
z-index: 100000;
}
#contents-frames .btn-close-iframe-modal {
position: absolute;
right: calc( 5%/2);
top: 40px;
color:#fff;
}
#contents-frames > div {
width: 95%;
height: 90%;
margin: 60px auto 0 auto;
position: relative;
background: #fff;
}

#banner-concurso-bet365 {
  position: relative;
  z-index: 101;
}
.block.social {
  position: relative;
  z-index: 101;
}
#banner-concurso-tag{
position: relative;
z-index: 101;
float: right;
margin-right: 40px;
}