html, td {
    font-family:"Trebuchet MS";
    font-size:13px;
}
body {
    margin:0;
    padding:0;
}
a {
    color:#339933;
}
#pagina {
    width:760px;
}
#cabezal {
    width:760px;
    height:100px;
    background-image:url(../imagen/_cabezal.jpg);
}
#menu {
    width:760px;
    height:47px;
    background-image:url(../imagen/fondo.gif);
}
#menu ul {
    list-style:none;
    padding:0;
    margin:0;
    height:47px;
    float:left;
    margin-left:20px;
}
#menu ul li {
    display:inline;
    float:left;
}
#menu ul li a {
    background:transparent url(../imagen/vin.gif) 3px center no-repeat;
    color:#000000;
    float:left;
    padding:0 15px;
    margin:0;
    text-decoration:none;
    font:bold 13px/47px "Trebuchet MS",Verdana,Arial,Tahoma;
    display:block !important;
    display:inline;
}
#cuerpo {
    padding:0 15px 15px 15px;
    min-height:400px;
}
h1 {
    color:#339933;
    border-bottom:2px solid #000000;
    margin-bottom:15px;
}
h3 {
    color:#339933;
    border-bottom:1px solid #CCCCCC;
    margin-bottom:15px;
}
.boton {
    font:bold 13px/16px Verdana,Arial,Tahoma;
    height:22px;
    color:#FFFFFF;
    background-color:#5E941A;
    border: 1px solid #CCCCCC;
    cursor:pointer;
}
.clear {
    clear:both;
    height:10px;
}
#pie {
    width:730px;
    height:47px;
    margin-left:15px;
    border-top:2px solid #000000;
    padding-top:5px;
}

/*
Menú
 */

.nav > li {
    float:left;
}

.nav li a {
    background-color:#000;
    color:#fff;
    text-decoration:none;
    padding:10px 12px;
    display:block;
    cursor: pointer !important;
}

.nav li a:hover {
    background-color:#434343;
}

.nav li ul {
    display:none;
    position:absolute;
    min-width:140px;
}

.nav li:hover > ul {
    display:block;
    margin-top: 40px !important;
}

.nav li ul li {
    position:relative;
    clear: both !important;
}

.nav li ul li ul {
    right:-140px;
    top:0px;
}

.nav ul li a {
    line-height: 30px !important;
}