	
	
	body {
		padding-top: 60px;
		padding-bottom: 40px;
		background:url(../midia/img/bg.jpg) repeat-x #dfdfdf;

	}
	  
	.margin{
		width			: 90%;
		min-width		: 1030px;
		margin			: auto;
		position		: relative;
	}  
	 
	.cl_centralizado{
		text-align			: center;
	}
	  
	  
    /* EDITADO POR NATANAEL
    -------------------------------------------------- */

	#divRodape{
		padding				: 0px 15px;
	}
	  
	.clMenuPlataforma li a {
		padding-left: 5px !important;
		padding-right: 5px !important;
		
		text-align:	center !important;
	}
	.clMenuPlataforma li a:hover {
		font-weight: normal !important;
		background-color: #eeeeee !important;
	}
	.icon-home{
		margin-right: 0px;
	}

	.span1{
		min-width: 300px !important;
		width:		80%;
	}
	/*==========	TOP		====================*/
	.clDivNomeUsuario{
		width					: 85%;
	}
	.clNomeUsuario{
		margin					: 0px 0px 8px;
	}
	
	.imglogoff{
		display					: inline-block;
		width					: 18px;
		height					: 20px;
		line-height				: 14px;
		vertical-align			: middle;
		background-image		: url("/plataforma/bibliotecas/midia/img/logoff-hover.png");
		background-position		: -5px -2px;
		background-repeat		: no-repeat;
	}
	
	#btnlogoff{
		padding					: 0px 13px !important; 
		margin-right			: 2px;
		margin-left				: 12px;
	}
	  
	/*==========	Menu Periodo		====================*/
	.imgtrocaCurso{
		display					: inline-block;
		width					: 18px;
		height					: 20px;
		line-height				: 14px;
		vertical-align			: middle;
		background-image		: url("/plataforma/bibliotecas/midia/img/glyphicons-halflings-white.png");
		background-position		: -215px -117px;
		background-repeat		: no-repeat;
	}
	
	#btnTrocarCurso{
		cursor					: pointer;
		*margin-left			: 80px;
		padding					: 5px 8px;
		float					: right;
	}
	
	
	/*==========	Menu Disciplina		====================*/
	#divFlutImpressao{	
		display					: table;
		float					: right;
		width					: 350px;	
	}
	
	.imgImpressaoPDC{
		display: inline-block;
		width: 14px;
		height: 14px;
		margin-top: 1px;
		margin-left: 2px;
		line-height: 14px;
		vertical-align: text-top;
		background-image: url("/plataforma/bibliotecas/midia/img/glyphicons-halflings.png");
		background-position: -313px -120px;
		background-repeat: no-repeat;
	}
	.imgImpressaoPDCAtivo{
		background-position: -287px -120px;
	}
	
	
	
	/*==========	Menu Disciplina		====================*/
	.badge-forum{
		background-color		: #FB8521;
	}
	  
	  
    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 20px;
    }

    .carousel .container {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
    }


    .carousel .item {
      height: 300px;
      margin: 0 auto;
      background: url(../midia/img/banner-adm.jpg) #6C6867 no-repeat center;
      
      
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-bottom: 80px;
    }
    .carousel-caption h1 {
      margin: 0;
      line-height: 1.25;
      color: #9B0000;
      font-size: 38.5px;
    }

    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #111;
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }



    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: center;
    }
    .marketing h2 {
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }


    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    } 