/* $Id: juega.css 2266 2005-11-17 21:59:44Z luque $ */

/* 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 8em 10em;
}

h1 {
    margin-top: 0;
}

h1 span {
    display: none;
}

#game {
    width: 450px;
    height: 200px;
    background-color: #d9dde8;
    border: 1px dashed #000;    
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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