﻿.modulo_compartir {
    clear: both;
    padding: 12px 0;
    float: none;
}

.modulo_compartir ul {
    list-style: none;
}

.modulo_compartir ul li {
    float: left;
    padding: 0;
    background: none;
}

.modulo_compartir button {
    border: none;
    margin: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
}

.modulo_compartir button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.modulo_compartir button:focus {
    outline: none;
}

.modulo_compartir .barra_servicios {
    float: left;
}

.modulo_compartir .lista_servicios li {
    margin: 2px;
}

.modulo_compartir .boton_enviar {
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
    height: 29px;
    padding: 2px;
    float: left;
    width: 93px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 25px;
}

.modulo_compartir .boton_enviar {
    opacity: .76;
}

.modulo_compartir .boton_enviar:hover {
    opacity: 1;
}

.modulo_compartir .boton_enviar:focus {
    outline: none;
}

.modulo_compartir .servicio {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    float: left;
}

.modulo_compartir .servicio {
    background-image: url(/iconos/v1.x/v1.5/varios/compartir_sprite.png);
    background-repeat: no-repeat;
}

.modulo_compartir .contador {
    display: inline-block;
    float: right;
    text-align: right;
    padding: 0 4px 0 2px;
    color: #fff;
    overflow: hidden;
    max-width: 62px;
    overflow: hidden;
}

/*
.modulo_compartir .whatsapp{position:relative;margin-right:11px;}
*/
.modulo_compartir .lasticon:after {
    content: '';
    width: 1px;
    height: 25px;
    display: block;
    border-right: 1px solid #EBEBEB;
    position: absolute;
    right: -9px;
    top: 2px;
}

.modulo_compartir .whatsapp .boton_enviar {
    background-color: #65BC54;
}

.modulo_compartir .whatsapp .servicio {
    background-position: 0 0;
}

.modulo_compartir .facebook .boton_enviar {
    background-color: #4862A3;
}

.modulo_compartir .facebook .servicio {
    background-position: 0 -25px;
}

.modulo_compartir .twitter .boton_enviar {
    background-color: #55ACEE;
}

.modulo_compartir .twitter .servicio {
    background-position: 0 -50px;
}

.modulo_compartir .linkedin .boton_enviar {
    background-color: #017EB4;
}

.modulo_compartir .meneame .boton_enviar {
    background-color: #FF6300;
}

.modulo_compartir .linkedin .servicio {
    background-position: 0 -75px;
}

.modulo_compartir .googleplus .boton_enviar {
    background-color: #DA4735;
}

.modulo_compartir .googleplus .servicio {
    background-position: 0 -100px;
}

.modulo_compartir .email .boton_enviar {
    background-color: #7193AB;
}

.modulo_compartir .link .boton_enviar {
    background-color: #7193AB;
}

.modulo_compartir .comments .boton_enviar {
    background-color: #7193AB;
}

.modulo_compartir .comentarios {
    float: right;
}

.modulo_compartir .comentarios .boton_enviar {
    padding: 1px;
    background-color:;
    border: 1px solid #EBEBEB;
    background: #F5F5F5;
    width: auto;
}

.modulo_compartir .comentarios .servicio {
    background-image: url(/iconos/v1.x/v1.0/varios/comentarios_aeaeae.png);
    background-position: center center;
}

.modulo_compartir .comentarios .contador {
    color: #515151;
    width: auto;
}

.modulo_compartir .barra_varios {
    position: relative;
    float: right;
}

.modulo_compartir .barra_varios li > .boton {
    font-weight: normal;
    font-size: 11px;
    line-height: 29px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #666;
    background-repeat: no-repeat;
    border-radius: 2px;
    padding: 0 4px 0 22px;
    display: inline-block;
    box-sizing: border-box;
}

.modulo_compartir .barra_varios li > .boton:hover {
    opacity: .8;
}

.modulo_compartir .barra_varios li > .boton:hover {
    color: #000;
}

.modulo_compartir .barra_varios li > .inactivo {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modulo_compartir .barra_varios li > .inactivo:hover {
    color: #555;
    cursor: help;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modulo_compartir .capa {
    width: 300px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    -moz-box-shadow: 1px 2px 2px #ccc;
    -webkit-box-shadow: 1px 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;
    padding: 15px;
    position: absolute;
    top: -12px;
    left: auto;
    right: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    z-index: 1010;
    text-align: left;
    display: none;
}

.modulo_compartir .capa .encabezado {
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
}

.modulo_compartir .capa_guardar {
    width: 250px;
    padding-left: 14px;
    display: none;
}

.modulo_compartir .capa_desplegada {
    display: block;
    animation: fadeIn .5s linear forwards;
    -webkit-animation: fadeIn .2s linear forwards;
    -moz-animation: fadeIn .2s linear forwards;
    -o-animation: fadeIn .2s linear forwards;
    -ms-animation: fadeIn .2s linear forwards;
}

.modulo_compartir .capa .encabezado p {
    font-size: 11px;
    line-height: 19px;
    margin: 0;
    float: left;
    padding-left: 17px;
}

.modulo_compartir .capa .cerrar {
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


.modulo_compartir .capa p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px 0;
    padding-left: 0;
}

.modulo_compartir .capa_guardar .guardar {
    width: 200px;
    display: block;
    float: left;
    border: none;
    margin: 0;
    padding: 4px 10px 6px 17px;
    color: #666;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    font-family: 'Roboto', sans-serif;
}


.modulo_compartir .capa_enviar_correo p a {
    font-weight: bold;
    color: #0097c8;
    border: none;
}

.modulo_compartir .capa p a:hover {
    border-bottom: 1px dotted #0097c8;
}


.modulo_compartir .capa_enviar_correo legend {
    display: none;
}

.modulo_compartir .capa_enviar_correo label {
    display: block;
    margin: 0 0 5px 0;
}

.capa_enviar_correo input, .capa_enviar_correo textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 278px;
    padding: 10px;
    margin: 0 0 15px 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    color: #0097c8;
}

.modulo_compartir .capa_enviar_correo textarea {
    height: 100px;
}

.modulo_compartir .capa_enviar_correo .aclaracion {
    width: 190px;
    float: left;
    margin: 0;
    color: #666;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
}

.modulo_compartir .capa_enviar_correo input.enviar, .modulo_compartir .capa_guardar .aceptar {
    width: 100px;
    float: right;
    color: #fff;
    margin: 0;
    display: block;
    background-color: #333;
    padding: 6px 0 8px 0;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.modulo_compartir .capa_guardar .aceptar {
    margin-top: 15px;
}

.modulo_compartir .capa_enviar_correo .enviar:hover, .capa_guardar .aceptar:hover {
    cursor: pointer;
    background-color: #0097c8;
    color: #fff;
}

.modulo_compartir .capa .ok, .modulo_compartir .capa .error {
    color: #72ae00;
    line-height: 18px;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    padding: 10px 10px 10px 45px;
    border-radius: 2px;
}


.modulo_compartir .capa .error strong {
    display: block;
}

.modulo_compartir .capa_guardar .enlace {
    background-color: #ddd;
    border: 1px solid;
    border-color: #fff;
    border-top: none;
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
}

.modulo_compartir .capa_guardar .enlace span {
    border: 1px solid;
    border-color: #ddd;
    display: block;
    padding: 10px 10px 10px 45px;
}

.modulo_compartir .capa_guardar .enlace, .modulo_compartir .capa_guardar .enlace span {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.modulo_compartir .capa_guardar .enlace:hover {
    background-color: #efefef;
    color: #333;
}

.modulo_compartir .capa_guardar .enlace:hover span {
    border-color: #f3f3f3 #efefef #efefef;
}

/* Horizontal */
.disposicion_horizontal .comentarios {
}

.disposicion_horizontal .barra_varios {
    float: right;
    position: relative;
}

.disposicion_horizontal .modulo_compartir .capa {
    top: 0;
    left: auto;
    right: 0;
}

.disposicion_horizontal .barra_varios li {
}

.disposicion_horizontal .barra_varios .boton {
    margin-left: 5px;
}

/* Horizontal tras cuerpo de noticia*/
.columna_texto + .modulo_compartir {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    float: none;
    clear: both;
    margin-bottom: 30px;
}

.columna_texto + .modulo_compartir .barra_varios .imprimir {
    display: none;
}

.columna_texto + .modulo_compartir .boton_enviar {
}

.columna_texto + .modulo_compartir .whatsapp {
    margin-right: 0;
}

.columna_texto + .modulo_compartir .whatsapp:after {
    display: none;
}

.columna_texto + .modulo_compartir .comentarios {
    display: none;
}

/* Vertical */
.disposicion_vertical .modulo_compartir {
    width: 87px;
    position: absolute;
    padding: 0;
}

.disposicion_vertical .barra_varios {
    border-bottom: 1px solid #E0E0E0;
    float: none;
}

.disposicion_vertical .barra_varios li .boton {
    padding: 0 0 0 24px;
    display: block;
    border-radius: 0;
    width: 87px;
}

.disposicion_vertical .barra_varios li {
    border-top: 1px dotted #E0E0E0;
    position: relative;
}

.disposicion_vertical .barra_varios li:first-child {
    border: none;
}

.disposicion_vertical .barra_varios .imprimir {
    background-position: 2px center;
}

.disposicion_vertical .modulo_compartir .capa {
    top: 0;
    left: 0;
    right: auto;
}

.disposicion_vertical .modulo_compartir .capa .enviar {
    background-position: 0 8px;
    padding: 6px 10px 6px 22px;
}

.disposicion_vertical .modulo_compartir .capa_guardar .guardar {
    padding-left: 23px;
}

/* Ajuste publicidad 90x90 en noticia */
.disposicion_vertical + .envoltorio_publi {
    position: absolute;
    margin-top: 71px;
}

.disposicion_vertical + .envoltorio_publi .publi_luto_horizontal > div {
    border: none;
}

.modulo_compartir .capa_compartir {
    top: 0;
    left: 0;
    width: 120px;
    padding: 6px 7px 7px 7px;
}
