/* TamaÃ±os y disposiciÃ³n */

#cabecera, #publi1, #cuerpo, #pie {
  width: 975px;  
}

#cabecera {
  height: 63px;  
}

#principal {
  float: right;
  width: 590px;
}

#lateral {
  float: left;
  width: 170px;
}

#lateral2 {
  float: right;
  width: 170px;
}

/* Otros ajustes */

body {
}

a {
  color: #af4d55;
}

#cabecera {
  background: #DAD9D4 url(/images/layout/fondocab.jpg) no-repeat;
  border-bottom: 2px solid #ccc;#b1bbf7;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: .5em;
}

#cabecera h1 a {
  display: block;
  width: 241px;
  height: 50px;
  background: url(/images/layout/semanavista.gif) no-repeat;
}

#cabecera h1 a span {
  display: none;
}

.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: #FAFAF0;
  clear: both;
}

#lateral ul {
  border-top: 1px solid #E8E7D0;
  background-color: #FAFAF0;
}

#lateral ul li {
  border-bottom: 1px solid #E8E7D0;
}

.comment {
        background: #fafaf0;
        border-top: 1px solid #e0e0d0;
        color: #000;
}

.comment-num {
        color: #e0e0d0;
}

.comment-num a {
        color: #e0e0d0;
}
