body {
	background: #808080;
                margin: 0px;
	padding: 0px;
	color: #42517B;
                font-family: verdana, arial, sans-serif;
                font-size: 11px;
                }

#cuadro {
	width: 80%;
	margin: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000000; 
	}
	
#titulo {
	width: 80%px;
	text-align: center;
	border: 1px solid #000000;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	background-image: url(timedntchange.jpg);
	height: 160px;
	}
	
#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;
}

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

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

a:visited {color: #fff ; text-decoration: underline}
a:link {color: #101031; text-decoration: none;
           font-weight: bold}
a:hover {color: #101031; background: #fff;
              text-decoration:overline underline;}