/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5/04/2014, 01:20:08 AM
    Author     : JuanMa
*/
#menu{
    position: fixed;
    top: 0px;
    left: 0px;
}
#fondo{
    background-color: #000000;
    opacity: 0.4;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#ver{
    display: none;
    background-color: #99ff99;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.6;
}
#menu a{
    color: #00cc00;
    text-decoration: none;
}
#menu a:hover{
    color: #00cc66;
    text-decoration: none;
}
#menu a:active{
    color: #66cc00;
    text-decoration: none;
}
#menu li{
    list-style: none; 
    padding: 0px;
    margin: 6px;
    border-bottom: 1px #ff3333 dotted;
    background-color: #ccffcc;
    border-radius: 13px 13px 13px 13px;
}
#menu li:hover{
    border-bottom: 1px #bb2222 dotted;
    background-color: #ddddcc;
}
#menu ul{
    margin: 0px;
    margin-left: 22px;
    padding: 0px;
    border-left: 1px #33ff33 dashed;
}
#menu .mas{
    font-weight: bold;
    padding: 0px 4px 0px 2px;
    border: #666666 solid 1px;
    background-color: #ddff99;
    border-bottom: 0px;
    border-right: 0px;
    border-radius: 3px 13px 13px 3px;
}
#menu .menos{
    font-weight: bold;
    padding: 0px 2px 0px 4px;
    border: #666666 solid 1px;
    background-color: #ffcccc;
    border-top: 0px;
    border-left: 0px;
    border-radius: 13px 3px 3px 13px;
}
#menu li a{
    color: #00cc00;
    text-decoration: none;
}
#menu li a:hover{
    color: #00cc66;
    text-decoration: none;
}
#menu li a:active{
    color: #66cc00;
    text-decoration: none;
}
#menu fieldset{
    background-color: #ffffcc;
    border: 2px #999900 groove;
    border-radius: 15px;
}
#menu legend{
    text-align: center;
}