64 lines
880 B
CSS
64 lines
880 B
CSS
|
|
.navcontainer { width: 150px; }
|
||
|
|
|
||
|
|
.navcontainer ul
|
||
|
|
{
|
||
|
|
margin-left: 0;
|
||
|
|
margin-top: 0;
|
||
|
|
padding-left: 0;
|
||
|
|
list-style-type: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.navcontainer a
|
||
|
|
{
|
||
|
|
display: block;
|
||
|
|
padding: 3px 15px;
|
||
|
|
width: 170px;
|
||
|
|
background-color: #555;
|
||
|
|
border-bottom: 1px dashed #999;
|
||
|
|
}
|
||
|
|
|
||
|
|
.navcontainer a:link, .navlist a:visited
|
||
|
|
{
|
||
|
|
color: #EEE;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.navcontainer a:hover
|
||
|
|
{
|
||
|
|
background-color: #444;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
#topmenu
|
||
|
|
{
|
||
|
|
border-top: 1px dashed #999;
|
||
|
|
}
|
||
|
|
.Bloque2{
|
||
|
|
width:48%;
|
||
|
|
float:left;
|
||
|
|
}
|
||
|
|
.invisible{
|
||
|
|
visibility:hidden;
|
||
|
|
}
|
||
|
|
.OpcionMenu{
|
||
|
|
float:left;
|
||
|
|
text-align:center;
|
||
|
|
margin-left:100px;
|
||
|
|
}
|
||
|
|
#menu ul{
|
||
|
|
list-style-type: none;
|
||
|
|
padding:0px;
|
||
|
|
margin:0px;
|
||
|
|
}
|
||
|
|
#menu li{
|
||
|
|
border-bottom: 1px dashed #999;
|
||
|
|
display: block;
|
||
|
|
padding-left:20px;
|
||
|
|
}
|
||
|
|
#menu a{
|
||
|
|
color:#EEEEEE;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
#menu li:hover{
|
||
|
|
background-color:#000000;
|
||
|
|
}
|