/* $Id: documentos.css 1313 2004-04-04 21:51:14Z luque $ */

/* Style rules for Red Local website

   The stylesheet is divided into the following three parts:
   
   1. Layout rules: 
      Box properties (exclusive of borders), positioning, text-indent, alignment, lists
      
   2. Visual rules: 
      Colors, backgrounds, borders, links, emphasis
      
   3. Typographical rules: 
      Font and text properties (exclusive of links, alignment and text-indent)

   NOTE: Validate CSS syntax before add your changes to the CVS tree!!
*/

@import "../common.css";

/* ------------------------- Layout rules ------------------------- */

#content ul {
    margin-left: 1.5em;
}

#content ul li {
    list-style: none;
    list-style-image: none;
}

.document {
    width: 80%;
    margin: 2em 0;
    padding-left: 55px;
}

dl {
    margin: .8em 0 0 0;
}

dl dt, dl dd {    
    display: inline;
    margin: 0;
    padding: 0;
}

dl dt {
    padding-right: .3em;
}

.field {
    display:block;
}


/* -------------- Colors, backgrounds, borders, links ------------- */

.document {
    background: transparent url("../../images/document.png") no-repeat top left;
}


/* ----------------------- Typographical rules -------------------- */

a.title {
    font-size: 150%;
}

