/* ------------------------------  CSS BÁSICO DE TODAS AS PÁGINAS  ------------------------------ */
* { padding: 0; margin: 0; font: 11px Arial, Helvetica, sans-serif; color: black; }
a { color: black; text-decoration: none; }
a:hover { text-decoration: underline }
body{ text-align:center; background: #434142 url('../img/body-top.jpg') repeat-x; }
img{ border: none; }
#pagina{width:638px;margin:0 auto;text-align:left;background: white; }
.btVoltar { border: 1px solid #A7C5ED; background: #E3F0FD; color: #3366CC; font-weight: bold; cursor: pointer;}
.hr { background: #3366CC; height: 1px; border-bottom: 2px solid #BFDFFF; width: 100%; font-size: 1px; margin: 40px auto; }

/*       TOP         */
#topo{ height:60px; background: url('../img/topo.jpg') no-repeat; width: 638px; }
#logo { margin: 10px 16px; }
/*      /TOP         */

/*       MID         */
#corpo{ background: url('../img/bg-meio.jpg') no-repeat; ; height: 307px; width: 638px; position: relative;}
#menu { float: right; margin-right: 20px; margin-top: 5px; }
#menu a { font-weight: bold; }
#menu a:hover { color: #5f0c0c; }

#musicas h2 { float: left; color: #F6B205; font-weight: bold; margin-right: 5px; margin-bottom: 10px; }
#musicas h3 { color: #F1C606; font-weight: bold; margin-bottom: 10px;}
#musicas-bg { position: absolute; top: 90px; left: 10px; background: black; width: 618px;height: 209px; filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70; z-index: 100; }
#musicas { padding: 10px; position: absolute; top: 90px; left: 18px; width: 600px;height: 205px; z-index: 1000; }
#musicas div p { color: #ECECEC; }
.play { text-align: left; width: 190px; margin-bottom: 5px; border: none; background: url('../img/play.png') 0 2px no-repeat !important; background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/play.png', sizingMethod='crop');  padding-left: 18px; height: 16px; cursor: pointer; color: #ECECEC; } 

.col1 { float: left; margin-right: 10px; }

#mosaico { top: 95px; width: 270px; left: 353px; position: absolute; z-index: 2000; text-align: right;}
#mosaico img { width: 60px; height: 45px; cursor: pointer; }
#recebeFoto{ display: none; top: 95px; left: 18px; position: absolute; z-index: 2500; width: 350px; }
.nomefoto { color: white; background: black;  padding: 5px;}

.recebeLetra { display: none; padding: 1px; top: 95px; left: 300px; position: absolute; z-index: 2500; width: 350px; background: #FCFCFC; width: 300px; }
.titulo { color: #F6B205; font-weight: bold; margin-top: 2px; display: block; }
.tit { background: black; padding: 3px 3px 3px 5px; height: 18px }
.fecha { cursor: pointer; border: 1px solid #F6B205; color:#F6B205; background: none; float: right; font-weight: bold; padding: 0 2px;}
.texto { padding: 5px; overflow: auto; height: 163px;  } 
/*      /MID         */

/*    INFERIOR       */
#inferior{ padding: 5px 20px; background: url('../img/bg.jpg') repeat-y; ; }
#cds { float: right; }
#cdss { text-align: right; }
#cds img, #cdss img { border: 1px solid #242223; margin-left: 5px; }
#bot{ width: 638px; height: 21px; clear:both; background: url('../img/rodape.jpg') no-repeat; }
/*   /INFERIOR       */

/*      RODAPE       */
#rodape{ width: 100%; padding-top: 10px; height: 60px; clear:both; background: #4D4D4D;  margin-top: 30px; border-top: 1px solid #434142; }
#rodape h6 { font-weight: bold; } 
#rodape p, #rodape a, #rodape h6 { color: #242424; }
/*     /RODAPE       */



/*-- MAPA DO RODAPE --*/
#mapaSite { text-align: center; font-size: 10px; color: gray; font-weight: bold; padding-bottom: 20px; }
#mapaSite a { font-size: 10px; color: #AAAAAA; }
/* ------------------------------  CSS BÁSICO DE TODAS AS PÁGINAS  ------------------------------ */

#player { height: 40px; }
h4 { color: #F6B205; margin-bottom: 5px; font-weight: bold; }
.dados p { color: #DDDDDD; margin-bottom: 3px;  }
h5 { color: #E6D722; margin-top: 20px; font-weight: bold;}
#dedicatoria { width: 400px; text-align: center; color: #D3BE85; margin-bottom: 20px; }
h1 { color: #F6B205; font-weight: bold; }

.obrigado { color: #F6B205 !important; margin-bottom: 100px; margin-top: 10px; font-weight: bold; }
.error { color: red !important; margin-bottom: 10px; font-weight: bold; }

/*-----------CSS DOS FORMULÁRIOS-----------*/
.fale { color: #F1C606; font-weight: bold; margin-bottom: 5px !important; }
#inferior p { color: #DDDDDD; }
#formulario { position: relative; margin-top: 10px; }
#formulario label { display: block; float: left; width:80px; text-align: right; margin-right: 10px; color: #DDDDDD; }
#formulario select, #formulario input, #formulario textarea { 
		border-top: 1px solid #4D4D4D; 
		border-left: 1px solid #4D4D4D; 
		border-bottom: 1px solid #6A6A6A;
		border-right: 1px solid #6A6A6A;
		background: #F7F7F7;
		margin-bottom: 3px;
	}
	.input200 { width: 200px; }

	#formulario span { display: none; padding-bottom: 10px; margin: 0 0 3px 5px;}

	#submit { background: none !important; color: #DDDDDD; font-weight: bold; cursor: pointer; border: 1px solid #E6E6E6 !important;  }
	.msgOK { margin-top: 2px; margin-left: 90px;}
