body {
	background: #aabbbb;
	height:100%;
	color: #334433;
	font-family: verdana;
}

img {
	border: 0px;
	vertical-align: center;
}

h2 {
	margin-top: -25px;
	color: #ccc;

}

a {
	color: #000000;
	border: 0px;
	text-decoration: none;
	vertical-align: center;
}

a:hover {
	color: #334433;
	border: 0px;
	text-decoration: underline;
}

input {
	border: 1px solid;
}
.login {
	width: 100%;
}

.autor {
	border: black 1px solid;
	background: #3366aa;
	color: #ccc;
	margin-bottom: -17px;
}

.mensaje {
	border: 1px solid;
	background: #ccc;
	margin-bottom:5px;
}

.menu {
	position: relative;
	float: left;
	width: 25%;
	margin: 5px;
	padding: 5px;
	text-align: justify;
}

.contenido {
	position:relative;
	float: left;
	width: 70%;
	height:100%;
	padding: 5px;
	border: 5px;
}

.noticia {
	text-align: justify;
	height:100%;
}

.cabecera {
	background: #3366aa;
	width: 100%;
	text-align: right;
}

.general {
	height:100%;
	margin: 0 auto 0 auto;
	width: 80%;
	background: #6699aa;
}