/* COMENTARIOS */

#menuaddcomentario {
  right: 10px;
  text-align: right;
  cursor: pointer;
}
#sumarcoment {
  z-index: 1001;
  background: aliceblue;
  border: 2px black solid;
  border-radius: 5px;
  clear: both;
  float: right;
  position: absolute;
  width: 50%;
  display: none;
  right: 0;
}
#comentarios {
  display: none;
  text-align: center;
}
#comentarios input, label {
  margin: 10px;
}
#textocomentarios {
  min-width: 300px;
  min-height: 100px;
}
.botonadd {
  z-index: 1000;
  clear: both;
  float: right;
  position: absolute;
  width: 200px;
  height: 50px;
}
#murocomentarios {
  max-height: 90vh;
  position: relative;
  width: 60%;
  margin-left: 25%;
  background: black;
  overflow-y: scroll;
  overflow-x: hidden;
}
#cerrarsumarcoment {
  float: right;
  cursor: pointer;
  z-index: 2000;
  width: 100px;
}
.g-recaptcha {
  position: relative;
  left: 40%;
}
@import "compass/css3";
@import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);

#comentarios svg {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0;
  background: black;
}

#comentarios text{
  font-size: 150%;
}

.comentario {
  border-bottom: solid white 2px;
  clear: both;
  position: relative;
  float: left;
  padding: 2px;
  overflow-x: auto;
  width: 100%;
}
.blanco svg text {
  fill: white;
}
.dorado svg text {
  fill: gold;
}
.azul svg text {
  fill: lightblue;
}
.verde svg text {
  fill: lightgreen;
}

.bloquecomment svg text{
  font-size: 200%;
}

.bloquecomment{

}
