﻿
/* ---------------------------------------------------------------- */
/* estilos menu*/
/* ---------------------------------------------------------------- */
.smartmenu, .smartmenufloaty
{
    background: #03314B none repeat scroll 0 0;
    border-top: 1px solid #B7DF63;
    margin: 0 auto 0 auto padding: 0px 0px 0px 10px;
    overflow: hidden;
    width: 994px;
    color: #CECECE;
    border: 1px solid #666666;
}

.smartmenuie6 {
    height: 30px;
}

.smartmenu a, .smartmenufloaty a
{
    font-family: 'Helvetica Neue' ,Helvetica,Arial,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    border-right: 1px dotted #FFF;
    padding: 0px 11px;
}

.smartmenu a.last {
    border: none;
}

.smartmenu a:hover
{
    color: #FFFF66;
}

.smartmenu ul, .smartmenufloaty ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.smartmenu ul li, .smartmenufloaty li {
    padding: 5px 0px 5px 0px;
    float: left;
}

.smartmenu li ul {
    display: none;
}

.smartmenufloaty {
    background: transparent;
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    left: 0px;
    top: 0px;
    z-index: 1000;
    
}

.smartmenufloaty .tip {
    background: url(../../sistema/imagenes/menu/floatytip.png) no-repeat;
    font-size: 0px; 
    height: 20px;
    width: 50px;
    margin: 0px;
    overflow: hidden;
    display: block;
}

.smartmenufloaty .tipIE6 { 
    background: url(../../sistema/imagenes/menu/floatytip.gif);
}

.smartmenufloaty .padder {
    background: url(../../sistema/imagenes/menu/floatybg.png);
    padding: 0px 8px; 
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.smartmenufloaty .padderIE6 {
    background: url(../../sistema/imagenes/menu/floatybg.gif);
}

.smartmenufloaty li {
    float: none ;
    border-bottom: 1px dotted #FFF;
    padding:4px 8px; 
}
 
.smartmenufloaty li.last {
    border: none;
}

.smartmenufloaty a {
    border: none;
    padding: 0px;
}

.smartmenufloaty a:hover {
    color: #222;
}