*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	line-height: 150%;
	color: #141515;
        margin: 0 1em;
}

#logo {
  text-align: center;
}

#logo a {
  border: 0;
}

h1, h2 {
  font-size: 15px;
  line-height: 1.5em;
}

.articulo {
  margin-top: 2em;
}
img
{
	border: 0;
}

a:link
{
	border-bottom: 1px dotted #984023;
	text-decoration: none;
	color: #984023;
}

a:visited
{
	border-bottom: 1px dotted #984023;
	text-decoration: none;
	color: #984023;
}

a:hover
{
	border-bottom: 1px dotted #3D2D15;
	background-color: #F6F2EC;
	text-decoration: none;
	color: #3D2D15;
}

.nav {
  text-align: center;
  margin-top: 1em;
}

.articulo .info {
  color: #999;;
  margin-bottom: .2em;
}

.cabecera_fecha {
  background-color: #984023;
  text-align: center;
  font-weight: bold;
  color: white;
  margin-top: 2em;
}

.comentarios li {
  margin-bottom: 1em;
  margin-left: 3em;
}
