/* Style rules to make data tables look better */

.list-header {
      background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

.menuselected{
   background-color:rgb(230,142,37); 
   height:23px;
   width:75px;
   text-decoration:none;
}
.menuunselected{
   color: #ffffff;
   height: 23px;
   width: 75px;
   text-decoration:none;
}

#tabla_menu{
   color: red;
   font-weight: bolder;
   height: 30px;
   left: 450px;
   position: absolute;
   top: 100px;
   width:300px;
}
.renglon{
   width:60px;
}
.ui:hyperlink{
    text-decoration:none;

}

