@charset "utf-8";
body{
	margin:0px;
	background-color:#E1EEF0;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#4388A9;
}
/*GERAL*/
#fundo-branco{
	background:url(../img/fundo-branco.png) no-repeat;
}
#fundo-ney{
	background:url(../img/fundo-ney1.jpg) no-repeat;
}
.fundo-trans{
	background-color:transparent;
}
.linha06{
	line-height:6px;
}
.linha10{
	line-height:10px;
}
.espac4{
	padding-left:4px;
}

.titulo-cinza{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#CCCCCC;
	font-weight:bold;
}
.link-cinza{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#C1C1C1;
}

/*INDEX*/
#topo{
	position:absolute;
	top:0;
	left:50%;
	width:1400px;
	height:141px;
	margin-left:-700px;
	background:url(../img/topo1.png) no-repeat;
	background-position:center top;
/*	border:2px solid #00CC66;*/
}
#menu-index{
	position:absolute;
	top:0;
	left:50%;
	width:760px;
	height:171px;
	margin-left:-380px;
	z-index:2000;
}

/*HOME*/
.cel1-1{
	background:url(../img/cel1-1.png) no-repeat;
}
.cel1-2{
	background:url(../img/cel1-2.png) no-repeat;
}
.cel2{
	background:url(../img/cel2.png) no-repeat;
}
.home-txt1{
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	color:#0E6DAD;
}
.home-txt2{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000099;
}

/*STAND*/
.menu-select{
	border:1px solid #CCCCCC;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666666;
}

/*COMPETIÇÕES*/
.comp-fundo{
	background-image:url(../img/competicoes_fundo.jpg);
	background-repeat:repeat-x;
}
.comp-titulo{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#4388A9;
}
.comp-texto1{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#4388A9;
}
.comp-texto2{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#4388A9;
}

/*CONTATO*/
.contato-campos{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	border:0px solid #CCCCCC;
	width:150px;
	height:22px;
	background-color:#E1EEF0;
}
.contato-botao{
	background-image:url(../img/enviar.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:36px;
	height:20px;
	border:0px solid #FFFFFF;
}
