﻿
/* Style tab links */
.tablink {
  background-color: #f2f2f2;
  color: #848484;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 9px;
  font-size: 13px;
  width: 16%;
}

.tablink:hover {
  background-color: #b72245;
  color: white;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  
  position: absolute;
  z-index: 1001;
  margin-top: 0;
  width: 100%;
  padding-top:100px;
}


#containerMenuTabs{
    position:relative
}

#dvButtons {
   
}


#Home {background-color: #b72245;}
#Tienda {background-color: #b72245;}
#Comics {background-color: #b72245;}
#Juegos {background-color: #b72245;}
#Merchandasing {background-color: #b72245;}
#Ofertas {background-color: #b72245;}

