* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}

body {
  background-color: #F7F8F7;
}

.top {
  width: 100%;
  height: 110px;
  /*background-image: url("img/logo-alfas.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;*/
  background-color: #dbdbdb;
  box-shadow: 0px -1px 1px #ccc inset;

}

.topcontent {
  /*width: 100%;
  margin: 0 auto;*/
  padding: 20px 40px;
  margin-left: 20%;
  margin-right: 20%
}
@media (max-width:1000px)
{
  .topcontent {
      margin-left: 10%;
      margin-right: 10%;
  }
}
@media (max-width:768px)
{
  .topcontent {
      margin-left: 0%;
      margin-right: 0%;
  }
}
@media (max-width:650px)
{
  .top {
    height: 160px;
  }
  .topcontent {
      margin-left: 0%;
      margin-right: 0%;
  }
  .topleft {
    float: left;
    width: 100%;
    text-align: center;
  }
  .topright {
    float: right;
    margin-top: 1em;
    width: 100%;
    text-align: center;
  }
}

.topleft {
    float: left;
}

.topright {
    float: right;
    margin-top: 1em;
}

.content {
  width: 60%;
  margin: 0 auto;
  padding: 10px 40px;
  background-color: white;
}
@media (max-width:1000px)
{
  .content {
  width: 100%;
  padding: 10px 40px;
  }
}
.content .poll {
  position: relative;
  margin-top: 30px;
}
.content .poll .num {
  position: absolute;
  left: -40px;
  top: -5px;
  background: #eeeeee;
  color: #666666;
  padding: 3px 4px;
  font-size: 14px;
  box-shadow: -7px 0px 0px #dddddd;
}
.content .poll h2 {
  font-weight: 400;
  font-color: black;
  font-size: 23px;
}
.content .poll .choices {
  margin: 10px 0 0 0;
}
.content .poll .choices .choice {
  width: 100%;
  margin: 10px 0;
  clear: both;
}
.content .poll .choices .choice label {
  color: #666;
  font-size: 13px;
  margin-left: 5px;
}
.individual7r{
  float: left;
  width: 18px;
}

.individual7respuestasprimera {
    float: right;
    margin-top: -1em;
}

.individual7respuestaslabel {
    width: 75%;
}

.individual7respuestas, .individual7respuestasprimera{
    float: right;
    width: 25%;
}

@media (max-width:700px)
{
  .individual7respuestaslabel {
    width: 70%;
  }
  .individual7respuestasprimera, .individual7respuestas {
    width: 30%;
  }
  .individual7r {
    float: left;
    width: 16px;
  }
}

@media (max-width:600px)
{
  .individual7respuestaslabel {
    width: 100%;
  }
  .individual7respuestasprimera {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .individual7respuestas {
    width: 100%;
  }
  .individual7r {
    float: left;
    width: 18px;
  }
}

h2{
  line-height: normal;
  position: relative;
  top: -0.2em;
}

.selector-idioma {
    float: right;
    margin-right: 1em;
    margin-top: 1em;
}

select#Idioma {
    width: 150px;
}
