div.contenedor-principal-opinion {
    width: 1130px;
    display: table;
    margin: auto;
}

/*Varios1 (opinion)*/
section#modulo-varios-1 {
    width: 1150px;
    max-height: 1210px;
    /* background: #f7f5f6; */
    display: table;
    margin: auto;
    padding-bottom: 20px;
    margin: 5px !important;
}

section#modulo-varios-1 .contenedor-rotulo-seccion {
    width: 100%;
    height: 59px;
    font-family: 'Merriweather', serif;
    display: table;
    position: relative;
}

section#modulo-varios-1 .contenedor-rotulo-seccion:after {
    content: "";
    position: absolute;
    border-bottom: 8px solid #0066ff;
    width: 94px;
    left: 0;
    top: 0px;
}

section#modulo-varios-1 .contenedor-rotulo-seccion .rotulo-seccion {
    text-align: left;
    color: #000;
    font-size: 25px;
    word-wrap: break-word;
    font-weight: bold;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

section#modulo-varios-1 article.contenedor-opinion {
    /* max-height: 300px; */
    width: 262px;
    color: #000;
    display: inline-table;
    margin: auto;
    margin: 0 10px;
    background: #fbeded;
    padding: 20px 15px;
    border-radius: 5px;
}

section#modulo-varios-1 article.contenedor-opinion:last-child {
    border-right: none;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-foto-perfil {
    width: 130px;
    height: 130px;
    display: table;
    margin: auto;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-foto-perfil picture {
    margin: 0;
    height: 130px;
    width: 130px;
    overflow: hidden;
    margin: auto;
    display: block;
    border-radius: 50%;
    filter: saturate(20%) contrast(130%);
    background: #fbeded;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-foto-perfil picture img {
    width: 100%;
    height: 130px;
    /* border-radius: 50%; */
    background: #000;
    display: table;
    filter: saturate(20%) contrast(130%);
    position: relative;
    margin: auto;
    /* left: -50%; */
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-foto-perfil:before {
    content: "";
    width: 128px;
    height: 128px;
    padding: 1px;
    background: rgba(14, 101, 210, 0.32);
    position: absolute;
    border-radius: 50%;
    margin-left: 0px;
    z-index: 1;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-nombre-perfil {
    width: 100%;
    min-height: 50px;
    font-family: 'lato', serif;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    /* font-style: italic; */
    color: #333;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-nombre-perfil:after {
    content: "";
    /* position: absolute; */
    border-bottom: 5px solid #0066ff;
    width: 50px;
    max-width: 186px;
    display: table;
    margin: auto;
    margin-top: 6px;
}

section#modulo-varios-1 article.contenedor-opinion .sector {
    width: 100%;
    max-height: 130px;
    font-family: lato;
    /* margin-top: 25px; */
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    font-family: 'lato', serif;
    color: #0066ff;
}

section#modulo-varios-1 article.contenedor-opinion h3.contenedor-titulo-perfil {
    width: 100%;
    max-height: 130px;
    font-family: lato;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Merriweather', serif;
    min-height: 133px;
    color: #333;
}

section#modulo-varios-1 article.contenedor-opinion h3.contenedor-titulo-perfil:hover {
    color: #333 !important;
}

section#modulo-varios-1 article.contenedor-opinion a:hover {
    color: #333 !important;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-bajada-perfil {
    width: 100%;
    margin: auto;
    font-family: lato;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    text-indent: 30px;
    color: #666;
    /* border-radius: 5px; */
    display: table;
    position: relative;
    min-height: 255px;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-bajada-perfil img {
    font-weight: normal;
    font-size: 35px;
    left: 0px;
    position: absolute;
    top: -9px;
    display: table;
    width: 32px;
    height: 32px;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-bajada-perfil span {
    margin-left: 6px;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-bajada-perfil::after {
    content: "Ver +";
    color: #06f;
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-datos {
    bottom: 0;
    width: 100%;
    /* margin: auto; */
    display: table;
    /* max-height: 100px; */
    margin-top: 20px;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 15px;
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-datos .fecha-publicacion {
}

section#modulo-varios-1 article.contenedor-opinion .contenedor-datos .fecha-publicacion time {
    color: #666;
    font-weight: normal;
}

/*Varios2 (opinion)*/
section#modulo-varios-2 {
    width: 1150px;
    max-height: 1210px;
    /* background: #f7f5f6; */
    display: table;
    margin: auto;
    padding-bottom: 20px;
    margin: 5px !important;
}

section#modulo-varios-2 .contenedor-rotulo-seccion {
    width: 1130px;
    height: 80px;
    position: relative;
}

section#modulo-varios-2 .contenedor-rotulo-seccion:after {
    content: "";
    top: 40px;
    /* right: 10px; */
    position: absolute;
    border-bottom: 1px solid #0066ff;
    width: 1130px;
}

section#modulo-varios-2 .contenedor-rotulo-seccion .rotulo-seccion {
    text-transform: capitalize;
    background: #0066ff;
    height: 30px;
    position: absolute;
    margin: 25px 20px 0px 40px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 0px 20px;
    z-index: 1;
    font-weight: bold;
    font-family: lato;
}

section#modulo-varios-2 article.contenedor-opinion {
    /* max-height: 300px; */
    min-height: 547px;
    width: 100%;
    max-width: 206px;
    color: #000;
    display: inline-table;
    margin: auto;
    margin: 0 0px;
    background: #ececec;
    padding: 20px 20px;
    margin: 10px 10px;
    border-radius: 5px;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-foto-perfil {
    width: 130px;
    height: 130px;
    display: table;
    margin: auto;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-foto-perfil picture {
    margin: 0;
    height: 130px;
    width: 130px;
    max-width: 290px;
    overflow: hidden;
    margin: auto;
    background: #ececec;
    display: block;
    border-radius: 50%;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-foto-perfil picture img {
    width: 100%;
    height: 130px;
    border-radius: 50%;
    background: #000;
    display: table;
    filter: saturate(0%) contrast(130%);
    position: relative;
    margin: auto;
    /* left: -50%; */
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-foto-perfil:before {
    content: "";
    width: 128px;
    height: 128px;
    padding: 1px;
    position: absolute;
    border-radius: 50%;
    margin-left: 0px;
    z-index: 1;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-nombre-perfil {
    width: 100%;
    min-height: 50px;
    font-family: 'lato', serif;
    margin-top: 15px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    /* font-style: italic; */
    color: #333;
}

section#modulo-varios-2 article.contenedor-opinion.contenedor-nombre-perfil:hover {
    color: #333 !important;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-nombre-perfil:after {
    content: "";
    /* position: absolute; */
    border-bottom: 5px solid #0066ff;
    width: 50px;
    max-width: 186px;
    display: table;
    margin: auto;
    margin-top: 6px;
}

section#modulo-varios-2 article.contenedor-opinion .sector {
    width: 100%;
    max-height: 130px;
    /* margin-top: 25px; */
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    font-family: 'lato', serif;
    color: #0066ff;
}

section#modulo-varios-2 article.contenedor-opinion h3.contenedor-titulo-perfil {
    width: 100%;
    /* max-height: 130px; */
    min-height: 121px;
    font-family: lato;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    font-family: 'Merriweather', serif;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-bajada-perfil {
    width: 100%;
    margin: auto;
    font-family: lato;
    margin-top: 15px;
    font-size: 16px;
    line-height: normal;
    font-style: italic;
    text-indent: 30px;
    color: #666;
    display: table;
    min-height: 340px;
    position: relative;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-bajada-perfil img {
    font-weight: normal;
    font-size: 35px;
    left: 0px;
    position: absolute;
    top: -9px;
    display: table;
    width: 32px;
    height: 32px;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-bajada-perfil span {
    margin-left: 6px;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-bajada-perfil::after {
    content: "Ver +";
    color: #06f;
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-datos {
    bottom: 0;
    width: 100%;
    /* margin: auto; */
    display: table;
    /* max-height: 100px; */
    margin-top: 15px;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-datos .fecha-publicacion {
    font-size: 14px;
}

section#modulo-varios-2 article.contenedor-opinion .contenedor-datos .fecha-publicacion time {
    color: #666;
    font-weight: normal;
}

section#modulo-varios-2 article.contenedor-opinion-otros {
    /* max-height: 300px; */
    /* min-height: 547px; */
    width: 204px;
    color: #000;
    display: inline-table;
    margin: auto;
    margin: 0 0px;
    background: #ececec;
    padding: 20px 20px;
    margin: 10px 10px;
    border-radius: 5px;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-foto-perfil {
    width: 130px;
    height: 130px;
    display: table;
    margin: auto;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-foto-perfil picture {
    margin: 0;
    height: 130px;
    width: 130px;
    max-width: 290px;
    overflow: hidden;
    margin: auto;
    background: #ececec;
    display: block;
    border-radius: 50%;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-foto-perfil picture img {
    width: 100%;
    height: 130px;
    border-radius: 50%;
    background: #000;
    display: table;
    filter: saturate(0%) contrast(130%);
    position: relative;
    margin: auto;
    /* left: -50%; */
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-foto-perfil:before {
    content: "";
    width: 128px;
    height: 128px;
    padding: 1px;
    position: absolute;
    border-radius: 50%;
    margin-left: 0px;
    z-index: 1;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-nombre-perfil {
    width: 100%;
    max-height: 60px;
    font-family: 'lato', serif;
    margin-top: 15px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    /* font-style: italic; */
    color: #333;
    min-height: 35px;
}

section#modulo-varios-2 article.contenedor-opinion-otros.contenedor-nombre-perfil:hover {
    color: #333 !important;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-nombre-perfil:after {
    content: "";
    /* position: absolute; */
    border-bottom: 5px solid #0066ff;
    width: 50px;
    max-width: 186px;
    display: table;
    margin: auto;
    margin-top: 6px;
}

section#modulo-varios-2 article.contenedor-opinion-otros .sector {
    width: 100%;
    max-height: 130px;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    font-family: 'lato', serif;
    color: #0066ff;
}

section#modulo-varios-2 article.contenedor-opinion-otros h3.contenedor-titulo-perfil {
    width: 100%;
    max-height: 263px;
    min-height: 123px;
    font-family: lato;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    color: #333;
    font-family: 'Merriweather', serif;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-bajada-perfil {
    width: 100%;
    margin: auto;
    font-family: lato;
    margin-top: 15px;
    font-size: 17px;
    line-height: normal;
    font-style: italic;
    text-indent: 30px;
    color: #666;
    display: table;
    min-height: 340px;
    position: relative;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-bajada-perfil img {
    font-weight: normal;
    font-size: 35px;
    left: 0px;
    position: absolute;
    top: -9px;
    display: table;
    width: 32px;
    height: 32px;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-bajada-perfil span {
    margin-left: 6px;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-bajada-perfil::after {
    content: "Ver +";
    color: #06f;
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-datos {
    bottom: 0;
    width: 100%;
    /* margin: auto; */
    display: table;
    /* max-height: 100px; */
    margin-top: 15px;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-datos .botones-redes-sociales {
    margin-top: 10px;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-datos .botones-redes-sociales .btn-social {
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-datos .fecha-publicacion {
    font-size: 14px;
}

section#modulo-varios-2 article.contenedor-opinion-otros .contenedor-datos .fecha-publicacion time {
    color: #666;
    font-weight: normal;
}

/*Varios3 (opinion)*/
section#modulo-varios-3 {
    width: 1130px;
    /* height: 410px; */
    /* background: #ccc; */
    display: block;
    margin: auto;
    padding-bottom: 20px;
    margin: 5px !important;
    z-index: 99;
}

section#modulo-varios-3 .contenedor-rotulo-seccion {
    width: 1130px;
    height: 80px;
    position: relative;
}

section#modulo-varios-3 .contenedor-rotulo-seccion:after {
    content: "";
    top: 40px;
    /* right: 10px; */
    position: absolute;
    border-bottom: 1px solid #0066ff;
    width: 1130px;
}

section#modulo-varios-3 .contenedor-rotulo-seccion .rotulo-seccion {
    text-transform: capitalize;
    background: #0066ff;
    height: 30px;
    position: absolute;
    margin: 25px 20px 0px 40px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 0px 20px;
    z-index: 1;
    font-weight: bold;
    font-family: lato;
}

section#modulo-varios-3 article.contenedor-opinion {
    /* max-height: 300px; */
    width: 211px;
    color: #000;
    /* background: #352828; */
    padding: 0 0px 20px 0;
}

section#modulo-varios-3 .contenedor-tema {
    width: 336px;
    padding: 20px;
    /* background: #fffcfc; */
    display: table;
    float: left;
    height: 180px;
}

section#modulo-varios-3 .contenedor-tema .contenedor-foto {
    width: 86px;
    max-height: 400px;
    float: left;
}

section#modulo-varios-3 .contenedor-tema .contenedor-foto .contenedor-foto-perfil {
    width: 65px;
    height: 65px;
    display: table;
}

section#modulo-varios-3 .contenedor-tema .contenedor-foto-perfil picture {
    margin: 0;
    height: 65px;
    width: 65px;
    max-width: 290px;
    overflow: hidden;
    margin: auto;
    display: block;
    border-radius: 50%;
    background: white;
}

section#modulo-varios-3 .contenedor-tema .contenedor-foto-perfil picture img {
    width: 100%;
    height: 65px;
    /* border-radius: 50%; */
    background: #000;
    display: table;
    filter: saturate(0%) contrast(130%);
    position: relative;
    margin: auto;
    /* left: -50%; */
}

section#modulo-varios-3 .contenedor-tema .contenedor-foto .contenedor-foto-perfil:before {
    content: "";
    width: 63px;
    height: 63px;
    padding: 1px;
    position: absolute;
    border-radius: 50%;
    margin-left: 0px;
    z-index: 1;
}

section#modulo-varios-3 .contenedor-tema ul.contenedor-cuerpo {
    width: 231px;
    max-height: 400px;
    float: left;
}

section#modulo-varios-3 .contenedor-tema ul.contenedor-cuerpo li.contenedor-opinion {
    margin: 0 0 10px 0;
    list-style: none;
}

section#modulo-varios-3 .contenedor-tema ul.contenedor-cuerpo li.contenedor-opinion .contenedor-nombre-perfil {
    width: 100%;
    max-height: 50px;
    font-family: lato;
    margin-top: 5px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    font-style: italic;
}

section#modulo-varios-3 .contenedor-tema ul.contenedor-cuerpo li.contenedor-opinion .contenedor-nombre-perfil:hover {
    color: #333 !important;
}

section#modulo-varios-3 .contenedor-tema ul.contenedor-cuerpo li.contenedor-opinion .contenedor-nombre-perfil:after {
    content: "";
    /* position: absolute; */
    border-bottom: 5px solid #0066ff;
    width: 50px;
    max-width: 186px;
    display: table;
    margin: auto;
    margin-top: 6px;
    display: none;
}

section#modulo-varios-3 .contenedor-tema ul.contenedor-cuerpo li.contenedor-opinion .sector {
    width: 100%;
    max-height: 130px;
    margin-top: 10px;
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    /* line-height: 1.2; */
    color: #000;
    font-family: 'lato', serif;
    padding: 0 0 5px 0;
    list-style: none;
}

section#modulo-varios-3 .contenedor-tema ul.contenedor-cuerpo li.contenedor-opinion h3.contenedor-titulo-perfil {
    width: 100%;
    max-height: 130px;
    font-family: lato;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    font-family: lato;
    font-family: 'Merriweather', serif;
    color: #0066ff;
}

/*Varios4 (opinion)*/
section#modulo-varios-4 {
    width: 1130px;
    /* max-height: 1210px; */
    /* background: #dadada; */
    display: table;
    margin: auto;
    padding-bottom: 20px;
    /* margin: 5px !important; */
}

section#modulo-varios-4 .contenedor-rotulo-seccion {
    width: 1130px;
    height: 80px;
    position: relative;
}

section#modulo-varios-4 .contenedor-rotulo-seccion:after {
    content: "";
    top: 40px;
    /* right: 10px; */
    position: absolute;
    border-bottom: 1px solid #0066ff;
    width: 1130px;
}

section#modulo-varios-4 .contenedor-rotulo-seccion .rotulo-seccion {
    text-transform: capitalize;
    background: #0066ff;
    height: 30px;
    position: absolute;
    margin: 25px 20px 0px 40px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 0px 20px;
    z-index: 1;
    font-weight: bold;
    font-family: lato;
}

section#modulo-varios-4 article.contenedor-opinion {
    /* max-height: 300px; */
    width: 211px;
    color: #000;
    /* background: #352828; */
    padding: 0 0px 20px 0;
}

section#modulo-varios-4 .contenedor-tema {
    width: 336px;
    padding: 0px;
    /* background: #fffcfc; */
    display: table;
    float: left;
}

section#modulo-varios-4 .contenedor-tema .contenido-columnistas {
    width: 1089px;
    /* padding: 20px; */
    /* background: #fffcfc; */
    display: table;
    /* float: left; */
}

section#modulo-varios-4 .contenedor-tema .contenido-columnistas h2 {
    width: 100%;
    /* padding: 20px; */
    /* background: #fffcfc; */
    display: table;
    float: left;
}

section#modulo-varios-4 .contenedor-tema .contenido-columnistas article {
    width: 336px;
    /* padding: 20px; */
    height: 185px;
    /* background: #fffcfc; */
    /* display: table; */
    float: left;
    /* max-height: 247px; */
    margin: 12px;
}

section#modulo-varios-4 .contenedor-tema .contenido-columnistas article p.titular {
    /* width: 336px; */
    /* padding: 20px; */
    /* background: #fffcfc; */
    /* display: table; */
    /* float: left; */
    width: 100%;
    color: #000 !important;
    max-height: 50px;
    font-family: 'Merriweather', serif;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

section#modulo-varios-4 .contenedor-tema .contenido-columnistas article p.titular a {
    color: #000;
}

section#modulo-varios-4 .contenedor-tema .contenido-columnistas article .content-img {
    /* width: 85px; */
    /* max-height: 400px; */
    float: left;
    margin: 0;
    height: 65px;
    width: 65px;
    max-width: 290px;
    overflow: hidden;
    margin: auto;
    display: block;
    border-radius: 50%;
    margin-right: 20px;
}

section#modulo-varios-4 .contenedor-tema .contenido-columnistas article .content-img img {
    /* width: 100%; */
    height: 65px;
    /* border-radius: 50%; */
    background: #000;
    display: table;
    filter: saturate(0%) contrast(130%);
    position: relative;
    margin: auto;
    /* left: -50%; */
}

section#modulo-varios-4 .contenedor-tema .contenido-columnistas article ul {
    max-height: 300px;
    */width: 211px;
    color: #000;
    /* background: #352828; */ 
    
    padding: 0px 0px 15px 0;
    list-style: none;
}

section#modulo-varios-4 .contenedor-tema .contenido-columnistas article ul li {
    /* width: 336px; */
    /* padding: 20px; */
    /* background: #fffcfc; */
    /* display: table; */
    float: left;
    max-height: 300px;
    */width: 211px;
    color: #000;
    /* background: #352828; */
    padding: 0 0px 10px 0;
    list-style: none;
}

section#modulo-varios-4 .contenedor-tema .contenido-columnistas article ul li a {
    /* width: 336px; */
    /* padding: 20px; */
    /* background: #fffcfc; */
    /* display: table; */
    /* float: left; */
    width: 100%;
    max-height: 130px;
    font-family: lato;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    font-family: lato;
    color: #0066ff;
    margin-top: 10px;
}

/*
    section#modulo-varios-4 .contenedor-tema .contenedor-foto .contenedor-foto-perfil:before{content:"";width: 63px;height: 63px;padding: 1px;/* background: rgba(33, 150, 243, 0.42); position: absolute;border-radius: 50%;margin-left: 0px;z-index: 1;}  
    /*section#modulo-varios-4 .contenedor-tema .contenedor-cuerpo{width: 231px;max-height: 400px;float: left;}
    section#modulo-varios-4 .contenedor-tema .contenedor-cuerpo article.contenedor-opinion .contenedor-nombre-perfil{width: 100%;max-height: 50px;font-family: 'Merriweather', serif;margin-top: 5px;font-size: 14px;font-weight: bold;text-align: left;}
    section#modulo-varios-4 .contenedor-tema .contenedor-cuerpo article.contenedor-opinion .contenedor-nombre-perfil:after{content:"";/* position: absolute; border-bottom: 5px solid #0066ff;width: 50px;max-width: 186px;display: table;margin: auto;margin-top: 6px;display: none;}
    /*section#modulo-varios-4 .contenedor-tema .contenedor-cuerpo article.contenedor-opinion .sector{width: 100%;max-height: 130px;font-family: lato;/* margin-top: 25px; font-size: 14px;font-weight: bold;line-height: normal;font-family: lato;color: #000000;}
    /*section#modulo-varios-4 .contenedor-tema .contenedor-cuerpo article.contenedor-opinion h3.contenedor-titulo-perfil{width: 100%;max-height: 130px;font-family: lato;font-size: 13px;font-weight: normal;line-height: normal;font-family: lato;color: #0066ff;margin-top: 10px;}
    section#modulo-varios-4 .contenedor-tema .contenedor-cuerpo article.contenedor-opinion .contenedor-bajada-perfil{width: 100%;max-height: 130px;font-family: lato;font-size: 13px;font-weight: normal;line-height: normal;font-family: lato;color: #0066ff;margin-top: 10px;}

*/
/*a:link{color:#0066ff; text-decoration: none;}
a:hover{color:black;}*/
