body{
    background: black url("../images/bg_geral.jpg") repeat top left;
    font: normal 12px Arial;
    margin: 0px;
    color:lightgray;
}

a:link {
    border:none;
    text-decoration: none;
    color:#FFF;
}    
a:visited {
    border:none;
    text-decoration: none;
    color:#FFF;
}  
a:hover {
    border:none;
    text-decoration: none;
    color:yellow;
} 
a:active {
    border:none;
    text-decoration: none;
    color:#FFF;
} 

#corpo{
    background-color: black;
    width: 900px;
    height:600px;
    margin: 0 auto;
    position:relative;
    top:8px;
}

#esq{
    background: black url("../images/capa_esq.jpg") no-repeat top right;
    width: 402px;
    height:600px;
    float: left;
}

#centro{
    background-color: black;
    width: 460px;
    height:600px;
    position: absolute;
    opacity: .90;    
    z-index:100;
    right:180px;
    text-align:center;
    overflow:hidden;
}

#dir{
    background: black url("../images/letras_dir.png") no-repeat top left;
    width: 180px;
    height:600px;
    float: right;
}

.tabs{
    height:540px;
}

#cab{
    height:16px;
    text-align:right;
    vertical-align:middle;
    position:relative;
}

.flag{
    width:16px;
    height:11px;
    font-size: .9em;
    padding-left:18px;
    margin-left:5px;
}

#br{
    background:url("../images/br.png") no-repeat top left ;
}

#us{
    background:url("../images/us.png") no-repeat top left;    
}

#cc{
    position:absolute;
    left:0px;
    width:85px;
    height:15px;
    overflow:hidden;
}

#ms{
    text-align:justify;
    font-size:70px;
    /*background:url("../images/ms.png") no-repeat top left;*/
    width:256px;
    height:152px;
    margin:130px 0px 0px 80px;
}

#rod{
    margin-top:5px;
    height:25px;
    text-align:right;
    vertical-align:middle;
    position:relative;
    padding: 3px;
}

.corpo_bloco{
    padding:15px;    
}


#license{
    display:none;
}

#files{
    display:none;
}

.text{
    width:100%;
    margin-top:5px;
    padding:2px;
}

.button{
    margin-top:5px;
}

.bloco_audio{
    height:70px;
    text-align:left;
    padding: 15px 0 0 70px;
    cursor:pointer;
    
}

.icon_aiff{
    background:url("../images/aiff.png") no-repeat 15px 15px;
}

.icon_mp3{
    background:url("../images/mp3.png") no-repeat 15px 15px;
}

#coments{
    height:200px;
    overflow-y:auto;
    overflow-x:hidden;    
}

#leia_coment{
    margin-top:10px;
}

.lable{
    margin-top:5px;
}

.bloco_coment{
    border-bottom:1px dotted gray;
    margin-bottom: 20px;
    padding-bottom:10px;
}

.corpo_coment{
    text-align:justify;
    font-size: 14px;
}

.nome_coment{
    text-align:right;
    font-size: 14px;
    font-weight:bold;
    color:red;
}

.icon_rod{
    border:0px !important;
}

#cred{
    height:475px;
    width:460px;
    overflow-y:scroll;
    overflow-x:hidden;
    position:absolute;
    left:-5px;
}

#cred1{
    margin-top:20px;
}


#cred2{
    margin-top:50px;
}


#thank{
    margin-top:50px;
}


#lock_email_down{
    position:absolute;
    width:390px;
    height:95px;
    top:95px;
    display:none;
    
}