body {
	background: Purple;
	margin: 0px;
	padding: 0px;
	color: Red;
	font-family: verdana, arial, "Berlin Sans FB", sans-serif;
	font-size: 11px;
}

#cuadro {
	width: 80%;
	margin: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000000;
	background: Black;
}
	
#titulo {
	width: 80%px;
	text-align: center;
	border: 1px solid #000000;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	background-image: url(lalienne.gif);
	height: 110px;
}
	
#cuerpo {
	width: 70%;
	text-align: left;
	border: 1px solid #000000;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	float: left;
	margin-left: -2px;
	border-bottom: 0px;
	background: Black;
}

#columna {
	width: 30%;
	text-align: left;
	border: 1px solid #000000;
	float: right;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

.post {
	background: Black;
	border: 1px solid Black;
	margin: 2%;
	margin-top: 0px;
}
	
.encabezado {
	background: url(fondo.jpg);
	border: 1px solid Black;
	margin: 2%;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	text-align: center;
color: Purple;
	font-family: Verdana;
	font-variant: small-caps;
	font-style: normal;
	font-size: 14px;
	font-weight: lighter;
}

a:visited {
	color: White;
	text-decoration: underline;
	font: bold;
}
a:link {
	color: Purple;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: White;
	background: Purple;
	text-decoration: overline underline;
	font: normal;
}