body
{
    background-color: #000;
    margin: 0 auto;
    text-align: center;
    color: #999;
    font-size: 12px;
}

form 
{
    margin: 0;
}

.BordaZero {
	border: 0px;	
}

div, table, tr, td, select, input, textarea
{
    font-family: Trebuchet MS, Arial, Verdana;
}

#DivMaster {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#Menu
{
    width: 100%;
	height: 160px;
	text-align: center;
}

#Conteudo
{
    width: 100%;
    height: 523px;
	_height: 543px;
	margin: 0;
	padding: 0;
}

#Footer
{
    width: auto;
	background-repeat: no-repeat;
    background-position: top;
    height: auto;
	margin: 0 auto;
	/*text-align: center;*/
	padding: 5px;
	border: 0px solid blue;
}

.LinksComunidade {
	width: 230px;
	float: left;
}

.Creditos {
	width: 543px;
	float: right;
}

.Copyright  {
	display: block;
	clear: both;
	width:: 100%;
	margin: 0 auto;
	text-align: center;
}

#Conteudo .DivHome
{
    width: 100%;
}

.DivPlayerHome 
{
    width: 100%;
    height: auto;
    margin-top: 20px;
	text-align: left;
	display: block;
}

.DivNoticiasHome
{
    width: 100%;
    margin-top: 20px;
	text-align: left;
	display: none;
}

.DivNoticiasHome a
{
	width: auto;
}

.DivCadastro 
{
    width: 100%;
    margin-top: 20px;
	text-align: left;
}

.DivCadastro input
{
    border: 1px solid #1049fe;
    background-color: #041a4f;
    color: #FFF;
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
}

.Botao 
{
    background-color: #4f90c7 !important;
    border: 1px solid #092384 !important;
    color: #041a4f !important;
	text-transform: uppercase;
	cursor: pointer;
}

/**** Links ****/
.Link1 {font-size: 10px; font-weight: normal; text-decoration: none;}
.Link1:link {COLOR: #FFF;}
.Link1:visited {COLOR: #FFF;}
.Link1:visited {TEXT-DECORATION: none;}
.Link1:hover {COLOR: #4f90c7;}
.Link1:hover {TEXT-DECORATION: none;}

.Link2 {font-size: 12px; font-weight: normal; text-decoration: none;}
.Link2:link {COLOR: #4f90c7;}
.Link2:visited {COLOR: #4f90c7;}
.Link2:visited {TEXT-DECORATION: none;}
.Link2:hover {COLOR: #4f90c7;}
.Link2:hover {TEXT-DECORATION: underline;}


/*** Classes de Textos e Cores ***/
.Texto1 
{
    font-size: 10px;
}

.Texto2
{
    font-size: 10px;
    font-weight: bold;
}

.Texto3
{
    font-size: 11px;
}

.Texto4 
{
    font-size: 11px;
    font-weight: bold;
}

.Cor1
{
    color: #FFF;
}

.Cor2
{
    color: #000;
}

.Cor3
{
    color: #4f90c7;
}