@charset "utf-8";
/* CSS Document */

	body  {
		background-attachment: fixed;
		background-image: url(/imgmod/fundo.jpg);
	}
	
	.container {
		/* background-color: #FFFFFF;	*/
	}

	.topbar2 {
 		background-color: #0322FC;
    	overflow: hidden;
    	font-size: 12px;
    	color: #999;
    	line-height: 40px;
    	min-height: 80px;
		padding:10px;
	}
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      background-color: #0322FC;
      margin-bottom: 0;
      border-radius: 0;
	  min-height: 10px;
    }
	
    .navbar.logo {
      background-color: #0322FC;
      margin-bottom: 0;
      border-radius: 0;
	  min-height: 100px;
    }
    
	.text-center {
    	text-align: center;
    	/* background-color: white; */
	}
	
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {
		height: 450px;
		background-color: #FEFEFE;
	}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #FFFFFF;
      height: 100%;
    }
	
    .manchete {
      /*background-color: #C0C0C0;*/
      color: #606060;
      padding: 5px;
    }

    .manchete2 {
		border-right-width:medium;
		border-right-style:solid;
    }

 
	myNavbar {
		background-color:#FFFF80;
	}

	.pub-header {
	color: #FFFFFF;
	background-color: #0080C0;
	font-size: 9px;
	text-align: right;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 2px;
	}

    /* Set black background color, white text and some padding */
    footer {
	background-color: #424242;
	color: white;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
	
