.btn_Submit {
                 font-family:Arial;
                 font-size:12px;
                 color:black;
                 background-color:#EEEEEE;
                 height:22px;
}

.celFormTitulo {
                     background-color:#EEEEEE;
                     color:gray;
                     font-weight:bold;
                     font-family:Arial;
                     font-size:14px;
}

.celFormComun {
                     background-color:white;
                     font-family:Arial;
                     font-size:12px;
}

.celFormReferencia {
                     background-color:white;
                     color:black;
                     font-family:Arial;
                     font-size:12px;
                     padding-left:4px;
                     padding-right:4px;
                     padding-top:2px;
                     padding-bottom:2px;
}

.celFormReferenciaDest {
                     color:black;
                     font-weight:bold;
                     font-family:Arial;
                     font-size:12px;
                     padding-right:4px;
                     padding-top:2px;
                     padding-bottom:2px;
}

.celFormTextoForm {
                     background-color:white;
                     font-family:Arial;
                     font-size:11px;
                     padding-left:4px;
                     padding-right:4px;
                     padding-top:2px;
                     padding-bottom:2px;
}

.formForms {
                     font-family:Arial;
                     font-size:12px;
}

.invisible      {
                 visibility: hidden;
                 font-family:Arial;
                 font-size:12px;
}
.visible        {
                 visibility: visible;
                 font-family:Arial;
                 font-size:12px;
}

.btn_siguiente  {
                 font-family:Arial;
                 font-style:normal;
                 font-weight:bold;
                 font-size:12;
                 color:gray;
}

.cel_menu {     color: black;
                font-family: Arial;
                font-size: 11px;
                padding-left:8px;
                padding-top:3px;
}

.cel_menu :visited {    color: black;
                        text-decoration: none;
}
.cel_menu :link    {	color: black;
                        text-decoration: none;
}
.cel_menu :hover   {	color: red;
                        text-decoration: underline;
}
.cel_menu :active  {	color: black;
                        text-decoration: none;
}

.cel_submenu {  color: black;
                font-family: Arial;
                font-size: 10px;
                padding-left:10px;
                padding-top:3px;
}

.cel_submenu :visited { color: black;
                        text-decoration: none;
}
.cel_submenu :link    {	color: black;
                        text-decoration: none;
}
.cel_submenu :hover   {	color: red;
                        text-decoration: underline;
}
.cel_submenu :active  {	color: black;
                        text-decoration: none;
}
.lineapunteada { border-bottom-width:1px;
                 border-bottom-color:rgb(153,153,153);
                 border-bottom-style:dotted;
}

.btn   { BORDER-WIDTH:1;
         width:26px;
         height:24px;
       }

.btnDN { BORDER-WIDTH:1;
         width:26px;
         height:24px;
         BORDER-STYLE:inset;
         BACKGROUND-COLOR:buttonhighlight;
       }

.btnNA { BORDER-WIDTH:1;
         width:26px;
         height:24px;
         filter:alpha(opacity=25);
       }