
@media print {
  .dontPrint {
    display: none;
  }
}

.titulo_busqueda {
  max-width: 75%;
margin-top: 0px;
margin-bottom: 0px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   /*line-height: 24px; */    /* fallback */
   /*max-height: 42px;*/      /* fallback */
   height: 52px;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;

}


.texto_sinopsis{
	font-size: 16px
}



.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-puntos  {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state:checked ~ .read-more-puntos {
  opacity: 0;
  font-size: inherit;
  max-height: 0;
}


.read-more-state:checked ~ .read-more-wrap .read-more-puntos{
  opacity: 0;
  max-height: 0;
  font-size: 0;
}


.read-more-state ~ .read-more-trigger:before {
  content: 'ver más';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'ver menos';
}

.read-more-trigger {
  cursor: pointer;
  color: #666;
  padding-bottom: 15px;
}

.colorpicker-alpha {display:none !important;}

.colorpicker{ min-width:128px !important;}


th {
  background-color: #66BBEE;
}




