html { width:100%; font-family: 'Open Sans', sans-serif; }
body { margin: 0 auto; width:100%; }
ul li { display:inline; list-style: circle; }
a { border-style: none; }
button { font-size: 24px; }



#topo { background: url(img/bg_topo.jpg) repeat-x; height: 342px; }
#conteudo {}
#conteudoprogramacao { width:949px; margin: 0 auto; height:202px; }
#rodape { background: url(img/bg_rodape.jpg) repeat-x; height:52px; }
#programas { background: url(img/bg_programas.jpg) repeat-x; height:244px; width:100%; margin-bottom: 30px; }
#streaming { border: 4px solid #FFFFFF; width:949px; height:425px; background: #FFFFFF; margin:0 auto;}
#content { width:100%; }
#sobreatv { }

.alinhar { margin-left:520px; margin-top: 20px;} 
.alinharbotao { margin-left:550px; margin-top:30px; margin-bottom: 30px; }
.alinhar3{ margin-left:490px; margin-top:60px; }
.alinharcentro { margin-left: 520px; text-align: center; }
.alinharesquerda { margin-left: 160px;}
.alinharmenu { margin-left: 120px; }
.espacodireita { margin-right: 180px; }
.espacodireita2 { margin-right: 170px; }
.espacoesquerda { margin-left: 30px; }
.espacoesquerda2{ margin-left: 15px; }
.umpoucomais { margin-left: 30px; }
.textosobre { margin-left:190px; text-align: justify; color: #666666; width: 900px; font-weight: bold; font-size: 20px; }
.alinharalturadireita { padding-bottom: 70px; margin-right: 30px; }
.alinharalturaesquerda { padding-bottom: 70px; margin-left: 30px; }
li .programas { background: url("img/bg_programa.png") no-repeat; width: 202px; height: 202px; display: inline-table; }
.embreve { font-size: 30px; text-align: center; width: 100%; margin-left: 380px; }
ul .programacao { width: 949px; }

div.clear {clear:both;}

/* Demo Styles */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.swiper-container {
  width: 949px;
  height: 250px;
  color: #fff;
  text-align: center;
}
.red-slide {
background: url("img/bg_programa.png") no-repeat;	
  /*background: #ca4040;*/
}
.blue-slide {
  /*background: #4390ee;*/
background: url("img/bg_programa.png") no-repeat;  
}
.orange-slide {
  /*background: #ff8604;*/
background: url("img/bg_programa.png") no-repeat;  
}
.green-slide {
  /*background: #49a430;*/
background: url("img/bg_programa.png") no-repeat;  
}
.pink-slide {
  /*background: #973e76;*/
background: url("img/bg_programa.png") no-repeat;  
}
.swiper-slide .title {
  font-style: italic;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 55px;
  line-height: 25px;
  color:#000000;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #aaa;
}