@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

HTML, body {
	background-attachment:scroll;
	background-position:center;
	background-color:#51accf;
	background-image:url(../img/fundo.gif);
	background-repeat:repeat-y;
	width:100%;
}

a {
	color:#52accf;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#geral {
	clear:both;
	margin:0 auto;
	width:764px;
}

#topo img {
	border: none;
}

#menu {
	background-image:url(../img/topo_corpo.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:31px;
	margin-top:5px;
	text-align:center;
}

#menu ul {
	list-style:none;
	margin:0 auto;
	clear:both;
	width:640px;
}

#menu ul li {
	display:inline;
	float:left;
	height:24px;
	padding-top:2px;
	width:80px;
}

#menu ul li.off {
	background-image:url(../img/aba-off.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#menu ul li.on {
	background-image:url(../img/aba-on.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#menu ul li a {
	color:#666666;
	text-decoration:none;
	vertical-align:middle;
}

#corpo {
	background-color:#FFFFFF;
	background-image:url(../img/bottom_corpo.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	padding:10px;
}

#corpo h1 {
	color:#666666;
	font-family: Trebuchet MS, Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:28px;
}

#corpo img {
	float:left;
	margin:5px 10px 10px 0px;
}

#corpo p, #corpo address, #corpo span {
	color:#666666;
	font-size:12px;
	line-height:1.7em;
	text-align:justify;
	text-indent:2em;
}

#corpo .semIndent {
	text-indent: 0;
}

#corpo form * {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}


#corpo h2, #corpo legend {
	color:#A9A9A9;
	font-size:14px;
}

#corpo h2 {
	margin: 5px 0;
}

#corpo label {
	clear:left;
	color:#666666;
	float:left;
	font-size:12px;
	margin-top:10px;
	width:90px;
}

#corpo form .campo {
	border:1px solid #BBB;
	background-color:#f4f4f4;
	margin-top:5px;
	padding:2px;
}

#corpo fieldset {
	border: none;
}

#corpo #login {
	height: 200px;
	width: 275px;
}

#corpo input {
	width:175px;
}

#corpo form .radio {
	width: 10px;
}

#corpo textarea {
	height:150px;
	width:350px;
}

#corpo form .submit {
	clear:both;
	display:block;
	position:relative;
	left:175px;
	top:1em;
}

#corpo form#login .submit {
	display: inline;
	float: right;
	margin-top: 10px;
	position: static;
	width: 100px;
}

#corpo ul {
	margin-left:2em;
}	

#corpo ul li {
	color:#666666;
	font-size:12px;
	line-height:1.7em;
	text-transform:capitalize;
}

#corpo.musicos {
	display: table; /* Fix para esticar a div no Firefox */
	/*height: 1px;*/ /* Fix para esticar a div  no IE */
}

#corpo div.musicos {
	display: table;
	float: left;
	height: auto;
	margin-bottom: 10px;
	width: 25%;
}

#corpo div.instrumento-6 {
	clear: left;
}

#corpo div.instrumento-3 { margin-bottom: 30px; }

#corpo ul.musicos {
	list-style-type: none;
	margin-left: 15px;
}

div.destaque {
	background-color: #EBF4F7;
	margin: 20px 0;
	padding: 15px;
}

div.destaque h2 {
	color:#FF6600;
	font-size:16px;
}

div.destaque span, div.destaque address, div.destaque p {
	color:#666666;
	font-size:14px;
}

div.destaque a {
	color:#FF6600;
	font-size:12px;
}

#rodape {
	background:url(../img/fundo_rodape.gif) no-repeat center;
	height:56px;
	margin:5px 0px 5px;
	text-align:center;
	font-style:italic;
}

#rodape * {
	font-family: Helvetica, "Book Antiqua", "Times New Roman", "Monotype Corsiva";
	font-weight: bold;
}

#rodape span.slogan {
	display: block;
	color:#17352a;
	font-size:16px;
	padding-top:5px;
}

#rodape span.desenv {
	color:#17352a;
	font-size:12px;
	padding-top:5px;
	display: block;
}

#rodape select {
	float:right;
}

div.error {
	width: 100%;
	background-color:#FFCCCC;
	padding:10px 0;
	border:1px solid #FF9999;
}

div.error ul li {
	font-size: 10px !important;
	text-transform: none !important;
}