﻿@media screen
{
    .ParentMenuBuzon
    {
        height: 20px;
        padding-left: 1px;
        padding-right: 1px;
        background-color: #EFE3CE;
    }

    .ParentItemContainerBuzon
    {
    }

    .ParentItemBuzon
    {
        cursor: pointer;
        cursor: auto;
        height: 20px;
    }

    .ParentItemContentCellBuzon
    {
        font-weight: normal;
        font-size: 15px;
        color: #666666;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        vertical-align:middle;
    }

    .ParentItemContentCellBuzon a
    {
        display: block;
        font-weight: normal;
        font-size: 15px;
        color: #666666;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        text-decoration: none;
        
    }

    .ParentItemOverBuzon
    {
        cursor: pointer;
        cursor: auto;
        
        height: 20px;
    }

    .ParentItemContentCellOverBuzon
    {
        font-weight: normal;
        font-size: 15px;
        color: #66ffff;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        vertical-align: middle;
    }

    .ParentItemContentCellOverBuzon a
    {
        display: block;
        font-weight: normal;
        font-size: 15px;
        color: #666666;
        text-align: center;
        white-space: nowrap;
        width: 100%;        
        text-decoration:underline;
    }
   

    .ParentItemSubMenuCellBuzon, .ParentItemSubMenuCellOverBuzon
    {
        width: 10px;
        background-image: url(submenu_parent.gif);
        background-repeat: no-repeat;
        background-position: 0px 13px;
        font-family: Verdana;
        font-size: 1px;
        height: 30px;
    }

    .ParentSeparatorBuzon, .ParentSeparatorOverBuzon
    {
        background-position: center center;
        background-image: url(../../Imagenes/general/separadorMenu.png);
        width: 1px;
        padding: 0px;
        background-repeat: no-repeat;
    }
    .ParentSeparatorContentCellBuzon, .ParentSeparatorContentCellOverBuzon
    {
        color: #D6D6D6;
    }

    

    /* do not change these classes */
    .menuContainerIframeUnderlay
    {
        border: 0px;
        position: absolute;
        visibility: hidden;
        top: -2000px;
        left: 0px;
        filter: "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)";
        filter: "Alpha(Opacity='0')";
        opacity: 0;
        --moz-opacity: 0;
        background-color: white;
    }
    #ob_em_mc
    {
        width: 100%;
        height: 100%;
        border-collapse: separate;
        border-spacing: expression(cellSpacing=0);
        border-spacing: 0px;
    }
    #ob_em_mc td
    {
        padding: 0px;
    }
    /* do not change these classes */
}

@media print
{
    .menuContainerIframeUnderlay
    {
        display: none;
    }
}

