/* CSS Document */

.esconde{
	display:none;
	visibility:hidden;
}

body {
	padding:0;
	margin:0;
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#006826;
	
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}






/* --------------------------------------------- */
/* --------------------------------------------- */
/*header*/
/* --------------------------------------------- */
/* --------------------------------------------- */

.divHeader {
	position:relative;
	background:url(../imgs/bgHeader.gif) no-repeat;
	background-color:#FFFFFF;
	height:92px;
}


.cmmatosinhos {
	width:83px;
	height:92px;
	position:absolute;
	top:0;
	left:168px; 
}
.cmmatosinhosLink {
	width:83px;
	height:92px;
	display:block;
}
.cmmatosinhosLink span{
	display:none;
}



.mtsport {
	width:181px;
	height:92px;
	position:absolute;
	top:0;
	left:68px; 
}
.mtsportLink {
	width:220px;
	height:92px;
	display:block;
}
.mtsport span{
	display:none;
}


.provedor {
	width:75px;
	height:35px;
	position:absolute;
	top:31px;
	left:919px;
}
.provedorLink {
	width:75px;
	height:35px;
	display:block;
}
.provedorLink span{
	display:none;
}

.divNewsletter {
	position:absolute;
	top:37px;
	left:437px; 
}

.inputNewsletter {
	width:96px;
	height:14px;
	/*border:1px solid red;*/
	border:none;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b2b2b2;
	padding-top:3px;
}

.btSubscrever {
	/*border:1px solid red;*/
	display:block;
	width:22px;
	height:22px;
	margin-left:4px;
}
.btSubscrever span{
	display:none;
}

.divPesquisa {
	position:absolute;
	top:37px;
	left:693px; 
}

.inputPesquisa {
	width:96px;
	height:14px;
	/*border:1px solid red;*/
	border:none;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b2b2b2;
	padding-top:3px;
}

.btPesquisar {
	/*border:1px solid red;*/
	display:block;
	width:22px;
	height:22px;
	margin-left:4px;
}
.btPesquisar span{
	display:none;
}





/* --------------------------------------------- */
/* --------------------------------------------- */
/*center*/
/* --------------------------------------------- */
/* --------------------------------------------- */

.divCenter {
	display:block;
	background-color:#7bbe04;
	padding:0px;
	margin:0px;
	width:100%;
}

.divCenter2 {
	display:block;
	background-color:#7bbe04;
	padding:0px;
	margin:0px;
	width:1024px;
	
}


.divLeft {
	float:left;
	display:block;
	/*border:1px solid red;*/
	width:235px;
	text-align:right;
	padding-left:14px;
	padding-bottom:14px;
}

.logoTopo {
	display:block;
	background-image:url(../imgs/logoSport.gif);
	width:235px;
	height:102px;
}

.logoTopo span {
	display:none;
}

#menuLeft {
	padding:0px;
	margin-bottom:22px;	
}

#menuLeft ul {
	padding: 2px 0 0 0;
	margin: 0px;
	border: 0px;
	z-index: 1000; 
}

#menuLeft ul li {
	list-style: none;
	height:24px;
}






.bt01 {
	background:url(../imgs/bt01-off.gif) no-repeat;
	height:24px;
}
.bt01:hover{
	background-image:url(../imgs/bt01-on.gif);
}
.bt01 span{
	display:none;
}

.bt02 {
	background:url(../imgs/bt02-off.gif) no-repeat;
	height:24px;	
}
.bt02:hover{
	background-image:url(../imgs/bt02-on.gif);
}
.bt02 span{
	display:none;
}

.bt03 {
	background:url(../imgs/bt03-off.gif) no-repeat;
	height:24px;
}
.bt03:hover{
	background-image:url(../imgs/bt03-on.gif);
}
.bt03 span{
	display:none;
}

.bt04 {
	background:url(../imgs/bt04-off.gif) no-repeat;
	height:24px;
}
.bt04:hover{
	background-image:url(../imgs/bt04-on.gif);
}
.bt04 span{
	display:none;
}

.bt05 {
	background:url(../imgs/bt05-off.gif) no-repeat;
	height:24px;
}
.bt05:hover{
	background-image:url(../imgs/bt05-on.gif);
}
.bt05 span{
	display:none;
}

.bt06 {
	background:url(../imgs/bt06-off.gif) no-repeat;
	height:24px;
}
.bt06:hover{
	background-image:url(../imgs/bt06-on.gif);
}
.bt06 span{
	display:none;
}

.bt07 {
	background:url(../imgs/bt07-off.gif) no-repeat;
	height:24px;
}
.bt07:hover{
	background-image:url(../imgs/bt07-on.gif);
}
.bt07 span{
	display:none;
}

.bt08 {
	background:url(../imgs/bt08-off.gif) no-repeat;
	height:24px;
}
.bt08:hover{
	background-image:url(../imgs/bt08-on.gif);
}
.bt08 span{
	display:none;
}

.bt09 {
	background:url(../imgs/bt09-off.gif) no-repeat;
	height:24px;
}
.bt09:hover{
	background-image:url(../imgs/bt09-on.gif);
}
.bt09 span{
	display:none;
}





.divContent {
	display:block;

	/*border:5px solid blue;*/
	width:708px;
	/*height:400px;*/
	min-height:450px;
	background:url(../imgs/bgConteudo.jpg) no-repeat;
	padding-left:38px;
	padding-bottom:20px;
	margin-left:250px;
}











/* --------------------------------------------- */
/* --------------------------------------------- */
/*calendário*/
/* --------------------------------------------- */
/* --------------------------------------------- */

.dataTopo {
	color:#006826;
}

.dia {
	width:19px;
	height:19px;
/*	background:url(../imgs/bgDiaEvento.png) no-repeat;*/
	background-position:top left;
	padding-right:1px;
	padding-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

}

.diaEvento {
	width:19px;
	height:19px;
	background-color:#ffa800;
	background-position:top left;
	padding-right:1px;
	padding-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}



.diaActivo {
	width:19px;
	height:19px;
	background-color:#006826;
	background-position:top left;
	padding-right:1px;
	padding-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.mesActivo {
	font-size:10px;
	color:#006826;
	padding:0 14px 0 0;
}
.mesActivo:hover {
	color:#006826;
}

.mesLink {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 14px 0 0;
}
.mesLink:hover {
	color:#006826;
}

.linksSondagem {
	font-weight:bold;
	color:#006826;
}
.linksSondagem:hover {
	text-decoration:none;
}

/*destaques*/
#mascaraImgDestaque {
	/* background-image:url(../imgs/mascaraImgDestaque.png); */
	width:151px;
	height:111px;
	/* padding:5px 0 0 5px; */
}

.tituloDestaque {
	color:#006826;
	font-weight:bold;
}

.txtDestaque {
	color:#FFFFFF;
	text-decoration:none;
}
.txtDestaque:hover {
	color:#006826;
	text-decoration:none;
}






/* --------------------------------------------- */
/* --------------------------------------------- */
/*interior*/
/* --------------------------------------------- */
/* --------------------------------------------- */

.subtitulo {
	font-weight:bold;
}

.divConteudo_separador{
	display:block;
	padding-top:40px;
}


.divConteudo_separador_home{
	display:block;
	padding-top:150px;
}



.divConteudo {
	display:block;

	top:180px;
	left:0px;
	background-color:#FFFFFF;
	width:708px;
	padding:24px 0 24px 0;
	
}

.divConteudo_margem{
	padding-left:25px;
	padding-right:25px;
	color:#666666;
    width:655px;
}


.titulo_Doc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding:0 0 20px 0;
	margin:0px;
}


/* --------------------------------------------- */
/* --------------------------------------------- */
/*footer*/
/* --------------------------------------------- */
/* --------------------------------------------- */

.divFooter {
	display:block;
	padding:18px 0 0 0px;
}


.copy {
	width:234px;
	height:165px;
	text-align:right;
	color:#66a47d;
	font-size:10px;
	float:left;
	padding-right:64px;
}
.new_copy {
	position:relative;
	height:165px;
	color:#66a47d;
	font-size:10px;
	margin-left:15px;
	margin-top:20px;
	top:33px;
}
.copy2 {
    font-size:9px;
   
}

#footer {
	padding:0px;
	margin:0px;
}

#footer ul {
	padding:0;
	margin:0;
	border:0;
	z-index: 1000;
	left:0px;
	
}

#footer ul li {
	list-style:none;
	float:left;
}

#footer ul li a {
	display:block;
	outline:none;
	color:#ffa800;
	text-decoration:none;
	padding-right:19px;
	float:left;
}

#footer ul li a:hover {
	text-decoration:underline;
}





/* --------------------------------------------- */
/* --------------------------------------------- */
/*links*/
/* --------------------------------------------- */
/* --------------------------------------------- */

a {
	color:#006826;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#ff6600;
	text-decoration:underline;
}



.noticias_cor {
	color:#006826;
}


a.link_bean_content {
	color:#FFFFFF;
	text-decoration:none;
}

a.link_bean_content:hover {
	color:#006826;
	text-decoration:underline;
}



.bt_voltar{
	color:#006826;
	text-decoration:none;
}

.bt_voltar:hover {
	color:#ff6600;
	text-decoration:underline;
}
