    /* foot */

        div.footer{
            color:#d4c8b8;
            overflow:hidden;
            line-height:1.1em;
            width:978px;
            background:url(images/foot.png) scroll no-repeat center;
            height:272px;
            margin:0 auto;
        }

        div.line{
            clear:both;
            height:1px;
            margin:0 15px;
            background-color:#917e5d;
        }

        div.copyright, div.foot_logos{
            font-size:11px;
            margin:15px;
            float:right;
            text-align:right;
            margin-top:43px;
            width:455px;
            max-height:70px;
            overflow:hidden;
        }

        div.foot_logos{
            float:left;
            margin-top:40px;
        }

        a.logo_1, a.logo_2, a.logo_3, a.logo_4, a.logo_5, a.logo_6, a.logo_7{
            background-attachment:scroll;
            background-position:center;
            background-repeat:no-repeat;
            opacity:0.7;
            filter:alpha(opacity=70);
            width:100px;
            height:30px;
            margin-right:5px;
            border:1px solid #917e5d;
            margin-bottom:5px;
        }

        a.logo_1:hover, a.logo_2:hover, a.logo_3:hover, a.logo_4:hover, a.logo_5:hover, a.logo_6:hover, a.logo_7:hover{
            cursor:pointer;
            opacity:1.0;
            filter:alpha(opacity=100);
        }

        a.logo_1{
            background-image:url(images/lastfm.png);
            float:left;
        }

        a.logo_2{
            background-image:url(images/jango.png);
            float:left;
        }

        a.logo_3{
            background-image:url(images/cdbaby.png);
            float:left;
        }

        a.logo_4{
            background-image:url(images/facebook.png);
            float:left;
        }

        a.logo_5{
            background-image:url(images/myspace.png);
            float:left;
        }

        a.logo_6{
            background-image:url(images/rnation.png);
            float:left;
        }

        a.logo_7{
            background-image:url(images/youtube.png);
            float:left;
        }


        span.servigran, span.canarias{
            font-size:12px;
            color:#0053a8;
        }

        span.servigran{
            color:#7a3331;
            text-transform:uppercase;
        }

        span.canarias{
            color:#666b6b;
            text-transform:capitalize;
        }

        a.servigran_link{
            text-decoration:none;
        }

        a.servigran_link:hover{
            opacity:0.7;
            filter:alpha(opacity=70);
        }

        div.legal, .details{
            font-size:11px;
            line-height:1.2em;
        }

        .details{
            color:#999;
        }

    /* foot */