.div_title {
	background: #55A;
	border-radius: 4px;
	color: #FFF;
	padding: 4px 9px;
}
.div_title img {
	position: relative;
	float: right;
	top: -16px;
}
.div_sep {
	padding: 12px 9px;
}

.noticia {
	position: relative;
}
.noticia_fecha {
	position: absolute;
	left: 0px;
	color: #888;
}
.noticia_titulo {
	margin-left: 80px;
	margin-bottom: 9px;
}

.editable {
	padding-right: 20px;
	background: url('images/ico16/edit.png') no-repeat right center;
}

.bienvenida {
	text-align: center;
	margin: 16px;
	margin-right: 32px;
}
.bienvenida img {
	margin-bottom: 9px;
}
.bienvenida div {
	color: #888;
	font-weight: bold;
}
.bienvenida p {
	text-align: justify;
	margin: 16px 0px;
}
