.show{
	display:table;
}

.hidden{
	display:none;
}

.wrong{
	color:#ffffff;	
}

.text_red{
	color: #FF0000;
}

.text_yellow{
	color:#FFFF00;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.atencao{
	color: #FFCC33
}

.moldura{
	background-image: url(../imagens/moldura.png);
	background-repeat: no-repeat;
}
