*
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


html
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
}

body
{
    background: #1073ab url('images/blog_bg.jpg') no-repeat fixed -50px -200px;
    font-family: Genova, Arial, Verdana, Tahoma;
    font-size: 9pt;
    color: White;
    text-align: center;
}

a:link
{
    font-weight: bold;
    text-decoration: none;
    color: #002941;
}
a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #002941;
}
a:hover, a:active
{
    text-decoration: none;
    font-weight: bolder;
    color: #00527f;
}
acronym
{
    border-bottom: none;
}

img
{
    border: none;
}



/** ESTRUCTURE ***/

#container
{
    display: table;
    width: 100%;
    height: 100%;
}

#container_row1
{
    display: table-row;
}

#container_row1 .cell
{
    display: table-cell;
}

#container_row2
{
    display: table-row;
    height:30px;
}

#container_row2 .cell
{
    display: table-cell;
    height:50px;
}


/******* SUB-STRUCTURE********/

#sub_container
{
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}

#sidebar
{
    width: 180px;
    float: right;
    height: 100%;
    padding: 0px 10px;
}

#main
{
    width: 780px;
    padding: 0 10px;
    height: 100%;
    float: left;
}


#header
{
    height: 100px;
}


#content
{
    display: table;
    width: 100%;
    height: 100%;
}


#footer
{
    height: 30px;
    text-align: center;
    font-size: 90%;
    clear:both;
}


/****** specific divs ***********/

.tituloPagina
{
    font-weight: bold;
    height: 90px;
    background: url('images/logo.png') no-repeat left top;
    font-size: 16pt;
    font-weight: bold;
    margin: 10px 0px 0px 30px;
    padding: 15px 0 0 170px;
}



#ladoA
{
    position: relative;
    float: left; /*border:solid 1px red;*/
}

#ladoB
{
    position: relative;
    float: right; /*border:solid 1px lime;*/
}



/************************************/

#logo
{
    position: absolute;
    bottom: 30px;
    padding-top: 20px;
    text-align: center;
}

.external_link
{
    text-align: center;
    padding: 10px;
}


/************MENU****************/

#boxMenu
{
    position: relative;
    width: 180px;
    margin-top: 15px;
    background: #595305 url(images/backmenu.jpg) no-repeat scroll center top;
    border-bottom: solid 2px #d2d2d2;
    border-right: solid 2px #d2d2d2;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
}


ul#menu
{
    width: 100%; /*border:1px solid #003399;     background:#fff;*/
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
}

ul#menu li
{
    /*border-bottom:1px dotted #cbc76c;*/
}

ul#menu li a:link, ul#menu li a:visited
{
    display: block;
    height: 22px;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    padding-top: 2px;
    padding-left: 6px;
    border-left: 10px solid #cbc76c; /*padding-left:5px;*/
}

ul#menu li a:hover
{
    background-color: #fbf8b1;
    color: #005ffe;
    border-left: 10px solid #e7e498;
}



/*##############################################################*/
/*18/09/2008 - Início da reestruturação do site*/

/*CD CERTEZA*/

#frame1Titulo
{
    position: relative;
    left: 20px; /*top:50px; */
    width: 210px;
    font-size: 16px;
    font-weight: bold;
}


#frame1
{
    position: relative;
    left: 20px;
    top: 10px;
    width: 230px;
    height: 140px;
    font-size: 11px;
    text-align: center;
}



/*PRÓXIMO EVENTO*/
#frame3Titulo
{
    position: relative;
    left: 400px;
    top: -70px;
    width: 200px;
    font-size: 16px;
    font-weight: bold;
}


#frame3
{
    position: relative;
    left: 400px;
    top: -65px;
    width: 200px;
    height: 120px;
    font-size: 11px;
    padding: 0px;
    text-align: center;
    border-top: solid 1px #fff;
}


/*ULTIMAS FOTOS*/

#frame4Titulo
{
    position: relative;
    padding-top: 60px;
    left: 10px;
    width: 365px;
    clear: both;
}

#frame4
{
    position: relative;
    left: 10px;
    bottom: 0px;
    width: 365px;
    clear: both;
    padding: 2px 2px 2px 2px;
}

.fotoHome
{
    border-bottom: solid 2px #d2d2d2;
    border-right: solid 2px #d2d2d2;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
}

/*****GALERIA DE FOTOS******************/

.galeria
{
    padding-top: 15px;
    margin: 0px auto;
    text-align: left;
}

.img-aqui
{
    width: 404px;
    height: 302px;
    position: relative;
    top: 8px;
    float: right;
    border: 0px solid #fff;
}

ul.fotos
{
    position: relative;
    list-style: none;
    width: 210px;
    padding: 1px;
    margin: 0;
}
.fotos:after
{
    display: block;
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}
ul.fotos li
{
    width: 68px;
    height: 50px;
    float: left;
    border: 1px solid #ddd;
    margin: 1px;
}
ul.fotos li img
{
    border: none;
    width: 68px;
    height: 50px;
}
ul.fotos li span img
{
    border: none;
    width: 404px;
    height: 302px;
    height: auto;
}
ul.fotos a
{
    display: block;
    text-decoration: none;
}
ul.fotos a span
{
    display: none;
}
ul.fotos a:hover span.legenda
{
    display: block;
    text-align: center;
    width: 404px;
    position: absolute;
    top: 280px;
    left: -2px;
}
ul.fotos a:hover span
{
    display: block;
    position: absolute;
    top: 0px;
    left: 340px;
    background: #fff;
    border: 2px solid white;
}
ul.fotos a:hover span.legenda
{
    padding: 5px 0;
    color: #333;
}

/*##########FORMULÁRIO##############*/


.nmMusica
{
    font-variant: small-caps;
    color: #fff51d;
}


.button
{
    /*background-color: Transparent;*/
    font-size: 9pt;
    font-family: Arial, Verdana, Tahoma;
    color: #005ffe;
    width: 75px;
}

.textbox
{
    font-size: 10pt; /*width:100%;*/
}

.tbRecado
{
    filter: alpha(opacity=65);
    -moz-opacity: .65;
    opacity: .65;
}

.textboxMsg
{
    font-size: x-small;
    font-family: Verdana, Tahoma, Arial;
    width: 320px;
    height: 80px;
}

.validation
{
    font-size: xx-small;
}

.gridView
{
    /*width:100%;     text-align:center;     border:0;*/
}

.login
{
    font-size: 0.99em;
}

.ddlist
{
    /*width:180px; 	text-transform:uppercase;*/
    font-size: 9pt;
}


/*##########BIOGRAFIA##############*/


.biogImagem
{
    /*float:left;*/
    position: relative;
    width: 120px;
    height: 331px;
    background: url('images/biografia.jpg') no-repeat right top;
    border: solid 1px white;
}

.biogTexto
{
    position: relative;
    text-align: justify;
    line-height: 20px; /*color:Black; 	height:314px; 	padding:10px; 	margin-left:10px;*/
}

/*##########RELEASE##############*/



#releaseImagem
{
    float: left;
    width: 120px;
    height: 331px;
    background: url('images/release.jpg') no-repeat right top;
    position: relative;
    border-bottom: solid 2px #d2d2d2;
    border-right: solid 2px #d2d2d2;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
}

#releaseTexto
{
    position: relative;
    text-align: justify;
    line-height: 20px;
}


#fichaImagem
{
    float: left;
    width: 120px;
    height: 331px;
    background: url('images/ficha.jpg') no-repeat right top;
    position: relative;
    border-bottom: solid 2px #d2d2d2;
    border-right: solid 2px #d2d2d2;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
}


/*##########AGENDA##############*/

.AgendaMeses
{
    padding: 0 0 0 80px;
}


.social_media
{
    width: 168px;
    height:42px; 
    /*float: left;*/
    margin:20px auto 0 auto;
    
}

.channels
{
    width: 84px;  
    height:42px; 
    /*float: left;*/
    margin:0 auto 20px auto;
}

.twitter, .facebook, .orkut, .myspace, .blogger, .youtube
{
    float: left;
    width: 42px;
    height: 42px;
}
.twitter h6, .facebook h6, .orkut h6, .myspace h6, .blogger h6, .youtube h6
{
    margin-top: 0;
}
.twitter h6 a, .facebook h6 a, .orkut h6 a, .myspace h6 a, .blogger h6 a, .youtube h6 a
{
    float: left;
    width: 42px;
    height: 42px;
}
.twitter
{
    background: url(Images/twitter_hover.png) no-repeat 0 0;
}
.twitter h6 a
{
    background: url(Images/twitter.png) no-repeat 0 0;
}
.twitter h6 a:hover, .facebook h6 a:hover, .orkut h6 a:hover, .myspace h6 a:hover, .blogger h6 a:hover, .youtube h6 a:hover
{
    background: none;
}
.myspace
{
    background: url(Images/myspace_hover.png) no-repeat 0 0;
}
.myspace h6 a
{
    background: url(Images/myspace.png) no-repeat 0 0;
}
.orkut
{
    background: url(Images/orkut_hover.png) no-repeat 0 0;
}
.orkut h6 a
{
    background: url(Images/orkut.png) no-repeat 0 0;
}
.facebook
{
    background: url(Images/facebook_hover.png) no-repeat 0 0;
}
.facebook h6 a
{
    background: url(Images/facebook.png) no-repeat 0 0;
}



.youtube
{
    background: url(Images/youtube_hover.png) no-repeat 0 0;
}
.youtube h6 a
{
    background: url(Images/youtube.png) no-repeat 0 0;
}

.blogger
{
    background: url(Images/blogger_hover.png) no-repeat 0 0;
}
.blogger h6 a
{
    background: url(Images/blogger.png) no-repeat 0 0;
}


.clear
{
    clear:both;
}
