html {
    background: #ffffff;
}

body {
    /*columns: 30em; pone las columnas a la pagina*/
    /*column-gap: 20px;*/
    /*margin: 6em 3% 19em 3%;*/
    background: #ffffff;
    color: #000000;
    /*font-family: OpenSans-Regular;*/
    font-size-adjust: none;
    /*position: absolute;*/
    /*box-shadow: 0 .3em 1em #000;*/
    /*margin-top: 2em;*/
    /*margin-bottom: 2em;*/
    word-break: break-word;
}


/*DIVS DE CABECERA*/

#visor-cabecera {
    width: 95%;
    height: auto;
    left: 0;
    right: 0;
    /*    float: left;*/
    border-bottom: 8.71px solid rgb(141, 27, 52);
}

.herramientas {
    margin-top: 40px;
    width: 100%;
    height: 100px;
}


/*DIVS DE ARTICULO*/

#articulo {
    width: 95%;
    max-width: 650px;
    /*left: 15%;*/
    position: center;
    color: #222222;
}

#articulo-meta,
#articulo-body,
#back,
.articulo-acerca,
.articulo-resumen,
.articulo-palabras,
.articulo-resumen-traduccion,
.articulo-palabras-traduccion,
.nombre,
.apellidos,
.email,
.institucion,
.pais,
.url-r,
.informacion {
    word-wrap: break-word;
    font-family: OpenSans-Regular;
    font-size: 12pt;
}

#articulo-body.articulo-resumen-traduccion {
    word-wrap: break-word;
}


/*front*/

#articulo-meta {
    width: 95%;
    max-width: 650px;
    color: black;
    font-weight: bold;
}

#articulo-meta>.articulo-titulo {
    font-size: 22pt;
    color: #6277BB;
}

#articulo-meta>.articulo-titulo-traduccion {
    font-size: 16pt;
    color: #7C85A2;
}

#articulo,
#articulo-meta,
#articulo-acerca,
#articulo-body,
#back {
    width=95%;
    font-size: 12pt;
    max-width: 650px;
    /*padding: 0 5px;*/
    margin: 0 auto 50px auto;
}

#articulo-meta {
    max-width: 650px;
}

#articulo-acerca {
    padding-bottom: 30px;
    border-bottom-style: dotted;
    border-width: 1px;
}

#back {
    padding-bottom: 30px;
}

#ficha-general {
    border: none;
    border-color: rgb(127, 129, 128);
    border-width: .876pt 0px;
    padding: 10px 0px;
}

.autor {
    padding-bottom: 13px;
}

#autores-articulo>.nombre-completo {
    display: block;
}

#autores-articulo .nombre,
#autores-articulo .apellidos,
.nombre-fecha,
.funding,
.collab {
    font-weight: bold;
}

.doi {
    font-style: italic;
}

.resumen,
.resumen-trans {
    display: block;
    color: #000000;
    font-size: 12pt;
}


/*.articulo-palabras > .negrita:first-child, .articulo-palabras-traduccion > .negrita:first-child {
	display: block;
	color: #000000;
	font-size: 10pt;
}*/

.capital,
.articulo-palabras,
.articulo-palabras-traduccion {
    font-size: 11pt;
}


/*ESTILOS PALABRAS INDIVIDUALES*/

.italica {
    font-style: italic;
}

.negrita {
    font-weight: bold;
    color: #788ac2;
}


/*
table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 1px 5px 1px 5px;
    font-size: 14px;
}
*/

.table-ried {
    max-width: 95%;
    border-top: 1px solid Gray;
    border-bottom: 1px solid Gray;
    border-collapse: collapse;
    padding: 1px 5px 1px 5px;
    font-size: 14px;
    margin: auto;
}

td .negrita {
    color: #000000;
}

.negrita.seccion {
    color: #788ac2;
}

.romanos,
.titulo,
.subtitulo {
    font-family: OpenSans-Regular;
    font-variant: small-caps;
    letter-spacing: 1px;
}

.superindice {
    vertical-align: super;
    font-size: 10px;
}

.subindice {
    vertical-align: sub;
    font-size: 10px;
}

.sangria {
    font-size: 12pt;
}

.quote {
    font-style: italic;
    margin-left: 25px;
    margin-right: 25px;
}

li {
    padding-bottom: 8px;
}

.numeracion {
    list-style-type: none;
}

.vinietas {
    list-style-type: inherit;
}

.alpha-lower {
    list-style-type: lower-alpha;
}

.alpha-upper {
    list-style-type: upper-alpha;
}

.roman-lower {
    list-style-type: lower-roman;
}

.roman-upper {
    list-style-type: upper-roman;
}

.simple {
    list-style-type: none;
}

.capital::first-letter {
    font-weight: bold;
}

.imagen-formula {
    margin-top: 20px;
}

.imagen {
    page-break-inside: avoid;
}

a {
    color: #788ac2;
}

.alpha-lower,
.alpha-upper,
.vinietas {
    margin-left: -10px;
    font-size: 12pt;
}

.numeracion {
    margin-left: -25px;
    font-size: 12pt;
}

.inciso {
    margin-left: -15px;
    width: 15px;
    display: inline-block;
}

.imagen-formula {
    margin-top: 20px;
}

.capital::first-letter {
    font-weight: bold;
}

.captionS {
    font-weight: bold;
}

.num-rev {
    font-weight: bold;
}

h1,
h2,
h3 {
    color: #000000;
}


/*.fechas-h,*/

.ficha,
.financiamientos-r {
    display: none;
}

.url-r,
.ficha {
    padding-bottom: 1pt;
}

.fechas-h {
    padding-top: 7pt;
}


/* ESTILO PARA LAS IMAGENES EN EL TEXTO */

.cuadro {
    width: auto;
    border: 0px solid #000000;
    padding: 10px;
    color: #515151;
    background-color: #ffffff;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.cuadro img {
    max-width: 95%;
    */ height: auto;
}

.inlineImage {
    max-height: 14px;
    position: relative;
    top: 2px;
    display: inline;
}

.formula {
    margin-top: -17px;
}

.imagen {
    margin: auto;
    page-break-inside: avoid;
}

.imagen img {
    max-width=95%;
}

.imagen {
    page-break-inside: avoid;
}

.formula .MathJax_SVG,
.imagen-formula {
    margin-right: 5%;
}


/*NOTAS*/

.nota {
    font-size: 12pt;
    margin-left: 20px;
    padding-bottom: 10px;
}

.nota>p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.nota>p:last-child {
    margin-bottom: 16px;
}

.nota-autor {
    font-size: 12pt;
    margin-left: 20px;
    padding-bottom: 10px;
}

.label {
    width: 15px;
    font-weight: bold;
}

.referencia {
    font-size: 12pt;
    margin-left: 15px;
}

.bibliografia {
    font-size: 11pt;
    margin-left: 15px;
}

.apendice {
    font-size: 12pt;
}

.art-title,
.statement {
    line-height: normal;
}

.editor {
    color: #7f8080;
    font-size: 13px !important;
}

.publisher {
    line-height: 23px;
}

.word-black {
    font-weight: bold;
}

p[class="verso"] {
    margin-left: 15%;
    margin-right: 15%;
    font-size: 12px;
}

.verso-title {
    font-weight: bold;
}

.verso {
    font-style: italic;
}

.contenedor-tabla {
    /*max-height: 1000px;
    max-width: 95%;
    overflow: visible;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;*/
}

.contenedor-tabla table {
    word-break: initial !important;
}

.product-portada-col,
.product-portada-img,
.product-portada-img>img {
    max-width: 80px;
}

.product-portada-data {
    font-weight: initial;
    font-size: 12px;
}

.informacion {
    font-size: 12pt;
    border: 1px solid #000000;
    padding: 10px;
    margin-bottom: 30px;
}

#articulo-categoria {
    font-size: 17pt;
    color: #FE811C;
    font-weight: bold;
    display: none;
}

.cssToolTip {
    position: relative;
    color: #ff8c00;
}

.cssToolTip span {
    max-height: 138px;
    width: 350px;
    right: auto;
    bottom: auto;
    display: none;
    position: absolute;
    background-color: #efeded;
    padding: 10px 20px;
    display: none;
    z-index: 2;
    overflow: hidden;
    color: white;
    background-color: #e7801f;
    border-radius: 8px;
    font-size: 14px;
}

.creative,
.creditos {
    display: none;
}

.institucion,
.pais {
    font-style: italic;
}

.cssToolTip:hover span {
    display: inline;
}