@CHARSET "ISO-8859-1";

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 70%;
}

#cabecalho
{
    height: 46px;
    background-image: url(../imagens/cabecalho-sistema.jpg);
	background-repeat: no-repeat;
}

#repeticaoCabecalho
{
    height: 46px;
    background-image: url(../imagens/fatia-cabecalho.jpg);
}

#cabecalhoGoverno
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 46px;
}

#rodape
{
    height: 28px;
    font-size: 80%;
    text-align: center;
    background-image: url(../imagens/rodape.jpg);
}

#rodape #dadosUniversidade
{
	padding-top: 8px;
}

#titulo
{
	color: white;
	background-color: #3D6959;
	border-bottom: 1px solid #3D6959;
	font-size: 135%;
	font-weight: bold;
	padding-left: 10px;
}

#bordaConteudo
{
	margin: 5px 10px;
}

h5
{
	font-size: 100%; /* Firefox */
}

.campo, .campo2
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
}

.botao, .botao2
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
	border: 1px solid;
}

.erro, .erro2
{
	font-weight: bold;
	color: red;	
}

.centralizado
{	
	text-align: center;
}