@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***********************************/


body {background:url(../images/background.jpg) center top no-repeat #000000;}

/* ESTRUTURA */

#wrapper {width:964px; border:0px solid #CCC; margin:30px auto;}

.col-left { position:relative; width:360px; border:0px solid yellow; float:left;}
.col-right { position:relative;  width:600px; border:0px solid red; float:right;}

#header .col-right {text-align:right;}

#content { margin:50px 0;}
#content .col-right {padding-left:20px; width:580px}

#footer { position:relative; width:960px; border:0px solid yellow;}

#apoio li {margin:5px 0; }

/* ESTILOS */

.clear { clear:both; }

.box1, .box2 { padding:20px;
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		-moz-border-radius-bottomleft:20px;
		-moz-border-radius-bottomright:20px;
		-moz-border-radius-topleft:20px;
		-moz-border-radius-topright:20px;}
.box1 {background-color:#333333; background-color:rgba(35, 35, 35, 0.5);}		
.box2 {background-color:#390903; background-color:rgba(57, 9, 3, 0.5);}

/* TIPOGRAFIA */

h1, h3, h5 {font-family: "Calisto MT", "Times New Roman", Times, serif;}
h2, h4, p {font-family:Verdana, Geneva, sans-serif;}

h1 {font-size:25px; color:#ffffff; line-height:30px; margin:15px 0 15px 0;}
	#output { font-style:italic; text-align:center;}
h2 {font-size:16px; color:#fff94b; line-height:20px; margin:15px 0 7px 0;}
	h2 a {font-size:16px; color:#fff94b; line-height:20px; margin:15px 0 7px 0; text-decoration:underline;}
h3 {font-size:16px; color:#e4dddd; line-height:20px; margin:15px 0 5px 0;}
h4 {font-size:12px;}
h5 {font-size:10px;}
p {font-size:12px; color:#e4dddd; line-height:18px; margin:10px 0;}

