@charset "UTF-8";

/* CSS Reset */
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;
}
a{
	text-decoration: none;
}
hr{
	border:none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*******************
Corpo do documento
*******************/
body{
	font-family: 'zineslab-medium', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
}

#navJogadas a{
	color: #eaeaea;
	display: block;
	float: left;
	padding: 10px;
	width: 110px;
	height: 40px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #248bcb;
    margin-right: 10px;
}

#navJogadas a.hover{
	color: #fff;
    background-color: #0d71b8;
}

#navJogadas a.active{
	color: #fff;
    background-color: #18408e;
}



#navJogadas a.ultimo{
    margin-right: 0px;
}

#contentContainer{
	width: 970px;
	margin: 0 auto;
}

.conteudoCampo{
	clear: both;
	padding-top: 40px;
	width: 970px;
	height: 660px;
}

.esquemaTexto{
	font: 15px/21px "open_sansbold", sans-serif;
	text-align: right;
	position: absolute;
	width: 280px;
	margin: -210px 0 0 610px;
	padding: 20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f2f1f1;
}

.esquemaTexto b{
	font-family: 'zineslab-regular', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.3;
	color: #6f6f6e;
}
