﻿.win7
{
font-family:"Segoe UI", Arial, Helvetica, sans-serif;
font-size:12px;
position:relative;
float:left;
height:36px;
width:100%;
background:url('../imagenes-web/menu.png') repeat-x top left;
}
ul.win7 li
{
    padding:0px;
    margin:0px;
    list-style-type:none;   
}
ul.win7 li
{
    line-height: 36px;
    display: inline;
    background:url('../imagenes-web/menu.png') repeat-x top left;
    height:36px;
    position: relative;
    float: left;
    text-align:left;   
}
.win7 div
{
position:absolute;
top:0;
left:0;
width:100%;
height:36px;
background:url('../imagenes-web/menu_hover.png') no-repeat center;
z-index:0;
}
.win7 a
{
line-height:36px;
text-align:left;
display:block;
position:relative;
padding:0 7px;
z-index:2;
}
.win7 A:link { color: White; text-decoration: none;  font-weight: 600; letter-spacing: 0.1em}
.win7 A:visited { color: White; text-decoration: none; font-weight: 600;letter-spacing: 0.1em}
.win7 A:hover { color : White; text-decoration: none; font-weight: 600;letter-spacing: 0.1em}
.win7 A:active { color : White; text-decoration: none; font-weight: 600;letter-spacing: 0.1em}
