body {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-family: "Helvetica", Tahoma, Arial, Verdana, Sans-Serif;
    font-size: 12px;
    background: #f6f6f6;
    overflow-x: hidden;
}

#wrapper {
    width: 1200px;
    margin: 0 auto;
}

#maincontainer {
    margin: 0 auto;
    max-width: 100%;
    width: 1200px;
    overflow: hidden;
    clear: both;
}

#head {
    width: 100%;
    height: 70px;
    background: #4527a0;
    /*box-shadow: 0 2px 20px #858D93;*/
    border-bottom: 1px solid #311b92;
    position: relative;
    z-index: 1;
}

#logo {
    width: 300px;
    height: 70px;
}

#logoi {
    width: 300px;
    height: 70px;
    float: left;
}

#menu {
    width: 100%;
    background: none repeat scroll 0 0 #222222;
    position: relative;
    z-index: 100;
    clear: both;
    color: #cccccc;
    font-weight: bold;
}

.menuTabs li {
    float: left;
    margin-right: 4px;
    transition: all 350ms ease;
}

.menuTabs li a {
    color: #aaaaaa;
    font-size: 11px;
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 350ms ease;
}

.menuTabs li a:hover,
.menuTabs li.tabbed.here a,
#menu ul.menuTabs li.here,
.menuTabs li#tabbedhome.here,
.userInfoLogin li:hover {
    color: #fff;
    background: none repeat scroll 0 0 #333333;
}

.userInfoLogin ul {
    margin: 0;
    padding: 0;
}

.userInfoLogin ul li {
    float: left;
}

.userInfoLogin .usernameMenu a {
    color: #aaaaaa;
    padding: 10px 10px 9px;
}

.userInfoLogin a {
    color: #aaaaaa !important;
    padding: 12px 12px 13px;
    display: block;
}

.opciones_usuario {
    float: right;
    text-align: right;
    height: 30px;
}

.userInfoLogin {
    font-weight: 700;
}

div.anon {
    margin-right: 4px;
}

div.anon a.opcion {
    float: right;
    color: #aaaaaa;
    font-size: 11px;
    display: block;
    padding: 10px 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 250ms;
}

div.anon a.opcion:hover {
    color: #fff;
    background: none repeat scroll 0 0 #333333;
}

.subMenuContent .clearBoth {
    display: none;
}

.subMenuContent.hide {
    display: none;
}

.subMenu {
    background-color: rgba(249, 249, 249, 0.52);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.subMenu.here {
    display: block;
}

.subMenu-bg {
    background-color: rgba(249, 249, 249, 0.52);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.subMenu-bg-dark .subMenu ul.tabsMenu li:hover a {
    color: rgba(255, 255, 255, 0.8);
}
.subMenu ul.tabsMenu {
    padding: 0;
    margin: 0;
}
.subMenu ul.tabsMenu li {
    display: inline-block;
    vertical-align: top;
}

.subMenu ul.tabsMenu li:hover a {
    color: rgba(90, 118, 137, 0.7);
}

.subMenu ul.tabsMenu li a {
    color: rgb(90, 118, 137);
    font-weight: bold;
    font-size: 8pt;
    display: block;
    padding: 14px;
}

.subMenu > ul.tabsMenu > li > a:hover {
    text-decoration: none;
}

.subMenu ul.tabsMenu li.here {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background: #f6f6f6;
}

.subMenu ul.tabsMenu,
.subMenu .filterCat {
    display: inline-block;
    vertical-align: middle;
}

.subMenu select {
    float: right;
    margin: 7px 10px 0 0;
    width: 200px;
}

.subMenu .filterCat {
    width: 340px;
}

.subMenu .filterCat span {
    color: #555;
    font-size: 11px;
    display: block;
    float: left;
    margin: 9px 10px 0 0;
    font-weight: bold;
}

.subMenu .filterCat {
    width: 340px;
}

.subMenu .filterCat span {
    color: #555;
    font-size: 11px;
    display: block;
    float: left;
    margin: 9px 10px 0 0;
    font-weight: bold;
}

#contenido_principal {
    display: flex;
}

#sidebar {
    width: 33.33333%;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    background: #fbfbfb;
    padding: 40px 40px 30px;
    box-sizing: border-box;
    float: right;
    flex: 1;
}

#main {
    width: 66.66667%;
    padding: 40px 40px 30px;
    box-sizing: border-box;
    height: auto;
    float: left;
    overflow: hidden;
}

#sagas-main{
    margin: 40px 30px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* SAGAS */
.saga{
    background: #424242;
    border: 1px solid #000;
    padding: 5px;
    display: inline-block;
    margin: 10px 14px 10px 0;
    width: 255px;
    transition: all 1s ease;
}

.saga:nth-child(4n) {
  margin: 10px 0;
}

.saga:hover{
    background: #4527a0;
}

.saga img {
    display: block;
    overflow: hidden;
    position relative;
    width: 255px;
    height: 355px;
}

.saga a {
    display: block;
    height: 180px;
    line-height: 0;
    position: absolute;
    width: 255px;
    z-index: 200;
}

.saga_info span.title, .saga_info span.title.comments{
    background: rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid #111;
    color: #DDD;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    top: 0;
    width: 100%;
    box-sizing: border-box;
}

.saga_info span.title.comments {
    top: 32px;
    opacity:0;
    transition:all 1s ease;
}

.saga_info span.title.more {
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: none;
    font-size: 50px;
    height: 291px;
    text-align: center;
    top:64px;
    opacity:0;
    transition:all 1s ease;
}
    
.saga_info:hover span.title.comments, .saga_info:hover span.title.more {
    opacity:1;
}

.pag_sagas{
    text-align: center;
    padding: 10px;
    overflow: hidden;
    clear: both;
    color: transparent;
    margin:10px 0 10px 25px;
}

.pag_sagas b {
    color: #fff;
    background-color: #4527a0;
    border: 1px solid #5e35b1;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    margin-right: 2px;
}

.pag_sagas a {
    color: #5e35b1;
    border:  1px solid;
    border-color:  #5e35b1;
    background-color: transparent;
    background-image: none;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* FOOTER */
footer {
    background: #fff;
    padding: 30px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 15px #d6d6d6;
    text-align: center;
}

footer img {
    float: left;
}

footer div.f_list {
    overflow: hidden;
    clear: both;
}

footer div.f_list li {
    font-size: 14px;
    margin: 10px 0 0 24px;
    display: inline-block;
    float: right;
}

footer div.f_list li a {
    color: #4527a0;
}

/***** login box *****/
.menu_centro input.ilogin {
    font-size: 10px;
    width: 65px;
}

#login_box {
    position: fixed;
    right: 35%;
    top: 150px;
    width: 350px;
    z-index: 3000;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#login_box .login_header {
    background: #4527a0;
    width: 100%;
    height: 50px;
    z-index: 2;
}

#login_box .login_header h3 {
    color: #ffebee;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

#login_box .login_cuerpo label {
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}

#login_box .login_cuerpo {
    background: #fff;
    color: #272727;
    padding: 30px 20px;
    text-align: left;
    white-space: normal;
}

.login_cuerpo #login_error {
    display: none;
    text-align: center;
    font-size: 12px;
    color: #bbdefb;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #c62828;
    background: #e53935;
    margin-bottom: 25px;
}

.login_cuerpo form {
    font-weight: bold;
    margin: 0;
}

.login_cuerpo #login_cargando {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
    border: 0;
}

.login_footer{
    display: block;
}

.login_footer a{
    color: #4527a0;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

div.group {
    position: relative;
    margin-bottom: 45px;
}

input.login {
    background: #fff;
    color: #4527a0;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575;
    text-align: left;
}

input.login:focus {
    outline: none;
}

label.l_text {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input.login:focus ~ label,
input.login:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #4527a0;
}

.bar {
    position: relative;
    display: block;
    width: 315px;
}

.bar:before,
.bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #4527a0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

input.login:focus ~ .bar:before,
input.login:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input.login:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #0d47a1;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #0d47a1;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #0d47a1;
    }
    to {
        width: 0;
        background: transparent;
    }
}

div.l_footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

input.l_entrar {
    width: 150px;
    background: transparent;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px 15px;
    border: 3px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    margin-right: 10px;
}

input.l_entrar:hover {
    border: 3px solid #4527a0;
    color: #4527a0;
}

a.l_cerrar {
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 9px 15px;
    border: 3px solid transparent;
    color: #fff;
    transition: all 0.4s ease;
}

a.l_cerrar:hover {
    border: 3px solid #4527a0;
    background: #4527a0;
    color: #fff;
    text-decoration: none;
}
/* BOXES */
.box {
    border: 1px solid #d0d1d3;
    margin-bottom: 15px;
}

.box h2 {
    border-bottom: 1px solid #d0d1d3;
    color: #494d50;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    background: #fff;
    padding: 6px 9px 6px 10px;
}

.box_i {
    float: right;
    padding: 4px 0 0 0;
}

.box_c {
    padding: 8px;
    background: #fff;
}

.mas {
    text-align: center;
    border-top: 1px solid #d0d1d3;
    font-weight: 700;
    background: #f2f2f2;
}

.mas a {
    padding: 5px;
    color: #5e35b1;
    display: block;
}

div.h_sta {
    height: 50px;
}

div.h_sta span {
    width: 23%;
    float: left;
    border-right: 1px dashed #ccc;
    text-align: center;
}

div.h_sta span:last-child {
    border: none;
    margin-left: 10px;
}

div.h_sta span b {
    font-weight: bold;
    font-size: 20px;
    color: #5e35b1;
    text-align: center;
}

div.h_sta span p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #999;
    font-size: 10px;
}

img.afiliado {
    width: 290px;
    height: 85px;
    padding: 5px;
    border: 1px solid #d0d1d3;
    background: #fff;
    opacity: 0.7;
    transition: all 200ms linear;
    margin-bottom: 5px;
}

img.afiliado:hover {
    opacity: 1;
    background: #5e35b1;
}

.box_cuerpo ol.cleanlist {
    list-style: none outside none !important;
    padding: 0 10px;
}

ol.cleanlist li {
    padding: 5px;
    position: relative;
    background: #eee;
    border-radius: 3px;
    color: #777;
    margin-bottom: 5px;
}

ol.cleanlist li:nth-child(2n + 1) {
    background: #fff;
    border: 1px solid #d1d2d3;
}

ol.cleanlist li:last-child {
    margin-bottom: none;
}

ol.cleanlist li a {
    color: #777;
}

ol.cleanlist li span {
    position: absolute;
    right: 5px;
}

/* POST STICKY */
.sti li {
    border-bottom: solid 1px #eeeeef;
}

.sti li:last-child {
    border-bottom: none;
}

.sti li a {
    display: block;
    padding: 3px;
    background: #fbfbfb;
    overflow: hidden;
    height: 54px;
    text-decoration: none !important;
}

.sti li a:hover {
    background: #fff;
}

.sti li a h3 {
    color: #7e7e7e;
    font-size: 13px;
    font-weight: normal;
    margin: 3px 0 3px 0;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    word-wrap: break-word;
}

.sti li a h3:hover {
    color: #5e35b1;
}

.sti li img {
    width: 54px;
    height: 54px;
    float: left;
    margin-right: 10px;
}

.sti li p {
    color: #adadad;
    font-size: 11px;
    margin: 0;
    height: 15px;
    overflow: hidden;
    font-weight: normal;
}

.sti li p:hover {
    color: #000;
}

/* ULTIMOS POST */
.post {
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #fdfdfd;
    padding: 5px;
    box-shadow:
        0 3px 6px rgba(102, 119, 136, 0.03),
        0 1px 2px rgba(102, 119, 136, 0.3);
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
}

.post_portada {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    padding: 3px;
    width: 114px;
    height: 160px;
}

.post_portada img {
    width: 100%;
    height: 100%;
}

.post_desc {
    border-right: 1px dashed #ddd;
    float: left;
    height: 140px;
    line-height: 1.4;
    padding-right: 20px;
    width: 430px;
    margin-top: 15px;
    overflow: hidden;
}

.post_desc a {
    color: #66757f;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    transition:
        color 0.5s ease 0s,
        background 0.5s ease 0s;
    -moz-transition:
        color 0.5s ease 0s,
        background 0.5s ease 0s;
    -webkit-transition:
        color 0.5s ease 0s,
        background 0.5s ease 0s;
    -o-transition:
        color 0.5s ease 0s,
        background 0.5s ease 0s;
}

.post_desc a:hover {
    color: #5e35b1;
}

.post_desc .resumen {
    color: #777777;
    margin-top: 10px;
    text-align: justify;
}

.post_datos {
    float: left;
    overflow: hidden;
    padding-left: 15px;
    padding-top: 4px;
    text-align: center;
}

.post_datos .categoria {
    background: #f5f5f5;
    color: #b5b5b5;
    border-radius: 3px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 7px;
    padding: 12px 0;
    width: 100px;
    display: block;
}

.post_datos .ver {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    transition:
        color 0.5s ease 0s,
        background 0.5s ease 0s;
    -moz-transition:
        color 0.5s ease 0s,
        background 0.5s ease 0s;
    -webkit-transition:
        color 0.5s ease 0s,
        background 0.5s ease 0s;
    -o-transition:
        color 0.5s ease 0s,
        background 0.5s ease 0s;
}

.post_datos .ver:hover {
    color: #5e35b1;
}

/* POST CONTENIDO */
.post-contenedor {
    width: 700px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow:
        0 10px 15px rgb(17 24 39 / 10%),
        0 4px 6px -2px rgb(17 24 39 / 5%);
    float: left;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.post-contenido img {
    max-width: 680px !important;
}

.post-category-img img {
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(204, 204, 204);
    vertical-align: top;
    padding: 3px;
    width: 53px;
}

.post-category-img,
.post-data,
.post-AdminMod-tools {
    display: inline-block;
    vertical-align: top;
}

.post-data {
    margin-top: 8px;
    margin-left: 10px;
}

.post-data span:first-child {
    color: rgb(104, 104, 104);
    font-size: 13pt;
    display: block;
    padding: 0;
    margin: 0;
}

.post-data span {
    font-size: 10pt;
    color: rgb(164, 164, 164);
}

.post-contenido {
    margin-top: 20px;
    padding: 12px;
    border-top: 1px solid #eee;
    font-size: 13px;
    line-height: 1.5em;
    overflow: hidden;
    box-sizing: border-box;
}

.tags {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.tags a {
    border: 1px solid rgba(204, 204, 204, 0.4);
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease;
    color: rgb(61, 61, 61);
    display: inline-block;
    border-radius: 3px;
    margin: 3px 0 0 0;
    font-weight: bold;
    padding: 5px 6px;
    font-size: 8pt;
}

.tags a:hover {
    background-color: rgba(204, 204, 204, 0.2);
    text-decoration: none;
}

.p_meta {
    border: 1px solid rgba(115, 142, 154, 0.38);
    padding: 0;
    margin-bottom: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    clear: both;
    overflow: hidden;
}

.meta_arr {
    border-bottom: 1px solid rgba(115, 142, 154, 0.38);
    height: 44px;
}

.caja_visitas {
    position: relative;
    float: right;
    text-align: right;
    line-height: 0.8em;
}

.caja_visitas .total {
    color: #333;
    font-size: 24px;
    margin: 0 19px 0 0;
    line-height: 44px;
    letter-spacing: -1px;
}

.caja_visitas .total strong {
    float: left;
    margin-right: 3px;
}

.caja_visitas .total span {
    float: right;
    font-size: 24px;
    line-height: 44px;
    font-weight: lighter;
    color: #939393;
    text-transform: uppercase;
}

.meta_sta {
    border-top: solid 1px #fff;
    padding: 0.5em 1em;
    height: 40px;
}

.meta_sta .info {
    float: left;
    border-top: 1px solid #fff;
    margin-top: 2px;
}

.meta_sta .info a {
    font-size: 12px;
    text-decoration: none;
}

.post-bloquear {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    background-image: url(images/bloquear_usuario.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 170px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#post-comentarios {
    float: right;
    width: 720px;
    overflow: hidden;
}

#post-comentarios .comentarios-title {
    width: 720px;
}

#post-comentarios .miComentario .answerTxt {
    margin-left: 0px;
    width: 720px !important;
}

.comment-box {
    position: relative;
    font-size: 10pt;
    width: 642px;
    float: left;
}

.especial1 {
    border-top: 5px solid #7dbef1;
}
.especial2 {
    border-top: 5px solid #ff0000;
}
.especial3 {
    border-top: 5px solid #ff8c00;
}
.especial4 {
    border-top: 5px solid #4527a0;
}

.comentario-post {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(210, 210, 210);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-sizing: border-box;
}

.comentario-post:hover .avatar-32 {
    border: 1px solid #000;
    -moz-box-shadow: 0 3px 3px #ccc;
}

.avatar-box {
    position: relative;
    float: left;
}

.avatar-box img,
div.comentario-post .avatar-32 {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(225, 225, 225);
    background-color: rgb(255, 255, 255);
    vertical-align: top;
    padding: 3px;
    height: 50px;
    width: 50px;
}

.comment-box .comment-info {
    background: none repeat scroll 0% 0% rgb(227, 227, 227);
}

.comment-info a.nick {
    color: rgb(0, 127, 255);
}

.comment-info .floatL {
    color: rgb(138, 138, 138);
    padding: 6px;
}

.comment-content {
    background: #fff;
    overflow: hidden;
    padding: 10px;
}

/* POST  AUTOR */
.post-user-autor {
    margin-bottom: 10px;
}

.post-autor-rango {
    border-bottom: 1px dashed rgb(204, 204, 204);
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.post-autor-rango span {
    font-weight: bold;
    font-size: 11pt;
}

.post-user-img {
    float: left;
}

.post-user-img a img {
    border: 1px solid rgb(204, 204, 204);
    vertical-align: top;
    padding: 3px;
    width: 128px;
}

.post-user-datos {
    padding: 3px 10px;
    overflow: hidden;
}

.post-user-datos span {
    border-bottom: 1px dashed rgb(204, 204, 204);
    color: rgb(119, 119, 119);
    font-weight: bold;
    font-size: 10pt;
    display: block;
    padding: 4px 0;
}

.post-user-datos span:last-child {
    border: 0;
}

.post-user-datos strong {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 7pt;
    display: block;
    margin: 0;
}

.post-user-datos span i {
    vertical-align: top;
}

.post-user-name {
    border-bottom: 1px solid rgb(202, 221, 235);
    border-top: 1px solid rgb(202, 221, 235);
    background: rgb(222, 241, 255);
    color: rgb(112, 131, 145);
    text-align: center;
    position: relative;
    font-weight: bold;
    margin-top: 0.5em;
    font-size: 10pt;
    padding: 5px;
}

.post-user-name .bottom-t {
    position: absolute;
    color: rgb(202, 221, 235);
    margin: 0px 45%;
}

.buttons-prof-post {
    float: right !important;
    display: inline-block;
}

.bar-us {
    border-right: 26px solid rgb(204, 204, 204);
    width: 40%;
    height: 4px;
}

.bar-us.Usuario.Online {
    background-color: rgb(118, 186, 77);
}

.bar-us.Usuario.Inactivo {
    background-color: rgb(219, 179, 0);
}

.bar-us.Usuario.Offline {
    background-color: rgb(242, 4, 0);
}
/* POST RELACIONADOS / MAS AUTOR */
.p-rela {
    width: 115px;
    text-align: center;
    margin-bottom: 10px;
    display: inline;
}

.p-rela img {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 3px;
    width: 137px;
    height: 180px;
    transition: 0.3s;
}

.p-rela img:hover {
    background: #512da8;
}

/* Buscador */
#bg_buscador{
    clear: both;
    overflow: hidden;
}

.espacio{
    margin-bottom: 15px;
}

.buscador-home {
	width: 730px;
}

.bus-resul {
	float: right;
	width: 710px;
	margin: 10px;
}

.bus-side {
    float: left;
    width: 250px;
    margin: 10px;
}

.titulo {
	overflow: hidden;
	clear: both;
	margin: 0 0 10px 0;
}

.titulo h2 {
	margin: 0;
    text-transform: uppercase;
    color: rgb(90, 118, 137);
    float: left;
    font-size: 1.17em;
}

.searchFil {
	color: #666;
}

.searchWith {
    display: inline-flex;
}

.searchWith a:last-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.searchWith a:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.searchWith a {
	color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;   
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;    
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 135px;
}

.searchWith a:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.searchWith a:active, .searchWith a.here {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.searchBar {
    background-clip: padding-box;   
    padding: 10px;
    width: 297px;
    font-size: 18px;
    border: 1px solid #ced4da;
}

select.b_cat{
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(images/select.svg) no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none;
}

.b_alert{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #4527a0;
    background-color: #c2aeff;
    border-color: #c2aeff;
}

.b_alert h1{ 
    font-size: 30pt;
    margin: 0;
    font-weight: bold;
}

.b_alert p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 10pt;
    text-align: justify;
}

/* CUENTA */

.sidebar-tabs .avatar-big-cont {
    position: relative;
    width: 240px;
    height: 240px;
    overflow: hidden;
    padding: 7px;
    border: 2px solid #ccc;
    background: #fff;
    margin: 16px auto 8px;
}

/* SCROLL */
#scroll-up {
    position: fixed;
    display: none;
    color: #ededed;
    border: none;
    font-weight: bold;
    width: 70px;
    line-height: 40px;
    height: 70px;
    background: rgba(28, 28, 28, 0.5);
    border-radius: 100px;
    right: 46.75%;
    bottom: -35px;
    transition: 0.3s;
}

#scroll-up:hover {
    background: #673ab7;
}

#scroll-up i {
    font-size: 40px;
    margin: 2px 22px;
    color: white;
}

/* MODAL */
.pasoDos {
    display: none;
}

.pasoDos select {
    width: 310px;
    margin-bottom: 5px;
}

#mask {
    background: #111;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#mydialog #dialog {
    text-align: left;
    border: 1px solid #311b92;
    display: none;
    z-index: 101;
    border-radius: 3px;
}

#mydialog #cuerpo {
    background: #fff;
    border-radius: 0 0 3px 3px;
    padding-top: 15px;
}

#mydialog #dialog #title {
    text-align: left;
    border-bottom: 1px solid #311b92;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    background: none repeat scroll 0 0 #4527a0;
    text-transform: uppercase;
}

.registro .disabled {
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#modalBody label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

#modalBody input {
    margin-bottom: 10px;
    border: 1px solid #c4c2b9;
    padding: 6px 4px;
}

#modalBody input.checkbox {
    margin: none;
    border: none;
    background: #fff;
    width: auto;
    padding: 0;
    border-radius: 0;
}

#mydialog #buttons {
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.close_dialog {
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
}

/* TIPSY */
.tipsy {
    background-repeat: no-repeat;
    padding: 6px 5px;
    font-size: 9pt;
}

.tipsy-inner {
    background: rgba(0, 0, 0, 0.9);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-align: center;
    max-width: 200px;
    padding: 6px 12px;
    font-weight: 500;
}
.tipsy-north {
    background-image: url(images/tipsy-north.gif);
    background-position: top 1px center;
}
.tipsy-south {
    background-image: url(images/tipsy-south-n.png);
    background-position: bottom center;
}
.tipsy-east {
    background-image: url(images/tipsy-east.gif);
    background-position: right center;
}
.tipsy-west {
    background-image: url(images/tipsy-west.gif);
    background-position: left center;
}

/* ALERTAS */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

/* BOTONES */
.pull-right {
    float: right !important;
    margin-top: 7px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-primary {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-info {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #512da8;
    text-decoration: underline;
}

/* LOADER */
#loading{
    position:fixed;
    top: 4%;
    left: 3%;
    z-index:10003
}

.carga_back {
	width: 46px;
	height: 46px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #000;
	border-radius: 50%;
	float: left;
	margin: 10px;
}

.carga {
	width: 30px;
	height: 30px;
	border-right: 8px solid #4D4D4D;
	border-bottom: 8px solid #4D4D4D;
	margin: auto;
	border-radius: 50%;
	animation: rotate 2s infinite linear;
}

.carga.violet {
	border-left: 8px solid #A366CC;
	border-top: 8px solid #A366CC;	
}


@-webkit-keyframes rotate {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotate {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-ms-keyframes rotate {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@keyframes rotate {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

