#accesorios_botones_pagina > div:hover{
  background-color: #e1e1e1;
}

#accesorios_botones_pagina2 > div:hover{
  background-color: #e1e1e1;
}


#accesorios_botones_pagina {
margin-top: 20px;
}

@media only screen and (max-width: 479px) {
	.responsive #top #main .products .product {
		margin: 0 1% 1% 0 !important;
		width: 49% !important;
	}
}

#proteccion_datos_field span.description {
  display: none;
  position: absolute;
  z-index: 1;
}

#proteccion_datos_field label.checkbox:hover +  span.description {
    display: block !important;
    background-color: white;
    border: 1px solid;
}