﻿body {
  margin: 0;
  padding: 0px;	
  background-color: #C0C0C0;
  font-family: arial;
  font-size: 12px;
}
/*lo que está en el centro */
#content {
  float: left;
  width: 500px;
  margin-left: 12px;
  height: 100%;
}
/*izquierda */
#sidebar {
  float: left;
  width: 130px;
  padding:2;
  background: #cccccc;
  border-right: 2px solid #000000;
  border-left: 2px solid #000000;
  color: #000000;
}
#sidebar ul, #sidebar li {
  list-style: none;
  width: 100%;
}
#sidebar ul {
  height: 100%;
}
#sidebar h3, .barra-der h3 {
  height: 17px;
  background: #333333 url("fondo-h3.jpg") top repeat-x;
  color: #eeeeee;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 12px;
  margin: 0px;
  text-transform: uppercase;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  float: left;
  width: 120px;
  text-align: left;
}
#menuizq a {
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  width: 122px;
  padding-left: 8px;
  background: #8C8C8C;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
  float: left;
  text-transform: capitalize;
}
#menuizq a:hover, #menuizq a:active{
  font-weight: bold;
  background: #AAAAFF;
}

/* posts */
.post {
  margin-bottom: 5px;
  font-size: 12px;
  float: left;
}
.post-title {
  width: 90px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  height: 15px;
  color: #F6F60F;
  background: #000000;
  font-size: 11px;
  font-weight: bold;
  float: left;
}
.post-content {
  width: auto;
  height: auto;
  padding: 0px;
  padding-top: 0px;
  float: left;
}
.post-content img {
	padding: 0;
	margin: 1px;
}

