@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');

BODY  {
 background-color : #004499;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
 color : #000000;
}

P  {
 background-color : #FFFFFF;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
 color : #000000;
}
 
TD  {
 background-color : #FFFFFF;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
 color : #000000;
}

.SubMenu  {
 background-color : #d0d0d3;
 color: #000000;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
}

input {
    font-family: "Ubuntu Condensed";
    font-size: 12pt;
}

.tbOpciones {
 background-color : #ccccee;
 color: #555555;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
    width: 1000px;
}

select {
    font-family: "Ubuntu Condensed";
    font-size: 12pt;
}

.tbOpcionesW {
    background-color : #ffffff;
    color: #555555;
    font-family: "Ubuntu Condensed";
    font-size: 12pt;
    width: 1000px;
}

.tbOpcionesR {
 background-color : #eeeeee;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
}

.tbMain {
 background-color : #ccccee;
 color: #FFFFFF;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
    width: 1000px !important;
}

.tbOk {
    font-family: "Ubuntu Condensed";
    font-size: 12pt;
}
 .tbMainH {
 background-image:url('tbmainh.png');
 background-color : #114499;
 color: #FFFFFF;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
}
.tbMainH a:link {
 color:#FFFFFF;
}
.tbMainH a:visited {
 color:#FFFFFF;
}

.tbMainR {
    background-color : #eeeeee;
    color: #000000;
    font-family: "Ubuntu Condensed";
    font-size: 12pt;
}

.tbMainDer {
    background-color : #eeeeee;
    color: #000000;
    font-family: "Ubuntu Condensed";
    font-size: 12pt;
    text-align: right;
}
 .tbMainRBorrado {
 background-color : #eeeeee;
 color: #DD0000;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
}

.tbLogin {
 background-color : #0080c0;
 color: #ffffff;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
 -moz-border-radius: 3px 3px 3px 3px;
/*para Safari y Chrome*/
 -webkit-border-radius: 3px 3px 3px 3px; 
}

.tbLoginR {
 background-color : #cccccc;
 color: #ffffff;
 font-family: "Ubuntu Condensed"; 
 font-size: 12pt;
}

.tb0 {
 background-color : #ffffff;
}

.tb0R {
 background-color : #ffffff;
 align:center;
}

.tbBarraEstadoR {
 background-color : #ffffff;
 font-family: "Ubuntu Condensed"; 
 font-size: 7pt;
}

.titulo  {
    font-family: "Ubuntu Condensed";
    font-size: 14pt;
    font-weight: bold;
    color : #000000;
}










.mi-menu  {
    border-radius: 5px;
    list-style-type: none;
    margin: 0 auto; /* si queremos centrarlo */
    padding: 0;
    /* la altura y su ancho dependerán de los textos */
    height: 40px; 
    width: 1000px;
    /* el color de fondo */
    background: #555;
    background: -moz-linear-gradient(#555,#222);
    background: -webkit-linear-gradient(#555,#222);
    background: -o-linear-gradient(#555,#222);
    background: -ms-linear-gradient(#555,#222);
    background: linear-gradient(#555,#222);
  }
  
 .mi-menu  br { display:none; }

  /* cada item del menu */
  .mi-menu  li {
    display: block;
    float: left; /* la lista se ve horizontal */
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .mi-menu li a {
    border-left: 1px solid #ff0000;
    border-right: 1px solid #666;
    color: #eee;   /*  color de letra de los menus */
    display: block;
    font-family: "Ubuntu Condensed";
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 14px;
    margin: 6px 0;
    text-decoration: none;
    /* animamos el cambio de color de los textos */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  /* eliminamos los bordes del primer y el último */
  .mi-menu li:first-child a { border-left: none; }
  .mi-menu li:last-child a{ border-right: none; }
  /* efecto hover cambia el color */
  .mi-menu li:hover > a { color: Crimson; }/*cuando se pasa el mouse sobre el item cambia el color a este <--- */

  /* los submenús */
  .mi-menu ul {
    border-radius: 0 0 5px 5px;
    left: 0;
    margin: 0;
    opacity: 0; /* no son visibles */
    position: absolute;
    top: 35px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background: #222;
    background: -moz-linear-gradient(#222,#555);
    background: -webkit-linear-gradient(#22,#555);
    background: -o-linear-gradient(#222,#555);
    background: -ms-linear-gradient(#222,#555);
    background: linear-gradient(#222,#555);
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
  }
  /* son visibes al poner el cursor encima */
  .mi-menu li:hover > ul { opacity: 1; }

   /* cada un ode los items de los submenús */
  .mi-menu ul li {
    height: 0; /* no son visibles */
    overflow: hidden;
    padding: 0;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
  }
  .mi-menu li:hover > ul li {
    height: 36px; /* los mostramos */
    overflow: visible;
    padding: 0;
  }
  .mi-menu ul li a {
    border: none;
    border-bottom: 1px solid #111;
    margin: 0;
    /* el ancho dependerá de los textos a utilizar */
    padding: 5px 20px;
    width: 200px;
  }
  /* el último n otiene un borde */
  .mi-menu ul li:last-child a { border: none; }

  .pag  {
      text-decoration: none;
      font-size: 13pt;
  }
