    /* head */

        div.top_header, div.header{
            width:978px;
            height:200px;
            margin:0 auto;
            text-align:left; /* Arreglo del centrado en Internet Explorer */
            background:url(images/header.png) scroll no-repeat top;
            z-index:2;
        }

        div.top_header{
            overflow:hidden;
            font-size:12px;
            width:950px;
            background:none;
            height:16px;
            margin-top:10px;
            text-align:right;
        }

        button.shop{
            font-family:'if';
            cursor:pointer;
            color:#d4c8b8;
            font-size:24px;
            text-decoration:none;
            background:url(images/shop.png) scroll no-repeat top center;
            width:315px;
            height:145px;
            border:0;
            padding:70px 20px;
            text-shadow: 0px -1px 2px #000;
        }

        div.shop{
            float:right;
        }

        a.us_flag{
            background:url(images/us.gif) no-repeat center left;
            width:16px;
            height:11px;
            padding-left:20px;
            margin-right:10px;
        }

        a.es_flag{
            background:url(images/es.gif) no-repeat center left;
            width:16px;
            height:11px;
            padding-left:20px;
        }

        div.logo{
            float:left;
            width:450px;
            height:120px;
            margin-top:20px;
            margin-left:10px;
            margin-bottom:5px;
        }

    /* head */