#cabecera, #publi1, #cuerpo, #pie {
  width: 700px;  
}

#cabecera {
  height: 43px;  
}

#principal {
  float: left;
  width: 700px;
}

#lateral {
  float: right;
  width: 210px;
  padding-right: 1em;
}

/* Colores */

body {
}

#cuerpo, #pie {
  background-color: white;
}

#cabecera {

}

/*a {
  color: #af4d55;
}*/

#cabecera {
}

#cabecera h1 a {
  text-decoration: none;
  color: black;
}

#cabecera h1 a span {
}

#publi1{
}

#cuerpo {
}

#pie {
}

.post h1 {
	border-bottom: 1px solid #333;
}

.post h1 a {
  text-decoration: none;
  color: #333;
}

.postinfo {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
}

#lateral ul {
  border-top: 1px solid #ccc;
  background-color: #f0f0f0;
}

#lateral ul li {
  border-bottom: 1px solid #ccc;
}

#lateral ul li a {
  display: block;
  padding-left: 1em;
}

#lateral ul li a:hover {
  background-color: white;
}

.comment {
        background: #f9f9f9;
        border-top: 1px solid #ccc;
        color: #000;
}

.comment-num {
        color: #ccc;
}

.comment-num a {
        color: #ccc;
}



