
#cabecera, #publi1, #cuerpo, #pie {
  width: 769px;  
}

#cabecera {
  height: 63px;  
}

#principal {
  float: right;
  width: 555px;
}

#lateral {
  float: left;
  width: 170px;
}

/* Otros ajustes */

#publi1 {
  background-color: #666;
}

body {
}

a {
  /*color: #af4d55; */
}

#cabecera {
  background-color: #eee;;
  border-bottom: 2px solid #666;
}

#cabecera h1 a {
  text-decoration: none;
  color: #333;
  font-family: georgia, serif;
  font-size: 140%;
}

#cabecera h1 {
  font-weight: bold;
}

#cabecera h1 a span {
}

.post h1 {
	border-bottom: 1px solid #333;
}

.post h1 a {
  text-decoration: none;
  color: #333;
}

.postinfo {
  border-top: 1px solid #E8E7D0;
  border-bottom: 1px solid #E8E7D0;
  background-color: #eee;
}

#lateral ul {
  border-top: 1px solid #ccc;
  background-color: #eee;
}

#lateral ul li {
  border-bottom: 1px solid #ccc;
}

.comment {
        background: #eee;
        border-top: 1px solid #e0e0d0;
        color: #000;
}

.comment-num {
        color: #ccc; 
}

.comment-num a {
        color: #ccc;
}

pre {
  margin-bottom: 1em;
  background-color: lightyellow;
  border: 1px solid #ccc;
  padding: .5em;
}

