.logo{
	display: block;
	width: 270px; height: 85px;
	background: url(../images/logomarca.png) center center no-repeat;

	margin: 30px auto;
}

.logo-menor{
	display: block;
	width: 95px; height: 30px;
	background: url(../images/logo-interna.png) center center no-repeat;
}

.no-bg{
	background-color: transparent!important;
}

.data-atual{
	float:right; padding-right: 10px;
}

.table-header{
	background-color: #A72428;
}

.float-l{
	float: left;
}

.float-r{
	float: right;
}

.align-l{
	text-align: left;
}

.align-c{
	text-align: center;
}

.align-r{
	text-align: right;
}

.full-width{
	width: 100%;
}

/*
===============================================
ADMINISTRADORES
===============================================
*/

.status{
	font-size: 20px;
}

.verde{
	color: rgb(135, 184, 127);
}

.amarelo{
	color: rgb(255, 183, 82);
}

.vermelho{
	color: rgb(209, 91, 71);
}
#campo-resumo,
#campo-descricao,
#campos-imagem,
#campos-redimensionamento{
	display: none;
}
			
.miniatura{
	display: block;
	width: 150px;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #444;
}

	

.categorias, 
.subcategorias{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.categorias li{
	padding-left: 15px;
	background-image: url(../images/categorias.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;

}

.categorias li:last-child{
	padding-bottom: 0;
}

.subcategorias li{
	padding-left: 30px;
	background-image: url(../images/subcategorias.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: -12px;
	padding-bottom: 0px;
}