/*@import "estiloSB2.css";*/
h1 {

}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.875em;
	font-weight: bold;
	color: #b5101d;
}
h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #b5101d;
}
h5 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	font-style: italic;
	color: black;
}

p {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
}

a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #b5101d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #cc3300;
}

dl {width: 25em;}
dt, dd {
	font-size: 0.75em;
	color: #666666;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: none;
}
dt {
	float: left; clear: left; width: 15em; text-align: right;
	/*margin-top: .6em;*/
	color: black;
	font-weight: 900;
}
dd {
	margin: 0 0 0 16em; padding: 0 0 0.5em 0;
	/*padding-left: 50px;*/
	/*margin-left: .4em;
	margin-top: .4em;
	margin-bottom: .8em;*/
	/*border-top: 1px solid grey;*/
	/*border-bottom: 1px solid grey;*/
}
dd:first-letter { text-transform: Uppercase; }
dt:after { /*content: ":";*/ }

div.collapse {
	/*border-bottom: 1px solid grey;*/
}

img {
	border: none;
}

p.eventos {
	font-size: .8em;
	color: #b5101d;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	float: left; 
	clear: left; 
	text-align: right;
	margin-right: 3em;
	width: 16em;
}

ul.eventos {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.eventos li{
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

blockquote {
	font-size: .8em;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
}

form{
	margin-bottom: .2em;
	/*text-align: left;*/
}
ul.form {
	list-style: none;
	display: block;
	clear: both;
}
ul.form li {
	margin-bottom:.6em;
	display: block;
	height: 1.3em;
}
ul.form li:
button {
	width: 8em;
	display: block;
	margin-left:10em;
}
input.wide {
	width: 14em;
	float: left;
	display: block
}
textarea.big {
	display:block;
	height: 5em;
	width: 20em;
}
input.narrow {
	width: 6em;
	float: left;
	display: block
}
label {
	float: left;
	display: block;
	text-align: right;
	margin-right: .7em;
	font-size: .8em;
	font-family: Helvetica, Arial, sans-serif;
	color: grey;
}
label.wide {width: 10em;}
label.narrow {width: 7em;}
fieldset {
	display: block;
	width: 90%;
	padding-top: 1em;
	/*margin-top: 1em;*/
	padding-bottom: 1ex;
	margin-bottom: 1em;
	border: none;
	border-bottom: thin solid grey;
}
legend {
	float: left;
	width: 12em;
	text-align: left;
	font-style: bold;
	font-size: 1.3em;
	margin-bottom: .7em;
	font-family: Helvetica, Arial, sans-serif;
	color: grey;
}