﻿@charset "utf-8";
* html img/**/ {
filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="img/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}


/* ------- PADRONIZAÇÃO -------- */
* {margin:0; padding:0;}

address,th { font-style:normal; font-weight:normal;}

table { border-collapse:collapse; border-spacing:0px; margin:0px;}

caption,th { text-align:left;}

img,fieldset { border:none;}

ol,ul { list-style:none; font-size:inherit;}

a { text-decoration:none;}




textarea { font-family:"Lucida Sans", helvetica, verdana, arial;}

form { margin:0px; padding:0px;}

html, body { height:100%; margin:0px; padding:0px; font:11px "Lucida Sans", helvetica, verdana, arial; }

body {background-image: url(../img/bg.jpg);	background-color: #000000; background-attachment: scroll; background-repeat: no-repeat;	background-position: center;}


h1, h2, h3, h4, h5 {  padding:0px; margin:0px;}

/* ------- CLASS'S -------- */

.clear {clear:both} /* <br class=”clear”> */


/* ------- DIV'S -------- */

#geral {width:760px; margin:auto; padding:0px;}
#geral #topo {float:left; width:760px;}

#geral #corpo {float:left; width:760px;}
#corpo #box_destaque {float:left; width: 230px; height: 244px;margin-left: 5px;   margin-top: 10px; display:block;}
#box_destaque #tt {	width: 230px;}
#box_destaque #cont_box_dest {width: 230px; margin-top: 3px;}

#box_agenda {float: left; width: 215px; height: 244px;margin-top: 10px; margin-left: 10px; _margin-left: 5px; }
#box_agenda #tt_agenda { width: 215px;}
#box_agenda #cont_box_agenda {float: left; width: 150px;height: 180px;}

#box_video {float: left; width: 256px; height: 240px;margin-top: 10px; margin-left: 10px; _margin-left: 5px; }
#box_galeria {float: left; width: 480px; height: 120px;margin-top: 10px; margin-left: 5px;  }
#box_galeria #galeria_dest{float: left; width: 235px;margin-top: 10px; margin-left: 5px; }
#box_galeria #img_foto{float: left; width: 102px; }
#box_galeria #cont_foto{float: left; width: 133px; }

#box_newsletter {float: left; width: 256px; height: 120px;margin-top: 10px; margin-left: 10px;  }

#emails { border:1px solid #6A5931; width:200px;	height:20px; margin-top:2px; background-color: #D9D3BB;}
#cadastrar { border:1px solid #6A5931; width:80px;	height:20px; margin-top:2px; background-color: #D9D3BB;}

#materia { float:left; width:720px; margin-left:20px;}
#discografia { width:140px; height:172px; float:left; margin-left:20px; margin-right:20px; margin-bottom:16px; font-size:11px;}
#discografia .tt  { font-size:1.3em; color:#867855; display:block; padding-bottom:5px;}
#discografia span {color:#e10729; line-height:1.5em;}

#base {float: left; width:100%; height:100px; margin-top: 20px;  background-image: url(../img/bg_base.jpg); }
#m_corporate {float: left;width:380px; padding-top: 10px; }
#m_comunidade {float: left;width:380px;  }
#m_cont {float: left; width:576px;}
#m_cont li {display: inline; color:#FFF; margin-left: 1.0em;height:1%; }
#m_cont a {color:#FFFFFF; text-decoration:none;}
#m_logo {float: left; width:759px; margin-top:10px; }