/*MUSICA-=-=-=-=-=-=-=-=-=-=-=-=-*/

div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 180px;
  width: 380px;
  /* Add scroll-bars */
  overflow: auto;
}

ul.sc_menu {
  display: block;
  height: 250px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('/static/img/navigation.png');
  list-style: none;
}

.sc_menu li {
  display: block;
  float: left;
  padding: 0 5px 0 0;
  width:80px;
  text-align:center;
}

.sc_menu a {
  display: block;
  text-decoration: none;
  background:none;
}

.sc_menu a:hover {
  background:none;
}

.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}/* CSS Document */

.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.sc_menu a:hover span {
  display: block;
  font-size:11px;
}

.sc_menu img {
  border: 1px #fff solid;
}

.sc_menu a img {
  border: 1px #fff solid;
  filter:alpha(opacity=50);
  opacity: 0.2;
}

.sc_menu a:hover img {
  filter:alpha(opacity=100);
  opacity: 1.0;
}

/*TEATRO-=-=-=-=-=-=-=-=-=-=-=-=-*/

div.sc_menu2 {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 180px;
  width: 380px;
  /* Add scroll-bars */
  overflow: auto;
}

ul.sc_menu2 {
  display: block;
  height: 250px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('/static/img/navigation.png');
  list-style: none;
}

.sc_menu2 li {
  display: block;
  float: left;
  padding: 0 5px 0 0;
  width:80px;
  text-align:center;
}

.sc_menu2 a {
  display: block;
  text-decoration: none;
  background:none;
}

.sc_menu2 a:hover {
  background:none;
}

.sc_menu2 span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}/* CSS Document */

.sc_menu2 span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.sc_menu2 a:hover span {
  display: block;
  font-size:11px;
}

.sc_menu2 img {
  border: 1px #fff solid;
}

.sc_menu2 a img {
  border: 1px #fff solid;
  filter:alpha(opacity=50);
  opacity: 0.2;
}

.sc_menu2 a:hover img {
  filter:alpha(opacity=100);
  opacity: 1.0;
}

/*OUTRA ÁREAS-=-=-=-=-=-=-=-=-=-=-=-=-*/

div.sc_menu3 {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 180px;
  width: 380px;
  /* Add scroll-bars */
  overflow: auto;
}

ul.sc_menu3 {
  display: block;
  height: 250px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('/static/img/navigation.png');
  list-style: none;
}

.sc_menu3 li {
  display: block;
  float: left;
  padding: 0 5px 0 0;
  width:80px;
  text-align:center;
}

.sc_menu3 a {
  display: block;
  text-decoration: none;
  background:none;
}

.sc_menu3 a:hover {
  background:none;
}

.sc_menu3 span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}/* CSS Document */

.sc_menu3 span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.sc_menu3 a:hover span {
  display: block;
  font-size:11px;
}

.sc_menu3 img {
  border: 1px #fff solid;
}

.sc_menu3 a img {
  border: 1px #fff solid;
  filter:alpha(opacity=50);
  opacity: 0.2;
}

.sc_menu3 a:hover img {
  filter:alpha(opacity=100);
  opacity: 1.0;
}