@charset "utf-8";
/* css document */
body {
	background-image: url("../imagens/gerais/fundo-notasmusicais.jpg");
	background-attachment: fixed;
	color: #3e3d3d;
	font-family: 'nunito', sans-serif;
	font-size:  16px;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
}

header {
	background-image: url("../imagens/gerais/bg-topo.jpg");
	background-repeat: no-repeat;
	background-position: top;
	border-top: 1px solid #b18c97;	
	display: block;
	margin-top: 1px;
	padding-top: 120px;
	text-align: center;
}

header img { margin-bottom: 10px; }

a:focus { outline: none; }

a:link { text-decoration: none; }

a.hotlinks {
	background-color: #ff7f2a;
	border: 1px solid #230e6b;
	border-radius: 6px;
	box-shadow: 3px 4px 3px #787878;
	color: #4f14f9;
	font-family: 'yusei magic', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 0 auto;
	padding: 6px 75px;
	text-decoration: none;
	width: 320px;	
}

a:hover.hotlinks { color: #ffff7f; }

article { text-align: justify; }

fieldset {
	border: 1px solid #230e6b;
	padding: 20px 10px;
}

article figure img {
	border: 1px solid #230e6b;
	box-shadow: 3px 4px 3px #787878;
	margin-bottom: 15px;
}
label { cursor: pointer; }

p { padding-bottom: 15px; }


h1 { 
	border-bottom: 1px dotted #353132;
	color: #955668;
    font-family: 'yusei magic', sans-serif;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 22px;
	text-align: left;
}

header, #principal, #rodape {
	border-right: 1px solid #b18c97;
	border-left: 1px solid #b18c97;
}

video {
	background-color: 000;
	border: 1px solid #230e6b;
	margin-bottom: 20px;
	padding: 2px;
}

#menuglobal{
	background-color: #e3ca2f;
	border-top: 1px solid #b18c97;
	border-bottom: 1px solid #b18c97;
	font-family: 'nunito', sans-serif;	
	font-size: 100%;
	text-align: center;
}

#menuglobal a:link, a:visited, a:active, a:hover {
	font-size: 100%;
}

#menuglobal ul { height: 40px; }

#menuglobal ul li{
	border-right: 1px solid #b18c97;
	display: inline-block;
	height: 30px;
	list-style: none;
	margin: 0;
	padding-top: 10px;
}

#menuglobal ul li.last{ border-right: none; }

#menuglobal ul li a.first{ display: inline-block; }

#menuglobal ul li a.ativado{ 
	color: #ffff7f; 
	font-size: 100%;
}

#menuglobal ul li a {
	color: #4f14f9;
	font-family: 'yusei magic', sans-serif;
	font-weight: 400;
	padding: 0 30px;
	text-decoration: none;
}

#menuglobal ul li a:hover { color: #ffff7f; }

#principal {
	background-color: #f9eed2;
	line-height: 1.6;
	min-height: 200px;
	padding: 20px 40px;
	text-align: justify;
}

#principal figure.albuns, figure.album {
	float: left;
	margin: 0 42px 20px 0;
	text-align: center;
}

#principal figure.albuns { 
	min-height: 220px;
	width: 175px; 
}

#principal figure.album, aside.esquerda { 
	width: 220px; 
}

#principal aside.esquerda {
	float: left;
	margin-right: 1.67em;
	margin-bottom: 1.67em;
	text-align: left;
}
	
#principal aside.esquerda img {
	border: 1px solid #230e6b;
	box-shadow: 3px 4px 3px #787878;
	margin-bottom: 20px;
}


#principal aside.esquerda audio {
	border: 1px solid #230e6b;
}

#principal article.direita {
	float: right;
	margin-bottom: 1.67em;
	padding-top: 0;
	text-align: right;
	width: 68%;
}

#principal article.direita p, #principal article.direita ul { text-align: justify; }

#principal article.direita figure img {
	border: 1px solid #230e6b;
	box-shadow: 3px 4px 3px #787878;
}
#principal figure.albuns img, figure.album img {
	border: 1px solid #230e6b;
	box-shadow: 3px 4px 3px #787878;
	margin-bottom: 8px;
}

#principal figcaption {
	font-size: 73%;
	font-weight: 700;
	line-height: 1.3;
}

#contato table, #cadastro table, #login table, #login fieldset {
	border: none;
	margin: 0 auto;
}

#contato table, #cadastro table { width: 100%; }

#contato th, #login th, #cadastro th {
	border: none;
	font-weight: 600;
	display: block;
	padding: 6px;
	text-align: right;
}

#contato td, #login td, #cadastro td {
	border: none;
	text-align: left;
	padding: 6px;
}

#contato fieldset, #login fieldset, #cadastro fieldset {
	border: 1px dotted #230e6b;
	background: #f1db8e;
	background-repeat: repeat;
	font-size: 90%;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 45px;
}
#rodape {
	background: url("../imagens/gerais/bg-rodape.jpg");
	background-repeat: no-repeat;
	border-top: 1px solid #b18c97;
	border-bottom: 1px solid #b18c97;
	color: #3e3d3d;
	font-weight: 400;
	height: 236px;
	margin-bottom: 1px;
	padding-top: 20px;
	text-align: center;
	vertical-align: central;
}

.botaomax, .botaomax:hover, .botaomin, .botaomin:hover {
	border: 1px solid #554a6a;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: block;
    font-family: 'yusei magic', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.botaomax { 
	background-color: #f58706; 
	margin-top: 40px;
	margin: 0 auto;
	width: 400px;
}

.botaomax:hover, .botaomin:hover { 
	background-color: #cd0407;
	color: #ffff00;
}

.botaomin {
	background-color: #f58706; 
	width: 100px;	
}

.campo {
	border: 1px solid #cccccc;
	color: #353132;
    font-family: 'nunito', sans-serif;
	font-size: 90%;
	padding: 4px;
}

.centro { text-align: center; }

.direita { text-align:  right; }

#erro, .erro1, .erro2 {
	color: #ff0004;
	font-size: 90%;
	font-style: italic;
	font-weight: 400;
	padding: 1px 4px;
}

.erro2 { text-align: center;}

.instrucao {
	background-color: #f1db8e;
	border: 1px solid #230e6b;
	color: #4f14f9;
	display:  block;
	line-height: 1.2;
	padding: 8px;
	font-weight: 500;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle
}

.instrucao a:hover { text-decoration: underline; }

.listatexto { 
	list-style-type: circle;
	list-style-position: inside; 
	margin-bottom: 15px;
}

.peqspecial { font-size: 80%; }

.peqspecialmin {
	font-size: 50%;
	margin-top: 10px;
}

.submenu, .submenu2, .listamusica {
	color: #4f14f9;
	clear: both;
	display: block;
	text-decoration: none;
	width: 100%;
}

.submenu2 { margin-top: 1em;}

.submenu:hover, .submenu2:hover, .listamusica:hover { text-decoration: underline;}

.titulo1 {
	color: #367ed3;
	font-family: 'nunito', sans-serif;
	font-size: 120%;
	font-weight: 800;
}

.titulo2 {
	color: #A01315;
	font-family: 'nunito', sans-serif;
	font-size: 100%;
	font-weight: 800;
}

.vitrola {
	float: left;
	padding-right: 20px;
	margin-top: 8px;
	width: 300px;
}

.vitrola img {
	border: 1px solid #230e6b;
	box-shadow: 3px 4px 3px #787878;
	margin-bottom: 6px;
}

.vitrola figcaption.credit {
	color: #c9c9c9;
	font-size: 8px;
	font-style: italic;
	text-align: center;
}
