/* 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 */

body{
	font: 20px/1 'Source Sans Pro', 'Sintony', 'Raleway', Verdana, Helvetica, sans-serif;
	width:940px;
}


#header{
	background: url("../img/header_title.png") no-repeat;
	display: block;
	height:160px;
}

#div_nav_1{
	background-color:#E8E7DF;
	height: 50px;
}

#nav_nav_1{
	padding: 25px 0 5px 157px;
}

a.nav1{
	font-weight: 700;
	color:#77A012;
	margin-right: 50px;
}

.active{
	color:#000;
}

#o_esporte{
	background: url("../img/bg_esporte.png") no-repeat;
}

#o_mundial{
	background: url("../img/bg_mundial.png") no-repeat;
}

#os_atletas{
	background: url("../img/bg_atletas.png") no-repeat;
}

.nav_nav_2{
	height:30px; /* +40px de padding */
	padding: 35px 0 5px 157px;
}

a.nav2{
	font-weight: 600;
	color:#E8E7DF;
	margin-right: 25px;
}

a.texto_imagem{
	color:#000;
}

h3 a{
	color:#000;
}

.fundo{
	background: url("../img/bg_fundo.png") no-repeat;
	height: 640px;
}

.box_masc{
	position: relative;
	width:760px;
	height: 300px;
	left: 90px;
	border-bottom: solid 2px #77A012;
	padding-top: 20px;
}

.box_masc img{
	width: 300px;
	height: 300px;
	clear:both;
	float:left;
}

.box_fem{
	position: relative;
	width:760px;
	height: 300px;
	left: 90px;
	border-bottom: solid 2px #77A012;
	padding-top: 20px;
}

.box_fem img{
	width: 300px;
	height: 300px;
	clear:both;
	float:left;
}

.box_inter{
	position: relative;
	width:760px;
	height: 300px;
	left: 90px;
	border-bottom: solid 2px #77A012;
	padding-top: 20px;
}

.box_inter img{
	width: 300px;
	height: 300px;
	clear:both;
	float:left;
}

.box_estatico{
	position: relative;
	width:760px;
	height: 430px;
	left: 90px;
}

h2.subtitle{
	padding: 0 0 20px 0;
}

.golpe{
	padding-top: 60px;
	width:190px;
	float: left;
}

.golpe h3{
	width:150px;
}

.golpe img{
	width:190px;
	clear: both;
	cursor: pointer;
}

.texto_imagem{
	width: 760px;
	padding:30px 0 0 88px;;
}

.texto_imagem img{
	float: left;
	margin-right: 20px;
}

.texto_imagem h3{
	padding: 0 0 20px 0;
}

.texto{
	width: 760px;
	padding: 30px 0 10px 88px;
}

h1{
	font-weight: 600;
	color:#77A012;
	margin-right: 25px;
	padding: 90px 0 10px 88px;
}

h2{
	font: 600 16px/2 'Source Sans Pro', 'Sintony', 'Raleway', Verdana, Helvetica, sans-serif;
	color:#000;
}

strong{
	font-weight: 700;
}

.info_atl{
	float: right;
}

.info_atl h2{
	width: 350px;
	padding-top: 120px;
}

h3{
	font: 400 14px/1.2 'Source Sans Pro', 'Sintony', 'Raleway', Verdana, Helvetica, sans-serif;
	color:#000;
}

h5{
	font: 400 12px/1.2 'Source Sans Pro', 'Sintony', 'Raleway', Verdana, Helvetica, sans-serif;
	font-weight: 400;
	color:#77A012;
	text-align: center;
}

img.thumb_masc {
	height: 90px;
}

img.thumb_fem {
	height: 90px;
}

img.thumb_inter {
	height: 90px;
}

.info_atl h4{
	padding-bottom: 10px;
}

#rodape h4{
	font: 400 10px/1.2 'Source Sans Pro', 'Sintony', 'Raleway', Verdana, Helvetica, sans-serif;
	font-weight: 400;
	color:#000;
}

#rodape a{
	font: 400 10px/1.2 'Source Sans Pro', 'Sintony', 'Raleway', Verdana, Helvetica, sans-serif;
	font-weight: 400;
	color:#000;
}

#rodape a:visited{
	font: 400 10px/1.2 'Source Sans Pro', 'Sintony', 'Raleway', Verdana, Helvetica, sans-serif;
	font-weight: 400;
	color:#000;
}

div.fontes{
	margin-right: 50px;
	margin-bottom: 20px;
}
