@charset "utf-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	}

/**
 * MAIN CSS
 */
body {
	background: url(../imgs/bg.jpg) repeat-x #d10018;
	color: #FFF;
	font-family: 'Roboto Condensed', "Helvetica Neue",Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	}
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 30px 10px;
	overflow: hidden;
	z-index: 2;
	}
.logo {
	float: right;
	}
.col-esq {
	float: left;
	width: 365px;
	margin-left: 45px;
	}
.col-dir {
	float: left;
	width: 480px;
	}
.col-esq .titulo {
	margin-left: -45px;
	}
h1 {
	margin: 50px 0;
	font-size: 24px;
	line-height: 1.2em;
	}
h2 {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.125em;
	}
.bt {
	margin-bottom: 1px;
	}
.footer {
	margin-top: 30px;
	font-size: 11px;
	line-height: 14px;
	width: 410px;
	color: #000;
	}
.bg-branco {
	position: fixed;
	top: 0;
	left: 56%;
	width: 44%;
	height: 100%;
	background-color: #FFF;
	z-index: 1;
	}
.concertos {
	position: absolute;
	top: 0;
	right: 0;
	width: 44%;
	height: 100%;
	background-color: #FFF;
	padding: 10px;
	z-index: 4;
	display: none;
	color: #000;
	}
.fechar {
	float: left;
	}
.concertos .esq {
	float: left;
	width: 200px;
	clear: left;
	margin-top: 30px;
	margin-right: 20px;
	}
.concertos a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
	}
.concertos .dir {
	float: left;
	width: 300px;
	margin-top: 30px;
	padding-left: 20px;
	}
.concertos p {
	margin-bottom: 20px;
	}
.concertos .title {
	font-weight: 700;
	}
.concertos .number {
	float: left;
	font-size: 20px;
	margin-left: -30px;
	margin-right: 10px;
	color: #D20A11;
	}