.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

p strong {
	font-weight: 700;
}

 .mostrarvineta li{
   list-style: inherit!important;
   display: list-item !important;
   padding-bottom: 10px;
   color: #666666;
   font-size: 14px !important;

   font-family: 'Open Sans', sans-serif;
}

.mostrarvineta ol{
list-style: decimal;
margin-top: 10px;
   padding-left: 40px;
}
.mostrarvineta ul{
   list-style: inherit!important;
   margin-top: 10px;
   padding-left: 40px;
}

.mostrarvineta p strong {
   color: black;
}


/*Estilos tomados del ckeditor admin*/
.mostrarvineta blockquote {
padding-left: 20px;
padding-right: 8px;
border-left-width: 5px;
}
blockquote {
font-style: italic;
font-family: Georgia, Times, "Times New Roman", serif;
padding: 2px 0;
border-style: solid;
border-color: #ccc;
border-width: 0;
}

blockquote {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 40px;
margin-inline-end: 40px;
}


.mostrarvineta .table {
	color: #025d32; /*verde*/
	background: white;
}

.mostrarvineta .table tr:first-child {
	background: #eab322; /*amarillo*/
}

.mostrarvineta .table tr td {
	border: 1px solid #025d32; /*verde*/
}

.mostrarvineta .table tr td strong {
	font-weight: 600;
}

/*ACTIVAMOS LAS NEGRITAS EN EL LISTADO DE PRODUCTOS*/
.div-resumen-publication-list p strong {
  font-weight: 700;
}