/*elimina imagen destacada de una entrada específica*/

.postid-6565 .wp-post-image,
.postid-2310 .wp-post-image,
.postid-1152 .wp-post-image,
.postid-1091 .wp-post-image,
.postid-1033 .wp-post-image,
.postid-7913 .wp-post-image,
.postid-7945 .wp-post-image,
.postid-7910 .wp-post-image,
.postid-8273 .wp-post-image,
.postid-8292 .wp-post-image,
.postid-8483 .wp-post-image,
.postid-8496 .wp-post-image,
.postid-8513 .wp-post-image,
.postid-8544 .wp-post-image,
.postid-8640 .wp-post-image,
.postid-9258 .wp-post-image,
.postid-9266 .wp-post-image,
.postid-9353 .wp-post-image,
.postid-9361 .wp-post-image,
.postid-9396 .wp-post-image,
.postid-9501 .wp-post-image,
.postid-9523 .wp-post-image,
.postid-9783 .wp-post-image,
.postid-9823 .wp-post-image,
.postid-10041 .wp-post-image,
.postid-10258 .wp-post-image,
.postid-10506 .wp-post-image,
.postid-10538 .wp-post-image,
.postid-10589 .wp-post-image,
.postid-10867 .wp-post-image,
.postid-10874 .wp-post-image,
.postid-16885 .wp-post-image,
.postid-16915 .wp-post-image,
.postid-16899 .wp-post-image,
.postid-16979 .wp-post-image,
.postid-16987 .wp-post-image,
.postid-17193 .wp-post-image,
.postid-17092 .wp-post-image,
.postid-17128 .wp-post-image,
.postid-17216 .wp-post-image,
.postid-17273 .wp-post-image,
.postid-17321 .wp-post-image,
.postid-17389 .wp-post-image,
.postid-17406 .wp-post-image,
.postid-17544 .wp-post-image,
.postid-17568 .wp-post-image,
.postid-17598 .wp-post-image,
.postid-17693 .wp-post-image,
.postid-8033 .wp-post-image,
.postid-18967 .wp-post-image,
.postid-18982 .wp-post-image,
.postid-18670 .wp-post-image{
	display: none !important;
}

/*----CONFIG. GLOBAL TEXTO----*/
/* Texto general en #192db6 */
.texto-azul {
  color: #192db6 !important;
}

/* Enlaces en negrita y color base */
.texto-azul a.enlace-destacado {
  color: #192db6 !important;
  font-weight: 700;
  text-decoration: none !important;
}

/* Hover de los enlaces */
.texto-azul a.enlace-destacado:hover {
  color: #5a7cff !important;
}

/* Hover de los enlaces (bloques html) */
.enlace-destacado {
  color: #192db6 !important;
  text-decoration: none !important;
}

.enlace-destacado:hover {
  color: #5a7cff !important;
}

/* Elimina subrayados de links */
a {
    text-decoration: none !important;
}

a:hover, a:focus, a:visited {
    text-decoration: none !important;
}


/* Elimina títulos de encabezados */
.entry-header {
    display: none !important; 
}


/* Texto azul SOLO en páginas de entrada individual del blog */
body.single .entry-content p,
body.single .entry-content li,
body.single .entry-content span,
body.single .entry-content div {
  color: #192db6 !important;
}

/* Enlaces en el contenido */
body.single .entry-content a {
  color: #192db6 !important;
  text-decoration: none !important;
}

/* Hover de enlaces */
body.single .entry-content a:hover {
  color: #5a7cff !important;
}

/* SOLO en la página FAQ (page-id-205) */
body.page-id-205 .entry-content p,
body.page-id-205 .entry-content li,
body.page-id-205 .entry-content span,
body.page-id-205 .entry-content div,
body.page-id-205 .entry-content dt,
body.page-id-205 .entry-content dd {
  color: #192db6 !important;
}

/* Enlaces dentro del FAQ */
body.page-id-205 .entry-content a {
  color: #192db6 !important;
  text-decoration: none !important;
}

/* Hover de enlaces */
body.page-id-205 .entry-content a:hover {
  color: #5a7cff !important;
}




