body {
  font-family:'lucida grande', 'lucida sans unicode', 'arial', 'helvetica', 'verdana', sans-serif;
  background:#e7e7e7;
  text-align:center;
}

#doc {
  width:937px;
  text-align:left;
  margin:0 auto;
}

a {
  text-decoration:none;
  color:#bd0c26;
}

a:hover {
  color:#bd0c26;
  text-decoration:underline;
}

p {
  color:#2a2a2a;
  line-height:1.15em;
  margin-bottom:1em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.rojo { color:#bd0c26; }
p.no-margin { margin-bottom:0.1em; }

.small { font-size:0.88em; }
strong { font-weight:bold; }
em { font-style:italic; }
strong em { font-weight:bold; }

.big  { font-size:1.3em !important; }
p.big { margin-bottom:1em; }

.relative { position:relative; }