/* alineacion categoria noticia individual */
.penci-entry-categories, .entry-meta.penci-entry-meta {
	text-align: left;
}

/* estilo widget cotizacion */
.cotizacion .wpb_content_element {
	margin-bottom:15px !important;
}

.cotizacion .wpb_text_column {
	padding: 5px !important;
	background: transparent;
}

div.cotizacion {
	background-color: #6d6d6d !important;
	color: white !important;
	margin: 0 !important;
	padding-top: 15px;
  border-radius: 3px;
}

div.cot-valor {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 0;
  text-align: center;
  width: 100%;
}

.cotizacion .vc_column_container:not(.vc_column-inner) {
  width: 50% !important;
  float: left;
}

.cotizacion a {
  color: white;
}

/* fuente tablas de estadisticas */
.colored_table table.ninja_table_pro.inverted.table tr td {
	font-weight: bold;
}

/* modulo noticias más vistas portada */
/* antiguo
.noticias-mas-vistas .penci-post-item {
width: auto !important;
}

@media screen and (min-width: 480px) {
  .penci-block_15.penci-vc-column-2 .penci-post-item:nth-last-child(2) {
    border-bottom: 1px solid #ececec !important;
    margin-bottom: 20px !important;
  }
  .penci-block_15.penci-vc-column-2 .penci-post-item:nth-last-child(2) .penci_media_object {
    margin-bottom: 20px !important;
  }
}
*/
.noticias-mas-vistas li {
  border-bottom: 1px solid #ececec !important;
	margin-bottom: 20px !important;
}

/* fondo cabecera, color y borde para solucionar visualizacion en safari */
div.site-branding h1, div.site-branding h2 {
  background-color: #0074b1;
  border-bottom: 1px solid #0074b1;
}

/* barra ultima hora */
.ultima-hora h3.penci-news_ticker__title {
  background-color: red !important;
}

/* proporcion tamaño foto bloques tipo 1, usa media query para ocupar el ancho completo en vista de moviles */
@media screen and (min-width: 800px) {
.penci-block_1 .block1_first_item .penci_post_thumb {
  width: 50% !important;
}
}

/* estilo entradilla de las noticias en vista individual */
div.entradilla {
  margin-top: 30px;
  margin-bottom: 30px;
}

div.entradilla p {
  font-size: 18px;
}

/* peso fuente titular noticia individual */
h1.penci-entry-title {
  font-weight: 800;
}

/* enlace 'mi suscripcion' menu */
li.menu-cuenta {
  background-color: #0074b1 !important;
}

li.menu-cuenta a {
  color: white !important;
}

/* ajuste columnas pagina tienda */
/*ul.products.columns-4 li.product {
  width: 22%;
  float: left;
  clear: none;
  margin: 10px;
}*/

/* estilo texto paginas de productos */
.woocommerce-product-details__short-description p {
  font-size: 17px;
}

#tab-description p {
  font-size: 17px;
}

/* pagina revistas digitales */
div.numero-revista {
  float:left;
  width:23%;
  min-width:290px;
  max-height:405px;
  margin:25px 10px;
}

div.numero-revista img {
  width:295px;
  height:380px
}

/* nube etiquetas */
a.tag-cloud-link.tag-link-597 {
  display:none;
}

/* padding del widget de publicidad de la barra lateral */
.widget.ai_widget {
  padding:0;
}

/* bloque de contenido exclusivo edicion papel */
.cep-imagen {
  width: 125px;
  height: 125px;
  float:left;
  background-image: url('/wp-content/uploads/2019/06/tribuna-automocion-ico.png');
  background-size: 125px 125px;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-bottom: 10px;
}

.cep-texto h4 {
  text-align: center;
  color: goldenrod;
}

.cep-texto p {
  text-align: center;
}

/* noticias relacionadas */
.rpbt_shortcode .gallery .gallery-caption {
  font-weight: bold;
  font-style: normal;
}

.rpbt_shortcode .gallery .gallery-icon img {
  border: none !important;
}

.rpbt_shortcode .wp-caption-text {
  padding: 0 7px;
}

@media screen and (max-width: 800px) {
  .rpbt_shortcode .gallery-columns-3 .gallery-item {
    max-width: 100%;
  }
}