﻿body{
  	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	background:url("../img/baledacidade.jpg");
	background-attachment: fixed;
	overflow-x: hidden;
}
small{
	text-align: justify;
	//display: block;
	user-select: none;
}

#col-body{
	border:1px solid #ccc;
	border-top: none;
	border-bottom: none;
	background-color: #FFF;
}

#footer{
	color:#999999;
	text-align:center;
	padding-bottom: 15px;
	font-size: 85%;
}

form{
	margin:20px 0px 0px 0px;
}

#h1top{
	background-color:#e6e6e6;
	margin:0;
	margin-top: 30px;
	min-height:0;
	padding:10px;
	text-align: center;
	box-shadow: 1px -4px 8px #6e6e6e;
	color: #f5888b;
	border-radius:0 1em 0 1em;
	
}
hr.hr-music {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #e6e6e6;
    color: #f5888b;
    text-align: center;
    margin-top:0px;
}
hr.hr-music:after {
	content: "✦";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

h3,h4{
	margin-bottom: 0px;
}
.h3-title {
	border:1px solid #e6e6e6;
	border-radius: 8px 8px 0px 0px;
	border-bottom: none;
	background-color: #e6e6e6;
	padding: 5px;
	padding-bottom: 0px;
	color: #f5888b;
}
.termo{
	text-align: justify;
	text-indent: 2em;
	margin-top:10px;

}
.btn-success[disabled]{
	background-color: #5cb85c;
}
.fcinza{
	background-color:#eee;
}