#content {
    z-index:20;
    margin-top:-60px;
    margin-left:2em;
}

/* menu */
#menuMainL1 li a:hover {
    margin-top:-6px;
    padding-top:17px;
    background:url(/gfx/bgdMenuPiedra.png) no-repeat 0 0;
}

#menuMainL2 {
    padding-top:1em;
}

    #menuMainL2 h2 {
        width:414px;
        height:33px;
        float:right;
        padding-left:21em;
        padding-bottom:2em;
    }

    #menuMainL2 h2.pl {
        background:url(/gfx/hPiedra_pl.png) no-repeat 0 0;
    }

    * html #menuMainL2 h2.pl {
        background:none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop',src='/gfx/hPiedra_pl.png');
    }

    #menuMainL2 h2.en {
        background:url(/gfx/hPiedra_en.png) no-repeat 0 0;
    }

    * html #menuMainL2 h2.en {
        background:none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop',src='/gfx/hPiedra_en.png');
    }

#menuMainL2 ul li {
    display:inline;
    float:left;
}

#menuMainL2 ul li a {
    color:#fff;
    font-size:1.2em;
    display:block;
    padding-top:9px;
    text-decoration:none;
}

#menuMainL2 ul li a b {
    padding-left:38px;
    text-decoration:underline;
}

#menuMainL2 ul li.patterns a b {
    padding-left:50px;
}

#menuMainL2 li.patterns,
#menuMainL2 li.patterns a {
    width:192px;
    height:349px;
}

#menuMainL2 li.techdesc,
#menuMainL2 li.techdesc a {
    width:181px;
    height:349px;
}

#menuMainL2 li.inspirations,
#menuMainL2 li.inspirations a {
    width:254px;
    height:349px;
}

#menuMainL2 li.patterns a {
    background:url(/gfx/menuPiedraPattern.jpg) no-repeat 0 0;
}

#menuMainL2 li.techdesc a {
    background:url(/gfx/menuPiedraTechDesc.jpg) no-repeat 0 0;
}

#menuMainL2 li.inspirations a {
    background:url(/gfx/menuPiedraInspirations.jpg) no-repeat 0 0;
}

/* header */

#header {
	height:25em;
	background-color:#101112;
    background:url(/gfx/bgdTopPiedra.png) no-repeat 0 47px;
}

#header h1 {
    margin-left:2.5em;
}

/* news */
.newsList {
    margin-right: 4em;
    width:29em;
    font-size:1.1em;
    float:left;
}

    .newsList ol {
        list-style-type:none;
    }

        .newsList ol li {
            margin-bottom:1em;
        }
    
            .newsList ol li h3 {
                height:22px;
                background:url(/gfx/bgdNewsHeaderPiedra.png) no-repeat 0 0;
                padding:18px 0 0 37px;
                color:#fff;
            }

            #content .newsList h3 a {
                color:#fff;
                text-decoration:none;
            }

            #content .newsList h3 a:hover {
                text-decoration:underline;
            }

            * html .newsList ol li h3 {
                background:none;
                filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop',src='/gfx/bgdNewsHeaderPiedra.png');
            }

            .newsList ol li div {
                margin-left: 1.4em;
                color:#888889;
                line-height:2em;
            }

            #content .newsList ol li a {
                margin-left:0.4em;
            }

                #content .newsList ol li div a:hover,
                #content .newsList ol li div a:active,
                #content .newsList ol li div a:visited,
                #content .newsList ol li div a {
                    color:#4c4840;
                }


