html 
{	overflow: -moz-scrollbars-vertical;
}

body 
{ 	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	padding: 0px; 
	background: #C8A2C8;
	color: #333;
	font: normal 16px "Comic Sans MS",sans-serif;
}

/* CABECALHO *******************************************************************************************/
.cabecalho
{ 	background: #C8A2C8 url(../imagens/estrutura/header2.jpg) no-repeat;
	background-position: center center;
	font: normal 1.2em "Comic Sans MS",sans-serif;
}

.cabecalho a 
{	color: #CD859B;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}

.cabecalho a:hover 
{	color: #000000;
}


/* CORPO DO SITE ***************************************************************************************/
.corpo
{ 	background: #FFFFFF;
	margin-left: 10px; 
}

/* CONTEUDOS ******************************************************************************************/
.conteudowelcome
{	background: #AC6FAC;
	color: #FFFFFF;
	padding-left: 16px;
	font-weight: bold;
}

.conteudotasaqui
{	background: #F2CCD7;
	color: #333333;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: normal;
}

.conteudotitulo
{	background: #F2CCD7;
	color: #AC6FAC;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: bold;
}

.conteudotexto
{	background: #F2CCD7;
	padding-left: 16px;
	padding-right: 16px;
	text-align: justify;
	font-weight: normal;
}

/* INPUT ***************************************************************************************/
.inputlogincx
{	font: normal 16px Tahoma, Verdana,sans-serif;
	color: #333333;
    border: solid 1px #AC6FAC;
    width: 300px;
}

.inputlogintxt
{	font: bold 16px Tahoma, Verdana,sans-serif;
    color: #333333;
}

.botaovalidar
{	font: bold 16px Tahoma, Verdana,sans-serif;
    color: #333333;
	width: 100px;
}

.selectcx
{	font: normal 16px Tahoma, Verdana,sans-serif;
	color: #333333;
    border: solid 1px #AC6FAC;
    width: 200px;
}

/* MENUS **********************************************************************************************/
.menutabela 
{	background: #D5EEC1;
}

.menutitulo 
{	background: #A5CD85;
	font-weight: bold;
	color: #DBF1C8;
	padding-left: 12px;
}

.menuitem
{	background: #D5EEC1;
	color: #777777;
	border-bottom: 1px solid #D5E8AD;
	text-decoration: none;
	padding-left: 8px;
}


.menuitem a
{	display: block;
	text-decoration: none;
	padding-left: 12px;
}

.menuitem a:hover
{	color: #AC6FAC;
	font-weight: bold;
	padding-left: 12px;
}

/* RODAPE *********************************************************************************************/
.rodape
{	background: #AC6FAC;
	color: #FFFFFF;
	padding-left: 16px;
	font-weight: bold;
	font: normal 10px "Comic Sans MS",sans-serif;
	margin: 0 auto;
	text-align: center;
}

.rodape a 
{	color: #FFF;
	text-decoration: none;
}

.rodape a:hover 
{	color: #F2C8D5;
}


