/*ESTILO.CSS*/

*{ margin:0; padding:0;}
body{ font-family: helvetica, arial; font-size: 16px; color:#333;}
/*header{height:0px; background-color:#034289;}*/
/*footer{height:50px; background-color:#034289; padding:10px 0; color:#f4f4f4; text-align:center; font-size:12px; width:1110px; margin:auto;}*/


/*class */

/*.container{ margin:0 auto; width:80%; margin-bottom:100%}*/

/*ID */


/*
#conteudo{padding:100px 0;}
#menu{float:right; padding:30px 0;}
#menu a{text-decoration:none; padding:40px 40px; color:#e3e3e3; text-shadow:1px 1px 1px 1px #111}
#menu a:hover{ background-color:#44b874;}

*/

.myBackground {
	
}


.topm {
  overflow: hidden;
  background-color: #034289;
  
}

.topm a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topm a:hover {
  background-color:rgb(0, 123, 255);
  color: white;
	
}

.topm a.active {
  background-color: darkblue;
  color: white;
}

.topm .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topm a:not(:first-child) {display: none;}
  .topm a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topm.responsive {position: relative;}
  .topm.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topm.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  
.table-hover tbody tr:hover{background-color:rgb(0, 123, 255); color:white}
.table-hover a{color:white}