#aovivo {
    display: block;
    margin: auto;
width: 600px;
padding-top: 20px;
}
.menuxlr{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -30px;
}
.navmenu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8; /* width of nav menu area - 8/10 */
}
.navmenu li{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.navmenu li a{
	font: bold Helvetica, Arial, Sans-serif; 
	text-align: center; 
	color: #ffffff; 
	font-size-adjust: none; 
	font-stretch: normal; 
	text-shadow: 0px 2px 6px #333;
	font-size: 16px;
	text-decoration: none;	
	font-weight: 700;
	letter-spacing: 1px;
	outline: none;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	height: 50px; /* height of links */
  	padding: 0 10px;
  	background: orange; /* default background color */
  	text-decoration: none;
  	-webkit-box-pack: center;
      	-ms-flex-pack: center;
        justify-content: center; /* center text horizontally */
  	text-align: center;
  	-webkit-box-align: center;
      	-ms-flex-align: center;
        align-items: center; /* center text vertically */
  	box-shadow: 0-10px 3px rgba(0,0,0,.1) inset;
  	transition: all .3s;
}
.navmenu li:nth-of-type(2) a{
  background: #FF0080;
}
.navmenu li:nth-of-type(3) a{
  background: #C1E2DE;
}
.navmenu li:nth-of-type(4) a{
  background: #90D531;
}
.navmenu li:nth-of-type(5) a{
  background: #FDE74C;
}
.navmenu li a:hover{
  opacity: .8;
  box-shadow: 0-10px 3px rgba(0,0,0,.2) inset, 0 15px 15px -5px gray;
  -moz-transform: rotateX(30deg);
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg);
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all .5s;
  transition: all .3s;
}
.navmenu .active{
  opacity: .8;
  box-shadow: 0-10px 3px rgba(0,0,0,.2) inset, 0 15px 15px -5px gray;
  -moz-transform: rotateX(30deg);
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg);
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transition: all .5s;
  transition: all .3s;
}
#content_middle {
	background: url("../images/template/templatemo_middle2.png") no-repeat; width: 1000px;height:39px;
}
.post-f{
width:540px;
	margin: 0 auto;
}
iframe#ifrm1 {
    border:0px;
    width: 100%;
    height:100px;;
}
iframe#ifrm {
    border:0px;
    width: 77%;
    height:100px; margin-left:95px;
}
.fixo{
position: fixed;
right: 10px;
bottom: 75px;
	cursor:pointer;	
}
.fixob{
position: fixed;
right: 10px;
bottom:10px;
	cursor:pointer;	
}