/* $Id: enlaces.css 1506 2004-06-16 19:23:25Z ruth $ */

/* Common 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 {
    padding: 2em 4em 2em 10em;
}

h1 {
    margin-top: 0;
}

h1 span {
    display: none;
}

#links ul {
    margin: 0 0 0 2em;
    padding: 0;
}

#links ul li {
    list-style: none;
    margin: .8em 0;
    padding-left: 35px;
}

#section-figure {
    float: right;
    width: 230px;
    height: 540px;
}


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

#container {
    background: transparent url("../../images/infantil/neutro_bg.jpg") no-repeat bottom left;    
}

#breadcrumb li {
    background: transparent url("../../images/infantil/clover_enlaces.gif") no-repeat center left;
    color: #fc6;
}

#enlaces_header {
    height: 20px;
    background: transparent url("../../images/infantil/enlaces_header.png") no-repeat top left;
}

#section-figure {
    
    background: transparent url("../../images/infantil/enlaces_figure.gif") no-repeat;
}

#links li.bg1 {
    background: transparent url("../../images/infantil/bullet_bulb.gif") no-repeat center left;
}

#links li.bg2 {
    background: transparent url("../../images/infantil/bullet_sun.gif") no-repeat center left;
}

#links li.bg3 {
    background: transparent url("../../images/infantil/bullet_moon.gif") no-repeat center left;
}

#links li.bg4 {
    background: transparent url("../../images/infantil/bullet_butterfly.gif") no-repeat center left;
}


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

