body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}
h1 a, h1 a:link, h1 a:visited {
  color: #006699;
}

h2 { 
  margin: 2em 0 0 0; 
  color: #7B8186;
  font-size: 1.8em;
  text-align: center;
}
h3 {
  font-size: 1em; 
  margin: 2em 0 0 0; 
  background: transparent url(imagenes/bg-header.gif) bottom left no-repeat;
  
  padding-bottom: 2px;
}

#rectangulo {
  width: 700px;
  margin: 0 auto; 
  text-align: left;
  padding: 10px 30px;
  font: normal normal 99% Verdana, sans-serif;
  background: #F7F7F7 0 0 repeat-y;
}

.post {
  clear: both;
  margin-bottom: 4em;
}
.post h3 {
  font-size: 1.2em;
  margin-bottom: 0;
  color: #32527A;
}
.post h3 a {
  color: #32527A;
}
.post-footer .post-author,
.post-footer .post-timestamp {
  color: #B4BABE;
}
.post img {
  border: 1px solid #E3E4E4;
  padding: 2px;
  background: #fff;
}
.post-body {
  padding-left: 20px;
  text-align: left;
}
.post-separa {
  padding-top: 5px;
}