#cabecera, #publi1, #cuerpo, #pie {
  width: 975px;  
}

#cabecera {
  height: 39px;  
}

#publi1 {
  margin-top: 15px;
}

#principal {
  float: left;
  width: 620px;
}

#lateral {
  float: right;
  width: 300px;
}

.doscolumnas {
 clear: both;
}

.doscolumnas .col1 {
  width: 48%;
  float: left;
  padding: 2px;
}

.doscolumnas .col2 {
  width: 48%;
  float: right;
  padding: 2px;
}

/* Otros ajustes */

body {
}

#pie {
  clear: both;
}

a {
  color: #1973C9;
}

#cabecera {
}

#cabecera h1 a {
  margin-top: 5px;
  display: block;
  width: 222px;
  height: 35px;
  background: url(../images/layout/versioncero.png) 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 #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #ededed;
}

#lateral ul {
  border-top: 1px solid #ccc;
  background-color: #ededed;
}

#lateral ul li {
  border-bottom: 1px solid #ccc;
}

.comment {
        background: #ededed;
        border-top: 1px solid #e0e0d0;
        color: #000;
}

.comment-num {
        color: #ccc;
}

.comment-num a {
        color: #ccc;
}
#superhead {
  background-color: black;
  text-align: center;
  height: 20px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 0 0 0;
  font-family: Verdana,Helvetica,Sans;
}

#superhead a {
  color: white;
  text-decoration: none;
  margin: 0 50px 0 50px;
}

.destacado {
  background-color: #ededed;
  border: 1px solid #dedede;
  margin-bottom: .5em;
  padding: 5px 0 5px 5px;
}

.destacado p {
  padding:0;
  display: inline;
}

.destacado h3 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0;
  font-family:Georgia, serif;
  color: #BF7360;  
}

.destacado .info {
  font-weight: bold;
}
