/* 
    Document   : menu_superior
    Created on : 14-ago-2008, 11:05:54
    Author     : miguel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


div#menu_u {
    width: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;    
    font-family: Verdana,helvetica,sans-serif;
    font-size: 15px;
    color: #AAA;
    text-align: left;
    font-weight: bold;
    height: auto;              
    border-top: 5px solid #FE6B1A;          
}


div#fondo {
    width: auto;
    height: 20px;  
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background: url(BaseMenu.gif) repeat-x;
    border-left: 1px #AAA;
    border-right: 1px #AAA;
    padding: 5px;
}

div#espacio {
    width: 100px;
    height:auto;
    margin-top:0px;
}

div#tabUno {
    width: 300px;
    height: 30px;
    margin: 0px;
    text-align: left;
    padding: 5px;   
                
}



div#aniRPC {
   position: absolute;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
}


div#closer {
    position: absolute;
    width: 100%;
    height: 100%;
    margin:auto;
    display: none;
}



/* Menu alternativos */

#umenu {
   list-style: none;
   margin-top: 0px;   
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   width: auto;
   height: 20px;
   text-align: right;  
   background: url('/alum/css/pp.gif') no-repeat #FFF;   
}

#umenu ul,li {  
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin: 0px;
  list-style: none;
}


#umenu li {    
   background-color: #FE6B1A;
   /**border-top: 4px #FE6B1A solid;   **/
   text-align: center;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   color: #FFF;
   float: right;
   margin-left: 1px;
   margin-top: 0px;
   
   /*border-left: 0.2px #FE6B1A solid; */
}

#umenu li:hover {
  /*background-color: #FF8019*/
 border-top: 2px #FE6B1A solid;
  /*border-top: 8px #FF8019 solid;*/
  color: #FFF;
}

#umenu li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}

#umenu li a:hover {
  font-weight: bold;
  text-decoration: underline;  
  color: #FFF;
}


/* El imenu */
#imenu {
   list-style: none;
   margin-top: 0px;
   margin-left: 0;
   margin-right: 0px;
   margin-bottom: 0px;
   width: auto;
   height: 0px;
   text-align: left;
   background: #FFF;
}

#imenu ul,li {
  padding-left: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  padding-top: 0px;
  margin: 1px;
  list-style: none;
}

#imenu li {
   background-color: #FFF;
   text-align: center;
   font-family: Verdana, Arial, sans-serif;
   font-size: 9px;
   color: #333;
   float: left;
   margin: 0px;
   border-top: 2px #ccc solid;
   border-left: 1px #ccc outset;
   border-right: 1px #ccc outset;
   border-bottom: 2px #FE6B1A solid;
}

#imenu li:hover {
  /*background-color: #FF8019*/
  background-color: #E9E8EB;
  border-left: 1px #E9E8EB inset;
  border-right: 1px #E9E8EB inset;
  /*border-top: 8px #FF8019 solid;*/
  color: #000;
}

#imenu li a {
  font-size: 9px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

#imenu li a:hover {
  font-size: 9px;
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}


.redon{display:block}
.redon *{
   
  display:block;
  height:1px;
  width:auto;
  overflow:hidden;
  /**font-size:.01em;**/
  background:#FE6B1A}
.redon1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
  border-bottom:1px solid #FFF;
  background:#FE6B1A}
.redon2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
  background:#FE6B1A}
.redon3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;}
.redon4{
  border-left:1px solid #FFF;
  border-right:1px solid #FFF}
.redon5{
  border-left:1px solid #FFF;
  border-right:1px solid #FFF}
.redonfg{
  background:#FE6B1A}


