/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	text-decoration: none;
}
/* 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;
}



/* code start */

#abrir_aba{
	background: url("../img/faixa_repeat.png") no-repeat 0px 0px, url("../img/faixa_repeat.png") no-repeat 0px 99px, url("../img/faixa_end.png") no-repeat 0px 198px;
    position: absolute;
    top:160px;
    left: 430px;
    height: 300px;
    width: 467px;
    z-index:5;
}

#header{
	position: absolute;
	background: url("../img/bandeirola2.png") no-repeat;
	height:240px;
	width:978px;
	z-index:100;
}

#info_titulo{
	position: absolute;
	top: 0px;
	left: 400px;
	float: left;
	display: block;
}

#aba{
	background: url("../img/btn_mais.png") no-repeat;
	width:42px;
	height: 42px;
}

#audio{
	background: url("../img/btn_som.png") no-repeat;
	width:42px;
	height: 42px;
}

a.btn{
	float: left;
	margin: 112px 5px 0;
}

.btn_menos{
	display: none;
}

.btn_mais{
	display: block;
}

.img_jogador{
	float: left;
	position: relative;
	top: 1px;
}

h1{
	font:40px/1 Georgia, 'Times new Roman', serif;
	color:#000;
	font-weight: normal;
	text-align: right;
	width: 270px;
	margin-top: 115px;
	float: left;
}

/*Quando o nome do jogador tem mais de 1 palavra no titulo, é preciso transformá-lo em h2*/
h2{
	font:40px/1.1 Georgia, 'Times new Roman', serif;
	color:#000;
	font-weight: normal;
	text-align: right;
	width: 270px;
	margin-top: 90px;
	float: left;
}

h1#outros_jogadores{
    font:14px/1 Georgia, 'Times new Roman', serif;
    font-weight: bold;
    color:#000;
	width: 980px;
	margin-top: 0;
	clear: both;
    text-align: center;
    position: relative;
    top: 110px;
}

#info_jogo{
	position: absolute;
	top: 250px;
	left: 70px;
	width: 236px;
	float: left;
	padding-bottom: 40px;
	/*z-index:100;*/
}

#logo_esq {
	width: 118px;
	display: block;
	float: left;
}

#bg_esq{
	background: url("../img/logo_esq.png") no-repeat;
	height: 34px;
}

#logo_dir{
	width: 118px;
	display: block;
	float: right;
}

#bg_dir{
	background: url("../img/logo_dir.png") no-repeat;
	height: 34px;
}

#local{
	background: url("../img/linha_menor.png") no-repeat;
	clear: right;
	height: 70px;
}

.vertical{
	position: relative;
	top: 20px;
}

.escalacao{
	font:10px/1.2 Georgia, 'Times new Roman', serif;
	width: 102px;
	float: left;
	padding: 0 2px 10px 8px;
}

h4{
	font:14px/1.2 Georgia, 'Times new Roman', serif;
	color:#FFF;
	font-weight: normal;
	padding: 7px 10px 0;
}

.esq{
	text-align: left;
}

.dir{
	text-align: right;
}

h5{
	font:14px/1.2 Georgia, 'Times new Roman', serif;
	color:#000;
	font-weight: normal;
	text-align: center;
}

h6{
	font:10px/1.2 Georgia, 'Times new Roman', serif;
	color:#000;
	font-weight: normal;
	text-align: center;
	clear:both;
}

strong{
	font-weight: bold;
}

h3{
	font:70px/1 Georgia, 'Times new Roman', serif;
	color:#000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

h3 span{
	font:14px/1 Georgia, 'Times new Roman', serif;
	color:#000;
	font-weight: bold;
	font-style: italic;
	}

/*depoimento em texto, quando houver*/

#texto{
	clear: both;
	background: url("../img/texto_inicio.png") no-repeat;
	position: relative;
	top: 290px;
}

p.depoimento{
	font:12px/1.2 Georgia, 'Times new Roman', serif;
	color:#000;
	text-align: left;
	width: 514px;
	position: relative;
	left: 240px;
	top: 50px;
}

p.texto_aba{
	font:12px/1.2 Georgia, 'Times new Roman', serif;
	color:#000;
	text-align: left;
	width: 320px;
	position: relative;
	top: 70px;
	left: 70px;
}

#fim{
	clear: both;
	background: url("../img/texto_fim.png") no-repeat;
	position: relative;
	top: 40px;
	height: 40px;
}

.outros_jogadores_lista{
	position: relative;
	top: 250px;

}


