/* $Id: home.css 1361 2004-05-09 17:24:42Z 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 ------------------------- */

body {
    margin: 0;
    padding: 0;
    height: 600px;
}

#logo {
    margin: 0;
    padding: 10px 8px;
}

#nav {
    position: absolute;
    left: 112px;
    top: 37px;
}

#alt-nav {
    width: 800px;
    text-align: center;
    position: absolute;
    top: 575px;
}

#alt-nav ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#alt-nav ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}


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

#home {
    background: #fff url("../../images/infantil/home_bg.jpg") no-repeat top left;
}

#nav img {
    border: 0;
}

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

#alt-nav a {
    font-weight: bold;
}