﻿img {
	border:0;
}

html {
	height:auto;
}
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana,Tahoma,Arial;
	font-size:11px;
	color:#333;
	/*background:url('../_imagens/background.jpg') fixed;*/
}








  
@font-face {
    font-family: 'wf_SegoeUILight';
    src: url('latest.eot');
    src: url('latest.eot?#iefix') format('embedded-opentype'),
         url('latest.woff') format('woff'),
         url('latest.ttf') format('truetype'),
         url('latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}


 
  /*===================================================================*/
/*
 * Clearfix 
 * https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css#L183
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using 
 *    `:before` to contain the top-margins of child elements. 
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
 /*===================================================================*/
 



/* DIVS DA PÁGINA INICIAL */
#geral {
	width:100%;
	height:100%; 
}

#corpo {
	margin:0 auto;
	width:978px;
	min-height:100%;
	height:auto;
	background-color:#ffffff;
	border-left:solid 2px #c9c9c9;
	border-right:solid 2px #c9c9c9;
		border-bottom:solid 2px #c9c9c9;
		margin-bottom:2px;
}
/* --------- TOPO --------- */
.topo {
	width:100%;
	height:140px;
	background-color:#5EAE58;
}

.topo .imgLogo
{
    width: 110px;
    padding: 10px;
}
#topo_impressao {
	display:none;
}
#logo {
	width:590px;
	height:85px;
	float:left;
	padding:26px 0 0 30px;
	text-align:left;
}
#telefone 
{
	width:337px;
	float:left;
	margin:33px 0 0 0;
	text-align:justify;
	line-height:11px;
}
.menu_rapido {
	float:right;
	background:url(../_imagens/topo_back_menu.png);
	width:340px;
	height:22px;
	margin:20px 15px 0 0;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	padding-top:7px;
}
.input_login {
	border:none;
	border-width:0px;
	width:84px;
	height:13px;
	text-align:left;
	color:#555555;
	font-size:11px;
	padding:2px 0 0 3px;
	margin:1px 0 0 7px;
}
.input_contato {
	border: solid 1px #c5c5c5;
	font-size:12px;
	padding:2px;
}
.menu_login
{
	float:left;
	width:175px;
	height:20px;
	margin:2px 0 0 10px;
	font-weight:bold;
	color:#FFF;
}
.menu_login_campos
{
	float:left;
	font-weight:bold;
	color:#333333;

	margin-left:4px;
}
.textbox_background 
{
	background:url(../_imagens/textbox_background.png);
	background-repeat: no-repeat;
	float:left;
	width:103px;
	height:20px
}
.label_login
{
	float:left;
	margin:3px 5px 0 5px;
	color:#fff;
}

.barra_superior1 
{
	height:112px;	
}

.barra_superior2 
{
	background:url(../_imagens/topo_barra_cinza.png);
	height:28px;
	color:#FFFFFF;
	font-weight:bold;
}

/* --------- MENU --------- */
.menu {
	float:left;
	width:194px;
	min-height:500px;
	background-color:#fff;
	margin-top:15px;
}
.menu_itens {
	margin: 0 0 0 10px;
	line-height:19px;
}
#menu_busca {
	background:url(../_imagens/botao_busca.gif);
	width:166px;
	height:23px;
	margin-left:7px;
}
.input_busca {
	margin:2px 0 0 2px;
	border-style:none;
	border-width:0px;
	text-align:right;
	color:#999;
	width:118px;
	height:50px;
}
#submenu
{
	position:relative;
	float:right;
	margin: 35px 0 25px 20px;
	width:153px;
	height:auto;
	background-color:#f9f9f9;
	padding:10px 10px 10px 0;
	border:solid 1px #e9e9e9;
	text-align:left;
}

#submenu_biblioteca
{
        position:relative;
        float:right;
        height:auto;
   
        margin-top:35px;
        text-align:left;
        margin-left:20px
    }
    
.submenu_biblioteca
{
	position:relative;
	margin-bottom:10px;
	width:143px;
	height:auto;
	background-color:#f9f9f9;
	padding:10px;
 
	border:solid 1px #e9e9e9;
	text-align:left;
}
 


.sub_menu_sub a
{
    color:#333 !important;
    
    }

ul, li
{
	padding:0;
	margin:0 0 0 12px;
}

#logoYoutbe
{
    padding-top: 50%;
    padding-left: 50%;
    background: url(_imagens/youtube.png);
    position: absolute;
    width: 84px;
    height: 33px;
}

/* --------- CONTEÚDO --------- */
.conteudo {
	float:left;
	@margin-right:-2000px;
	width:775px;
	min-height:768px;
}
.corpotexto {
    padding:0 30px 40px 20px;
    line-height:20px;
    text-align:justify;
    background:white;
}

/* --------- BANNERS --------- */
#conteudo_bannermaior {
	float:left;
	width:580px;
	height:205px;
	margin-top:15px;
}

#conteudo_bannermenor {
	float:left;
	width:180px;
	height:205px;
	text-align:center;
	margin-top:15px;
	margin-left:4px;
}
.estilos_conteudo_bannermenor {
	margin:0 0 5px 0;
	width:180px;
	height:96px;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
}
.estilos_barras_conteudo {
	padding:3px 0 0 7px;
	height:27px;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	width:758px;
}

/* --------- NOTICIAS --------- */
#conteudo_noticias {
	clear:both;
	width:765px;
	height:355px;
	border-left:solid 1px #d9d9d9;
	border-right:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
}
#conteudo_noticias_barra {
	background:url(../_imagens/topo_conteudo_noticias.png);
}
.conteudo_noticias_chamadas {
	float:left;
	width:310px;
	height:auto;
	text-align:left;
	margin:8px 0 0 5px;
}
.estilos_conteudo_noticias_chamadas {
	height:48px;
	margin-top:8px;
	text-align:left;
	line-height:17px;
}
.estilos_conteudo_noticias_chamadas img {
	width:49px;
	height:49px;
	margin:0 10px 0 6px;
	background-color: #fff;
	border: 1px solid #a9a9a9;
}
.texto_chamada {
    float:left;
    margin-top:1px;
    padding-top:6px;
    width:235px;
    height:42px;
    text-align:left;
}
#conteudo_noticias_foto {
	float:left;
	height:auto;
	text-align:center;
	margin:15px 5px 0 10px;
}
#conteudo_noticias_foto input {
	width:430px;
	height:260px;
}
#conteudo_noticias_textodestaque
{	
	width:417px;
	padding:5px;
	height:26px;
	margin-top:0;
	text-align:center;
}
#conteudo_noticias_foto_background {
	width:430px;
	height:260px;
}

/*-----------*/
#fotos_noticias {
	width:620px;
	margin:0 auto;
}
#screenInicialNoticias {
	position:relative;
	width:650px;
	height:auto;
	margin:0 auto;
	font-size:10px;
}
#sectionsInicialNoticias {
	overflow:hidden;
	width:430px;
	float:left;
	text-align:center;
}
#sectionsInicialNoticias ul {
	width:2000px;
	list-style:none;
}
#sectionsInicialNoticias li {
	width:430px;
	float:left;
	padding:0;
	list-style:none;
}
.estilos_botoes_prev_next_noticias {
	float:left;
	width:70px;
	margin:140px 0 0 0;
	text-align:center;
	cursor:pointer;
}
/*-----------*/


/* --------- MURAL --------- */
#conteudo_mural {
	clear:both;
	width:765px;
	height:250px;
	border-left:solid 1px #d9d9d9;
	border-right:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
}
#conteudo_mural_barra {
	background:url(../_imagens/topo_conteudo_mural.png);
}
/*------------ */

/*-----------*/
#screenInicial {
	position:relative;
	height:200px;
	width:765px;
	margin:0;
	font-size:9px;
}
#sectionsInicial {
	overflow:hidden;
	width:760px;
	height:200px;
	float:left;
}
#sectionsInicial ul {
	width:760px;
	list-style:none;
	padding:0;
	margin-left:5px;
}
#sectionsInicial li {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
#sectionsInicial p {
	width:760px;
}
.estilos_botoes_prev_next {
	float:left;
	width:40px;
	margin:55px 0 0 0;
	text-align:center;
	cursor:pointer;
}
/*-----------*/

.mural_itens {
	float:left;
	width:187px;
	height:55px;
}

.mural_linha {
	width:760px;
	height:55px;
	margin:12px 5px 0 0;
}

/* --------- INSCRICOES --------- */
#conteudo_inscricoes {
	width:765px;
	height:90px;
	border-left:solid 1px #d9d9d9;
	border-right:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
}
#conteudo_inscricoes_barra {
	background:url(../_imagens/topo_conteudo_mural.png);
}
.estilos_conteudo_inscricoes_itens {
	float:left;
	text-align:center;
	padding:10px;
	width:140px;
	margin:12px 10px 0 10px;
	font-size:12px;
}
.estilos_conteudo_inscricoes_separador {
	float:left;
	background:url(../_imagens/inscricoes_linha_degrade.gif) no-repeat;
	width:3px;
	height:60px;
}

/* ------- OUTROS MEIOS --------*/
#conteudo_outros_meios {
	width:765px;
	height:122px;
	border-left:solid 1px #d9d9d9;
	border-right:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
}
#conteudo_outros_meios_barra {
	background:url(../_imagens/topo_conteudo_outroscanais.png);
}
#conteudo_outros_meios_itens {
	text-align:left;
}

/* --------- RODAPE --------- */
.rodape {
	clear:both;
	width:980px;
	min-height:130px;
	margin-top:0;
}

#rodape_imagens {
	text-align:center;
	height:50px;
	margin-top:0;
}
#rodape_imagens img {
	border:solid 1px #e9e9e9;
}
#rodape_endereco {
	text-align:center;
	line-height:14px;
}
.rodape_espacamento_imagens {
	letter-spacing:50px;
}

/* --------- LINKS --------- */
a:link, a:active, a:visited
{
	color:#006699;
	text-decoration:none;
    text-align: center;
}
a:hover 
{
	text-decoration:underline;
}
.link_branco:link, .link_branco:hover, .link_branco:active,  .link_branco:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.link_branco:hover 
{
	text-decoration:underline;
}
.link_preto:link, .link_preto:hover, .link_preto:active,  .link_preto:visited {
	color:#333;
	text-decoration:none;
}
.link_preto:hover 
{
	text-decoration:underline;
}

/* --------- FONTES --------- */
.texto9 {
	font-size:9px;
}

.texto11 
{
	font-size:11px;
}
.texto14 
{
	font-size:14px;
}

.textovermelho 
{
	color:Red;
}

.textoAlerta 
{
    color: #FF0000;
}


.textonegrito 
{
	font-weight:bold;
}
.letterspacing
{
	letter-spacing:15px;
}

/* --------- BORDAS --------- */
.bordacinza {
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
}


/* --------- BACKGROUND-COLOR --------- */
.fundocinzaclaro 
{
	background-color:#F0F0F0;
}
.fundocinzaescuro
{
	background-color:#D9D9D9;
}

/* --------- ALINHAMENTOS --------- */
.center 
{
	text-align:center;
}
.left 
{
	text-align:left;
}
.right 
{
	text-align:right;
}
.floatnone
{
	float:none;
}

/* --------- ESPAÇAMENTOS --------- */
.padding10 
{
	padding:10px;
}
.brheight0 {
	padding:0;
	margin:0;
	line-height:0;
}
blockquote {
	margin:0 0 0 40px;
	padding:0;
}
.lineHeight14 {
	line-height:14px;
}

/* --------- DISPLAY ELEMENTOS --------- */
.displayNo {
    display:none;
}
.displayYes {
    display:inline;
}

/* --------- ELEMENTOS H -------------- */
h2
{
	border-bottom:solid 1px #c9c9c9;
	padding:8px 0 0 0;
	text-align:left;
	display:block;
	font-size:16px;
}

h3
{
   font-size:12px;
   text-align: left;
   padding:15px 0 0 0;   	
}

h6 a
{
   font-size:16px;
   text-align: left;
   padding:15px 0 0 0;   
}

/* --------- TABELAS --------- */
td 
{
	font-family:Verdana,Arial,Tahoma;
	font-size:11px;
	margin:0;
	padding:0;
}

.padraoTabela, .padraoTabelaLiquido {
    width: 74%;
}

.padraoTabela tr td {
    border-top:none 0;
    border-right:none 0;
    border-left:none 0;
    border-bottom:dashed 1px #B2C895;
    padding:0 2px 2px 8px;
}            

.padraoTabela tr th, fundoCabecalho {
    border:none 0;
    background-color:#D0DDD1;
    padding:3px 3px 3px 8px; 
    text-align:left;
}

.padraoTabelaTotal {
    width: 95%;
}

/* Tabelas dos Sistema */

.padraoTabelaSistema {
	width:100%;
}

/* --------- EASY SLIDER --------- */
.graphic, #prevBtn, #nextBtn {
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}

#container {	
    position:relative;
    text-align:left;
    width:578px;
    height:200px;
    border-style:solid;
    border-width:1px;
    border-color:#c0c0c0;
}	
#content {
    position:relative;
}			

#slider{}
#slider ul, #slider li {
    margin:0;
    padding:0;
    list-style:none;
}
#slider li { 
    width:578px;
    height:200px;
    overflow:hidden;
	list-style:none;
}

/* numeric controls */	
ol#controls
{
	margin:-193px 0 0 -1px;
	padding:0;
	position:absolute;	
}
ol#controls li
{
	float:none;
	margin:0; 
	padding:0;
	list-style:none;
	height:16px;
}
ol#controls li a
{
	float:none;
	background:url(../_imagens/seta_branca_banners.png) no-repeat;
	color:#555;
	padding:2px 13px 5px 10px;
	text-decoration:none;
}
ol#controls li.current a{
	background:url(../_imagens/seta_amarela_banners.png) no-repeat;
	color:#555;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline:none;
}

/* Captions */
.caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color:#ffffff;
	padding-top: 4px;
	margin: 15px;
	float:left;
}
.caption img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0 none;
}
.caption p.caption_text 
{
	background-color: #f0f0f0;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* -------- ÁLBUM DE FOTOS  --------*/
#topoAlbumFotos {
	width:960px;
	height:70px;
	background:url(../_imagens/topo_back.jpg);
	border-top:none;
	border-right:solid 1px #c9c9c9;
	border-bottom:solid 1px #c9c9c9;
	border-left:solid 1px #c9c9c9;
}
#topoAlbumFotos img {
	width:210px;
	padding:5px 0 0 20px;
}
#fotosCampi {
	float:right;
	margin:38px 0 0 0;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#e57700;
	padding:5px 10px 5px 10px;
}
#corpoAlbum {
	width:960px;
	margin:0 auto;
}
.anoAlbum {
	margin-top:10px;
	padding:5px;
	width:950px;
	background-color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.capaAlbum {
	width:170px;
	height:180px;
	margin:9px;
	float:left;
	border: 1px solid #c9c9c9;
	text-align: center;
	background-color: #ffffff;
	padding-top:10px;
}
.capaAlbum img {
	border:solid 7px #c9c9c9;
	width:130px;
	height:89px;
}
.capaAlbum p 
{
	font-size:9px;
	margin:10px;
	height:auto;
}
.capaAlbum img:hover {
	border:solid 7px #76bb5e;
}

/* ----- */


/*-----------*/

#screen {
	position:relative;
	padding:8px 10px 6px 15px;
	height:75px;
	width:930px;
	margin:0;
	border:solid 1px #ffffff;
	background-color:#f3f3f3;
}

#sections {
	overflow:hidden;
	width:870px;
	height:75px;
	float:left;
	margin:0 10px 0 10px;
}

#sections ul{
	width:6000px;
	list-style:none;
}

#sections li{
	float:left;
	padding:0;
	list-style:none;
}
#sections li img
{
	border:solid 1px #a0a0a0;
	margin:5px;
	width:50px;
	height:50px;
	cursor:pointer;
}
.imgNumeracao {
	float:left;
	text-align:center;
	font-size:10px;
	color:#999;
}
#sections p {
	width:900px;
	font-size:85%;
	line-height:1.4em;
}
.botoesAlbum {
	float:left;
	width:20px;
	margin:10px 0 0 0;
	text-align:center;
	cursor:pointer;
}
.imgPrimeiraFoto {
	border:solid 1px #a0a0a0;
}
/* -------- /ÁLBUM DE FOTOS  --------*/


/* -------- LAYOUT PADRÃO PARA PÁGINAS AVULSAS (DESTAQUES, ETC) --------- */
.paginasAvulsas {

	background-color:#ffffff;
	/*width:100%;
	height:100%;*/
}
.paginasAvulsas .topo {
	/*background:#003612 url(../_imagens/topo_menor.jpg) no-repeat;*/
	width:100%;
	height:47px;
}
.paginasAvulsas .conteudoAvulsas {
	padding:0 15px 15px 15px;
	line-height:18px;
}
.paginasAvulsas .botaoImprimir
{
	clear:both;
	float:right;
	margin:15px 15px 3px 0;
	padding:0;
    color: #fff;
}

    .paginasAvulsas .botaoImprimir a
    {
        color: #fff;
    }
/* -------- CADERNO UNOESTE --------- */
#barraCadernoUnoeste {
	width:748px;
	margin:0 auto;
	padding:15px 14px 12px 0;
	background:#f5f5f5 url(../_imagens/topo_menor.jpg) no-repeat;
	border-right:solid 1px #c9c9c9;
	border-left:solid 1px #c9c9c9;
	color:White;
	font-weight:bold;
	text-align:right;
	font-size:13px;
}

#flashCadernoUnoeste {
	margin:0 auto;
	padding:37px 46px 35px 46px;
	width:670px;
	height:800px;
	background:#f5f5f5 url(../_imagens/back_cadernounoeste.gif);
	border:solid 1px #c9c9c9;
}

/* -------- UNO TV --------------- */

.item{
    float:left;
    width:160px; 
    position: relative;   
}

.item img{
    border: solid 4px #ced0d2;
    width: 120px;
    height: 95px;
}
.item img:hover{
    border: solid 4px #0367a2;
    cursor:pointer;
}
.item td{
    text-align: center;
}

/* -------- DIV'S DOS ÍCONES - SERVIÇOS ALUNO/PROFESSOR --------------- */
.divIconeServicos {
	width:155px;
	height:100px;
	padding:0;
	float:left;
	margin:9px;
	text-align:center;
	font-size:11px;
	line-height:15px;
}

/* ------------ CSS DA PÁGINA DA BIBLIOTECA ------------------------ */
.bibliotecaConsulta {
	width:513px;
	background-color:#f5f5f5;
	border:solid 1px #c9c9c9;
	padding:3px 10px 3px 3px;
	min-height:57px;
	height:auto;
	margin-top:15px;
}
.bibliotecaConsulta:hover {
	background-color:#e9e9e9;
}
.bibliotecaConsultaImagem {
	float:left;
	width:90px;
	text-align:left;
}
.bibliotecaConsultaTexto {
	float:left;
	margin:19px 0 0 20px;
	font-size:15px;
	color:#333;
}
.clear
{
    clear: both;
}
.divAgrupaElementos
{
    background-color: #f9f9f9;
    border: solid 1px #e9e9e9;
    padding: 10px;
    line-height: 20px;
}


/* está no site novo */

.corpotextocommenu
{
    width: 713px;
    float: left;
}



  /*===================================================================*/
/*
 * Clearfix 
 * https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css#L183
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using 
 *    `:before` to contain the top-margins of child elements. 
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
 /*===================================================================*/


           .gridListaTemplate {
            width: 100%;
            margin: 0;
            border-collapse: collapse;
        }

            .gridListaTemplate tr {
                padding: 0;
            }

            .gridListaTemplate th {
                background-color: #0d561f;
                padding: 5px;
                color: #fff;
                font-weight: lighter;
                margin: 0;
            }

            .gridListaTemplate td {
                padding: 5px;
            }

            .gridListaTemplate tr:nth-child(odd) {
                background-color: #f5f5f5;
            }

            .gridListaTemplate th:last-child, .gridListaTemplate td:last-child {
                text-align: center;
            }

/*Crédito Carteirinha*/
.credito {
	background-color: #83ca6c;
}

.saldo {
	background-color: #0066cc;
}
.cancelar {
	background-color: #ff9900;
}


.btn-extrato {
	font-family: CorbelRegular,Arial;
	cursor: pointer;
	position: relative;
	display: inline-block;
	color: #ffffff;
	height: auto !important;
	line-height: 1.1em !important;
	border: none;
	border-top: .1em solid rgba(0,0,0,.05);
	border-left: .1em solid rgba(0,0,0,.1);
	border-bottom: .1em solid rgba(0,0,0,.2);
	border-right: .1em solid rgba(0,0,0,.1);
	border-radius: .2em;
	padding: .3em .55em !important;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,transparent),color-stop(20%,rgba(0,0,0,.1)));
	background-image: linear-gradient(transparent 20%,rgba(0,0,0,.1));
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none !important;
	text-align: center;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-weight: 700;
	-webkit-transition: box-shadow .2s;
	transition: box-shadow .2s;
}
