.cambio_visores {
  clear: both;
  display: table-cell;
  float: right;
  height: 29px;
  margin-bottom: 10px;
  /*padding-left: 543px !important;*/
  padding-top: 7px;
  vertical-align: middle;
}
.cambio_visores > * {
    float: left;
    margin-left: 5px;
}
.cambio_visores img {
    border: 1px solid #2776b8;
    border-radius: 3px;
    height: 27px;
}
.cambio_visores span {
    display: table-cell;
    height: 24px;
    vertical-align: middle;
}
.cambio_visores img:hover {
    background: #ddd none repeat scroll 0 0;
}
#results .vista {
    float: left;
    width: 100%;
}
.opciones_resultados {
  clear: both;
  height: 42px;
  width: 100%;
}
.cambio_visores img.activo {
  background: #ccccff none repeat scroll 0 0;
}
#results .vista .entrada .details{
	width: 85%;
}