* {
	font-family: sans-serif, Helvetica, Arial;
}
body {
	background-color:#FFF;
	font-size:12px;
	margin:0;
	padding:0;
	color:#666;
}
div#area_cabecalho, div#area_conteudo, div#area_rodape {
	width:100%;
	padding:0px;
	margin:0px;
}
div#cabecalho {
	background-color:#069;
	width:780px;
	height:265px;
	margin: 0 auto;
	display: table;
	background-image:url(../images/banner_futsal.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
div#conteudo {
	background-color:#fdfeff;
	background-image:url(../images/fundo_cinza.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:750px;
	padding:10px 15px 20px 15px;
	margin: 0 auto;
	display: table;
	line-height:130%;
}
div#rodape {
	background-color:#069;
	width:780px;
	margin: 0 auto;
	display: table;
	background-image:url(../images/rodape.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
div.box_slides {
	margin-top:20px;
}
div#logos {
	margin-top:10px;
	padding:5px 10px;
}
.box {
	display:table;
	margin:0 auto;
}
p.box_right {
	text-align:right !important;
	font-size:10px;
	font-style:italic;
	padding-top:5px;
}
.scroll-img {
	color:#FFF;
	width: 760px;
	height: 70px;
	overflow: hidden;
}
.scroll-img ul li div p {
	margin:0px;
	text-align:justify;
}
.scroll-img ul li div {
	width:746px;
	height:55px;
	padding:5px;
	font-size:11px;
}
.scroll-img ul {
	width: 716px;
	height: 650px;
	margin: 0;
	padding:0;
}
.scroll-img ul li {
	display: inline-block;
	margin: 2px;
}
a.setas {
	display:table;
	margin:0 auto;
	cursor:pointer;
}
div#menu {
	margin-left:270px;
	margin-top:199px;
}
.menu {
	font-family: 'Play', sans-serif;
	text-transform:uppercase;
	height:30px;
	line-height:30px;
	text-align:center;
	padding:0 3px;
	font-size:15px;
	color:#FFF;
	margin:0 1px 0 0;
	float:left;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-kthtml-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.menu:hover, .menu_selecionado {
	border-bottom:2px solid #eb5821;
	color:#eb5821;
	text-shadow: 1px 1px 2px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-kthtml-transition: all 0.5s linear;
	transition: all 0.5s linear;
	cursor:pointer;
}
h1 {
	font-size:24px;
	font-weight:normal;
	font-family: 'Play', sans-serif;
	line-height:100%;
	color:#eb5821;
	text-transform:uppercase;
	margin-bottom:25px;
	border-bottom:2px dotted #eb5821;
	padding-bottom:8px;
}
h2 {
	font-size:20px;
	font-weight:normal;
	font-family: 'Play', sans-serif;
	line-height:100%;
	color:#0082b1;
	text-transform:uppercase;
}
h3 {
	font-size:16px;
	font-weight:normal;
	font-family: 'Play', sans-serif;
	line-height:100%;
}
div.margem {
	padding-left:10px;
	padding-right:10px;
}
div.imgs {
	text-align:center;
	padding:5px;
}
div#reportagens {
	text-align:center;
	width:150px;
	height:150px;
	float:left;
	margin:3px 2px 3px 3px;
	background-color:#f1f1f1;
	padding:10px;
	border:solid 1px #f2f2f2;
}
div#reportagens:hover {
	background-color:#FFF;
}
div#reportagens img {
	width:150px;
	height:100px;
	border:0;
}
a:link {
	color:#eb5821;
	text-decoration: none;
}
a:visited {
	color:#eb5821;
	text-decoration: none;
}
a:hover {
	color: #0082b1;
	text-decoration: none;
}
a:active {
	color:#eb5821;
	text-decoration: none;
}
img.img_equipe {
	border:4px solid #FFF;
	margin:4px;
	display:table;
	float:left;
}
