.tarjeta-contacto {
  color: #24ab1d;
  height: 50px;
  width: 220px;
}
.tarjeta-contacto > h2,
.tarjeta-contacto div,
.tarjeta-contacto p {
  margin: 0 !important;
}
.tarjeta-contacto .avatar {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 7px;
  background-color: #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.tarjeta-contacto h2 {
  font-size: 1.4em;
  height: 1em;
  width: 260px;
}
.tarjeta-contacto h2 a {
  color: #24ab1d;
  text-decoration: none !important;
}
.tarjeta-contacto .nombre-usuario {
  font-size: medium !important;
  margin-top: 1px !important;
  height: 1em;
  overflow: hidden;
}
.tarjeta-contacto .nombre-usuario a {
  color: #999 !important;
  text-decoration: none !important;
  font-size: small !important;
}
.dme-widget {
  position: relative;
  font-family: sans-serif;
  border: 1px solid #ccc;
  border-radius: 7px;
  width: 250px;
  padding: 7px;
}
button.ver-perfil {
  font-size: smaller;
  color: #666;
}
button.ver-perfil:hover {
  color: #fff;
}
.widget-completo button.ver-perfil {
  width: 100%;
  margin-top: 5px;
  padding: 4px;
  font-weight: bold;
}
.widget-completo h2 {
  padding-top: 2px;
}
.widget-reducido .tarjeta-contacto {
  height: 45px;
}
.widget-reducido button.ver-perfil {
  position: absolute;
  right: 7px;
  bottom: 7px;
  font-size: 0.7em;
}
.falda-widget {
  margin-top: 5px;
}
.falda-widget p {
  color: #24ab1d;
  font-weight: bold;
  float: left;
  padding-top: 4px;
}
.falda-widget-localizacion {
  display: table;
  font-size: x-small;
  color: #888;
}
.falda-widget-localizacion > div {
  display: table-cell;
  vertical-align: middle;
}
.falda-widget-localizacion > div:first-child {
  padding-right: 4px;
  vertical-align: bottom;
}
#falda-widget-zona {
  border-right: 2px dotted #ddd;
  padding-right: 7px;
}
#falda-widget-pais {
  padding-left: 7px;
}
#falda-widget-bandera-pais {
  padding-left: 7px;
}
#falda-widget-bandera-pais > img {
  height: 15px;
  width: 15px;
}
.falda-widget-redes-sociales {
  margin-top: 8px;
  height: 24px;
}
/* CORRECCIONES A ADDTHIS */
.addthis_button_facebook_like > iframe {
  min-width: 110px !important;
  height: 20px !important;
}
.addthis_button_tweet > iframe {
  height: 20px !important;
}
