/* MAIN STYLEs MINES
---------------------*/

/* SECCIÓN DE TECNOLOGÍA - Pié de Página para Empresas (Custom Fields)
---------------------*/

.tecnologia-logo {
    max-width: 230px;
    left: 20px;
    margin-bottom: 15px;
}

.tecnologia-direccion {
    font-weight: normal;
  	font-size: 11px;
}
.tecnologia-direccion a:link, a:visited {
    font-weight: bold;
  	font-size: 11px;
  	text-decoration: none;
  	border-bottom: 0px;
}


/* BANNER TOP - Corrección de Padding
---------------------*/

.t3-banner .bannergroup {
    padding: 20px;
    text-align: center;
    border-bottom: 4px solid #262626;
}


/* BANNER LEADING SIDEBAR - Ajustes para el Banner de Revista Digital
---------------------*/

.banner-magazine-text {
    font-weight: bold;
  	font-size: 11px;
  	text-decoration: none;
  	border-bottom: 0px;
  	color:#aaa;
  	padding-bottom: 15px;
}

.banner-magazine-title {
    font-weight: bold;
  	font-size: 13px;
  	text-decoration: none;
  	border-bottom: 0px;
  	color:#fff;
  	line-height: 2.5;
}

.banner-magazine-link {
    font-weight: bold;
  	font-size: 11px;
  	text-decoration: none;
  	border-bottom: 0px;
  	color:#fff;
}

.embed-responsive-mine {
   padding-top: 76%;
}

/* BANNER LEADING SIDEBAR - Muestra leading-sidebar en móviles
---------------------*/
.leading-sidebar .banner-sidebar {
  display: block;
}

/* BANNER LEADING SIDEBAR - Cambia color de Fondo y espaciado
---------------------*/
.leading-sidebar .bannergroup {
    background: #111111;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
}

/* NOTICIAS LEADING SIDEBAR - Agrega espacio debajo de Noticias
---------------------*/
.ja-sidenews-list {
  padding-bottom: 10px;
}

/* NOTICIAS LEADING SIDEBAR - elimina 20px que existían debajo del banner
---------------------*/
.items-leading {
    padding-bottom: 0px;
}

/* BANNER SIDEBAR - agrega padding debajo del banner
---------------------*/
.banneritem {
    padding-bottom: 20px;
}

/* BANNER SIDEBAR - quita el color gris de fondo
---------------------*/
.item-page .item-sidebar .bannergroup {
    background: #fff;
}

/* BANNER SIDEBAR - quita el fondo gris obscuro
---------------------*/
.leading-sidebar-banner-pages .bannergroup-banner-pages {
    background: #fff;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
}

/* IMÁGENES DE ARTÍCULOS - ajuste del ancho del fondo
---------------------*/
.img_caption p.img_caption, figure figcaption {
    width: 93%;
}

