.BtnMN{
  position: absolute;
  z-index: 10000000;
  right: 30px;
  top: 50px;
}
h3{
  color: #979797;
  border-bottom: 1px dotted #DDD;
  font-size:18px;
  padding:0 0 10px 0;
  clear:both
}
.votos {
  float:right;
  width:170px;
  margin:0 0 10px 40px;
  border:2px solid transparent;
  padding:10px;
  list-style:none;
}
.votos{
    background: transparent;
}
.votos .dw_button {
  background: url(../img/modelos/votos/votos.png) -64px 0 no-repeat;
  float: left;height: 42px;width: 64px;
  cursor:pointer;
  margin:0 0 0 10px;
}
.votos .dw_button:hover {
  background: url(../img/modelos/votos/votos.png) no-repeat -64px -42px;
}
.votos .up_button {
  background: url(../img/modelos/votos/votos.png) 0 0 no-repeat;
  float: left;
  height: 42px;
  width: 64px;
  cursor:pointer;
}
.votos .up_button:hover{
  background: url(../img/modelos/votos/votos.png) no-repeat 0 -42px;
}
.voting_btn{
  float:left;
}
.voting_btn span{
  font-size: 15px;
  font-family:Arial,sans-serif;
  font-weight: bold;
  margin:10px 0 0 37px;
  display:block;
  width:27px;
  height:22px;
  line-height:22px;
  text-align:center;
  color: #fff;
}
.likes_votado{
  background: url(../img/modelos/votos/votos.png) no-repeat 0 -42px !important;
}
.hates_votado{
  background: url(../img/modelos/votos/votos.png) no-repeat -64px -42px !important;
}
@media (max-width: 439px) and (min-width: 380px){
  .BtnMN{
  right: 50px;
}
}
@media (max-width: 519px) and (min-width: 440px){
  .BtnMN{
  right: 70px;
}
}
@media (max-width: 599px) and (min-width:520px){
  .BtnMN{
  right: 90px;
}
}
@media (max-width: 669px) and (min-width:600px){
  .BtnMN{
  right: 110px;
}
}
@media (max-width: 767px) and (min-width: 670px){
  .BtnMN{
     top: 70px;
  right: 130px;
}
}
@media (max-width: 869px) and (min-width: 768px){
  .BtnMN{
    top: -30px;
  right: 370px;
}
}
@media (max-width: 991px) and (min-width: 870px){
  .BtnMN{
    top: -30px;
  right: 420px;
}
}
@media (max-width: 1199px) and (min-width: 992px){
  .BtnMN{
    top: -30px;
  right: 530px;
}
}
@media (max-width: 1499px) and (min-width: 1200px){
  .BtnMN{
    top: -30px;
  right: 660px;
}
}
@media (max-width: 1919px) and (min-width: 1500px){
  .BtnMN{
    top: -30px;
  right: 850px;
}
}
@media (min-width: 1920px){
  .BtnMN{
    top: -30px;
  right: 900px;
}
}