.img_full
{
  width: 100%;
  max-width: 100%;
}

.espacio_secciones
{
  width: 100%;
  padding-top: 80px;
}

.imagen_producto:hover
{
  opacity: 0.8; 
}

.banners_home:hover
{
  opacity: 0.8; 
}

.section
{
  background: #f8f8f8;
}

.btn_actualizar
{
	background: #494949;
    color: #ffffff !important;
    text-align: center;
    padding: 4px 6px;
    margin-top: 5px;
    font-weight: 600;
    display: inline-block !important;
    font-size: 12px !important;
    border: 0px;
    font-weight: 400;
}
.btn_actualizar:hover
{
	background: #0fba65;
}


@media only screen and (min-width: 960px) {
  .table-responsive {
    overflow-x: hidden !important;
  }
}

.table-responsive
{
	border-bottom: 0px !important;
}