/*
Theme Name: Portal UFPel 2013
Theme URI:
Description: Desenvolvido pela Coordenação de Comunicação Social (CCS) e Coordenação de Tecnologia da Informação (CTI) da Universidade Federal de Pelotas.
Version: 1.5.10
Author: Eduardo Montagna da Silveira, Huberto Kaiser Filho, Henrique Avila Vianna, Leandro Weige Dias
Tags: Portal UFPel
Text Domain: Portal
*/

/*RESET*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham-Medium'), url(https://www.ufpel.edu.br/fonts/Gotham-Medium.otf);
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: local('Gotham-Bold'), url(https://www.ufpel.edu.br/fonts/Gotham-Bold.otf);
}


body:after {    /* Pre-load das imagens dos hovers */
	content: url(imagens/header-hover.svg) url(imagens/icones/aluno2.png) url(imagens/icones/servidor2.png);
	display: none;
}

body{
	font-size: 10px;
	font-family: Gotham,Arial,Helvetica,sans-serif;
	font-weight: normal;
	background-color: #eee;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #f60;
}


.limpa {
	clear: both;
}


#box{
}

#box_in{
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
}

.content {
	width: 1000px;
	margin: 0 auto;
}

#header{
	height: auto;
}

	#barra_top{
		height: 35px;
/*        width: 980px; */
		background: #0066CC;
		color: #fff;
		text-transform: uppercase;
/*        margin: 0 10px; */
		font-weight: bold;
		z-index: 9999;
/*        -webkit-box-shadow: 0px 5px 0 rgba(153, 153, 153, 0.6);
		-moz-box-shadow:    0px 5px 0 rgba(153, 153, 153, 0.6);
		box-shadow:         0px 5px 0 rgba(153, 153, 153, 0.6); */
	}

		#barra_top a{
			color: #fff;
			text-decoration: none;
		}
		#barra_top a:hover{
			text-decoration: underline;
		}

		#homeico a:hover,
		#sitemap-ico a:hover {
			text-decoration: none;
		}

		#barra_top ul{
			float: left;
			list-style: none;
		}

		#barra_top ul li{
			padding: 8px 6px;
			height: 12px;
			float: left;
		}

		#barra_top .acesso {
			background: url(imagens/icones/WP_UFPEL_ai_16.png) no-repeat 10px center;
			padding-left: 30px;
		}

		#homeico{
			float: left;
			margin: 6px 10px;
		}
		#homeico .dashicons {
			font-size: 22px;
		}

		#sitemap-ico {
			float: left;
			margin: 8px 0 0;
			width: 30px;
		}

		#sitemap-ico img {
			width: 16px;
			height: 16px;
		}

		#menu_top {
			float: left;
			margin-top: 3px;
			width: 790px;
			height: 32px;
			overflow: hidden;
		}

		#acess_top{
			float: right;
			margin: 3px 5px 0 0;
			width: 134px;
			height: 32px;
		}

		#acess_top ul li {
			padding: 8px 5px;
		}

		#acess_top ul li:last-child {
			padding-right: 0px;
		}

		#acess_top li.lang-item {
			padding: 8px 2px;
		}

		.acess{
			padding-top: 6px !important;
		}

		.fonte_nor{
			font-size: 12px;
			margin-left: 5px;
		}

		.fonte_aum{
			font-size: 15px;
			margin-left: 5px;
		}

		#acess_top img {
			/* margin-top: -2px; */
			margin: 0 2px;
		}

	#head{
		/*height: 135px;*/
		width: 980px;
/*        text-transform: uppercase; */
		position: relative;
		/*border-color: #D2D2D2;
		border-width: 0 1px 0 1px;
		border-style: solid;*/
/*        background: url(imagens/slices/slice_bg_head.png) repeat-x; */
		background: #fff;
		margin: 0 10px;
/*        -webkit-box-shadow: inset 0px 0 3px 0 rgba(153, 153, 153, 0.6);
		box-shadow: inset 0 3px 0 0 rgba(153, 153, 153, 0.6); */
		overflow: hidden;
	}

		#head_content{
/*            width: 940px; */
			padding: 15px 30px;
			height: 110px;
		}

			#head_content a {
				color: #666;
				text-decoration: none;
			}

			#head_content a:hover {
				color: #03438e; /* #0cf */
			}

			#titulo{
				float: left;
				font-size: 200%;
				font-weight: bold;
/*                letter-spacing: -1px; */
				text-align: right;
/*                color: #666; */
				max-width: 410px;
				padding: 42px 40px;
			}

			#escudo {
				width: 236px;
				height: 111px;
				float: left;
				background: url(imagens/header.svg) no-repeat center center;
			}

			#head_content a:hover > #escudo {
				background-image: url(imagens/header-hover.svg);
			}


			#i18n {
				position: absolute;
				right: 10px;
				top: 0;
				border-bottom-left-radius: 5px;
				border-bottom-right-radius: 5px;
				border-color: #ccc;
				border-style: solid;
				border-width: 0 1px 1px;
				padding: 5px 10px 5px 0;
			}
			#i18n ul {
				list-style: none;
			}
			#i18n ul li {
				float: left;
				padding-left: 10px;
				text-transform: uppercase;
			}

			#busca{
				right: 10px;
				top: 55px;
				position: absolute;
			}

			#busca input[type=text] {
				border: 1px solid #E5E5E5;
				padding: 4px;
				font-size: 115%;
				-webkit-box-shadow: inset 1px 1px 0 rgba(102, 102, 102, 0.54);
				-moz-box-shadow:    inset 1px 1px 0 rgba(102, 102, 102, 0.54);
				box-shadow:         inset 1px 1px 0 rgba(102, 102, 102, 0.54);
			}

			#campoBusca {
				float: left;
				height: 15px;
				width: 184px;
			}

			#botaoBusca {
				padding: 0;
				height: 25px;
				width: 25px;
				border: 1px solid #E5E5E5;
				background: url(imagens/icones/WP_UFPEL_search.png) no-repeat -2px center;
				margin-left: 3px;
			}


	#menu_bot{
		height: 30px;
		width: 980px;
		color: #0C3D6D;
		margin: 0 10px;
		text-transform: uppercase;
		background-color: #666;
		position: relative; /* referência de posicionamento para os menus dropdown */
	}

		#menu_bot ul{
			list-style: none;

		}

		#menu_bot ul li {
			padding: 9px 13px;
			float: left;
			height: 12px;
		}
		#menu_bot ul li:hover {
			background-color: #0066CC; /* #0cf; */
		}

		#menu_bot a {
			color: #fff;
			text-decoration: none;
			display: block;
			font-weight: bold;
		}
		#menu_bot li:hover > a {
			color: #fff;
		}

		#menu_bot .aluno {
			background: url(imagens/icones/aluno.png) no-repeat 10px center;
			padding-left: 40px;
			float: right;
		}

		#menu_bot .servidor {
			background: url(imagens/icones/servidor.png) no-repeat 10px center;
			padding-left: 40px;
			float: right;
		}

		#menu_bot .aluno:hover{
			background: #0066CC url(imagens/icones/aluno2.png) no-repeat 10px center;
		}

		#menu_bot .servidor:hover{
			background: #0066CC url(imagens/icones/servidor2.png) no-repeat 10px center;
		}

		#menu_bot .separador a {
			visibility: hidden;
		}
		#menu_bot li.separador:hover {
			background: transparent;
		}

		/* Dropdowns */

			#menu_bot ul ul {
				background-color: #f3f3f3; /* IE <9 */
				background-color: rgba(243,243,243,.95); /* #f3f3f3 */
				background-color: #666; /* IE <9 */
				background-color: rgba(102,102,102,.9); /* #666 */
				min-height: 100px;
				position: absolute; /* posiciona relativo ao #menu_bot */
				top: 30px;
				left: 0;
				width: 980px;
				padding-top: 15px;
				padding-bottom: 20px;
				z-index: 1000;
				visibility:hidden;
			}

			#menu_bot ul li:hover > ul{
				visibility:visible;
			}

			#menu_bot ul ul li {
				float: left;
				width: 306px;
				padding: 8px 0 8px 14px;
				height: auto;
			}

			#menu_bot ul ul li a {
				color: #fff; /* #0C3D6D */
			}

			#menu_bot ul ul li:hover {
/*                background-color: transparent; */
				background-color: #0066CC; /* #007BCE; */
			}

			#menu_bot ul ul li:hover > a {
/*                color: #f60; */
				color: #fff;
			}

		/* Terceiro nível */

			#menu_bot ul ul ul {
				background-color: #0066CC;
				position: absolute;
				top: 0;
				left: 320px;
				width: 660px;
				height: 73%;
			}

			#menu_bot ul ul ul li:hover{
				background-color: #009fe3;
			}

			#menu_bot ul ul ul li a {
				color: #fff;
			}
			#menu_bot ul ul ul li a:hover {
/*                text-decoration: underline; */
			}


#content{
	width: 100%;
	height: auto;
}

	#slider{
		height: 300px;
		width: 980px;
		margin:0px 10px 0px 10px;
		background-color: #fff;
	}

	.kwicks {
		width: 100%;
	}
	.kwicks > li {
		background-color: #ccc;
		/* overridden by kwicks but good for when JavaScript is disabled */
		margin-left: 5px;
		float: left;
		position: relative;
	}
	.kwicks > li img{
		height: 300px;
		width: 776px;
		position: absolute;
		z-index: 2;
	}

	#imgDestshare{
		position: absolute;
		height: 75px;
		width: 38px;
		right: 30px;
		top: -75px;
		background: url(imagens/faixamaior.png) no-repeat;
		background-size: 36px;
		transition: .8s;
		z-index: 10;
	}

		#imgDestshare a{
			margin: 0 5px;
		}

	#imgDestshare_icons{
		position: relative;
		height: 62px;
	}

		#sharesh{
			position: absolute;
			bottom: 3px;
			left: 5px;
			display: none;
		}

			#sharesh img{
				height: 24px !important;
				width: auto;
			}

		#sharetw{
			position: absolute;
			top: 8px;
			left: 2px;
		}

			#sharetw img{
				height: 20px !important;
				width: auto;
			}

		#sharefb{
			position: absolute;
			top: 36px;
			left: 4px;
		}

			#sharefb img{
				height: 24px !important;
				width: auto;
			}

	.box_slider{
		bottom: 30px;
		height: 60px;
		width: 778px;
		overflow: hidden;
		position: absolute;
		z-index: 3;
		/* Fallback for web browsers that don't support RGBa */
		background-color: rgb(51, 51, 51);
		/* RGBa with 0.6 opacity */
		background-color: rgba(51, 51, 51, 0.6);
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333)";
	}

	.box_slider h1{
		font-size: 24px;
		font-weight: bold;
		color: #FFFFFF;
		margin: 15px 0 15px 75px;
		white-space: nowrap;
	}

	.box_slider h1 a{
		color: #FFFFFF;
		text-decoration: none;
	}

	.divisor{
		height: 15px;
		width: 980px;
		margin: 0 10px 20px 10px;
/*        float: left;    */
		background-color: #666666;
	}

	.alerta{
		text-align: center;
		width: 100%;
		font-size: 110%;
		color: #666666;
		font-weight: bold;
		padding:29px 0;
	}

	#media{
		height: 430px;
		width: 980px;
		margin:0px 10px 20px 10px;
/*        float: left; */
	}

	#media h1 {     /* cabeçalhos de notícias */
		/*font-family: 'Tienne', serif;*/
		font-weight:bold;
		font-size: 120%;
	}

	#media h2 {     /* datas */
		font-size: 100%;
	}

		.media_head{
			text-transform: uppercase;
			text-align: center;
			color: #999;
			cursor: pointer;
			background: url(imagens/slices/slice_bg_media_menu.png) repeat-x;
			font-weight: bold;
			line-height: 12px;
			list-style: none;
		}

		.media_foot{
			height: 12px;
			width: 95.5%;
			text-align: right;
/*            float: left; */
			padding: 2px 3px 2px 0;
			color: #06c;
			background: #ccc;
			position: absolute;
			bottom: 5px;
			left: 4px;
		}

		.media_foot a{
			color: #06c !important;
			font-weight: bold;
			text-transform: uppercase;
		}

		.media_foot a:hover{
			color: #c60 !important;
		}

		.iselected, .nselected, .vselected{
			background: #fff !important;
			color: #06c !important;
			border-width: 0px 1px 0px 0px !important;
			border-style: solid;
			border-color: #D6D6D6;
		}

		.iselected:last-child, .nselected:last-child, .vselected:last-child{
			border-width: 0px 0px 0px 1px !important;
			border-style: solid;
			border-color: #D6D6D6;
		}

		.deselected{
			-webkit-box-shadow: inset -1px 1px 1px rgba(204, 204, 204, 0.65);
			-moz-box-shadow:    inset -1px 1px 1px rgba(204, 204, 204, 0.65);
			box-shadow:         inset -1px 1px 1px rgba(204, 204, 204, 0.65);
		}

		.deselected:last-child{
			-webkit-box-shadow: inset 1px 1px 1px rgba(204, 204, 204, 0.65);
			-moz-box-shadow:    inset 1px 1px 1px rgba(204, 204, 204, 0.65);
			box-shadow:         inset 1px 1px 1px rgba(204, 204, 204, 0.65);
		}

		#informes{
			height: 100%;
			width: 240px;
			float: left;
			margin-right: 3px;
			position: relative;
			border: 1px solid #D6D6D6;
		}

			#informes .media_head ul{
				height: 29px;
				list-style: none;
			}

			#informes .media_head ul li{
				height: 24px;
				width: 120px;
				float: left;
				padding: 2px 0px;
				border-bottom: 1px solid #D6D6D6;

			}

			#informes .media_head ul li:last-child{
				border-right: 0;
				width: 119px;
			}

			.informes_content{
				height: 388px;
				width: 240px;
				visibility: hidden;
				float: left;
				margin-top: 13px;
				background-color: #fff;
				position: absolute;
				top: 29px;
				background: url(imagens/slices/slice_bg_media_content.png) repeat-x;

			}

			.panescrollinf{
				height: 360px;
				width: 240px;
				overflow: auto;
/*                margin-top: 19px; */
			}

				.informes_content ul{
					list-style: none;
				}

				.informes_content ul li{
/*                    padding: 10px 0; */
					margin: 0 10px 20px 10px;
					overflow: hidden;
				}

				.informes_content ul li:last-child{
					border: 0px;
				}

				.informes_content ul li a{
					color: #666;
				}

				.informes_content ul li a:hover{
					color: #c60;
				}

				.informes_content ul li h1{
					font-size: 110% !important;
				}

		#news{
			height: 100%;
			width: 478px;
			float: left;
			margin: 0 6px;
			position: relative;
			border-width: 1px 1px 1px 1px;
			border-style: solid;
			border-color: #D6D6D6;
		}

			#news .media_foot{
				width: 97.5%;
			}

			#news .media_head ul{
				height: 29px;
				list-style: none;
			}

			#news .media_head ul li{
				width: 238px;
				float: left;
				padding: 8px 0px;
				border-bottom: 1px solid #D6D6D6;
			}

			#news .media_head ul li:last-child{
				width: 239px;
			}

			.news_content{
				height: 400px;
				width: 478px;
				visibility: hidden;
				float: left;
				margin-top: 1px;
				position: absolute;
				background-color: #fff;
				top: 29px;
				background: url(imagens/slices/slice_bg_media_content.png) repeat-x;
			}

				.news_destaque{
					width: 457px;
					height: 125px;
					float: left;
					margin: 0 10px;
					margin-bottom: 20px;
					position: relative;
				}

				.news_destaque a {
					color: #06c;
				}

				.destaque{
					position: absolute;
					visibility: hidden;
				}

				#dest_selector{
					position: absolute;
					bottom: 0;
					right: 0;
					width: 280px;
				}

				#dest_selector ul{
					margin: auto;
					width: 66px;
				}

				#dest_selector ul li{
					width: 22px;
					height: 22px;
					margin: 0;
					padding: 0;
					float: left;
					cursor:pointer;
					background: url(imagens/icones/bullets0.png) center center no-repeat;
				}

				#dest_mais {
					padding: 4px;
					text-align: right;
				}
				#dest_mais a {
					color: #666;
				}
				#dest_mais a:hover {
					color: #06c;
					text-decoration: underline;
				}

				.dest_selected{
					transition:.1s ease-out;
					-webkit-transition:.1s ease-out;
					background: url(imagens/icones/bullets1.png) center center no-repeat !important;
				}

					#thumb{
						min-height: 107px;
						/* width: 160px; */
						float: left;
						border: 1px solid #FFFFFF;
						overflow: hidden;
						margin-left: 5px;
						-webkit-box-shadow: 2px 2px 5px rgba(153, 153, 153, 0.75);
						-moz-box-shadow:    2px 2px 5px rgba(153, 153, 153, 0.75);
						box-shadow:         2px 2px 5px rgba(153, 153, 153, 0.75);
					}

					#news:not(.news-lang) #thumb img {
						height: auto;
                        max-width: 160px;
						max-height: 120px;
						width: auto;
					}

					.news_destaque h1{
						height: auto;
						width: 272px;
						float: left;
						margin: 0px 0 0px 17px;
					}

					.news_destaque h1 a{
						color: #666666;
					}

					.news_destaque h2{
						float: left;
						width: 272px;
						margin: 0 0 14px 17px;
						color: #666666;
					}

					.news_destaque p{
						float: left;
						font-size: 110%;
						width: 272px;
						/* height: 48px; */
						margin: 0 0 0px 17px;
						overflow: hidden;
						color: #666;
					}

				.panescrollnot{
					overflow: auto;
					height: 175px;
				}

				.news_manchete{
					font-size: 200%;
					height: 35px;
					width: 457px;
					color: #06c;
/*                    padding: 24px 0; */
					margin: 10px;
					overflow: hidden;
					text-align: center;
				}

				.news_manchete a {
					color: #06c;
				}

				.news_content ul{
					list-style: none;
				}

				.news_content ul li{
					height: 27px;
					width: 457px;
					margin: 0 10px;
					padding: 8px 0px;
				}

				.news_content ul li:last-child{
					border: 0;
				}

					.news_content ul li h1{
						height: auto;
						width: 440px;
						margin: 0;
						overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
					}

					.news_content ul li a{
						color: #666666;
					}

					.news_content ul li a:hover{
						color: #CC6600;
					}

					.news_content ul li h2{
						width: 270px;
						margin: 0;
						color: #555;
/*                        font-weight: bold; */
					}

			.panescroll{
				height: 355px;
				width: 475px;
				overflow: auto;
				padding-bottom: 10px;
				margin-top: 19px;
			}

		#veiculos{
			height: 208px;
			width: 238px;
			float: left;
			margin-left: 3px;
			margin-bottom: 7px;
			position:relative;
			border-width: 1px 1px 1px 1px;
			border-style: solid;
			border-color: #D6D6D6;
		}

			#veiculos .media_head ul{
				height: 29px;
				list-style: none;
			}

			#veiculos .media_head ul li{
				width: 119px;
				float: left;
				padding: 8px 0px;
				border-bottom: 1px solid #D6D6D6;
			}

			#veiculos .media_head ul li:last-child{
				border-right: 0;
				width: 118px;
			}

			.veiculos_content{
				height: 179px;
				width: 100%;
				visibility: hidden;
				float: left;
				position: absolute;
				top:29px;
				background: url(imagens/slices/slice_bg_media_content2.png) repeat-x;
			}

			#player {
				margin: 5px 0 0 5px;
			}

			#metadata {
				color: #666;
				margin: 10px 10px;
				word-break: break-all;
			}

			.logo-SEI {
				width: 200px;
				padding: 40px 20px;
			}

			#jorn_thumb{
				height: 120px;
				width: 90px;
				float: left;
				margin: 10px;
				border: 1px solid #fff;
				background-color: #ccc;
			}

			#jorn_texto {
				float: left;
				width: 120px;
				text-align: center;
			}

			#jorn_thumb img{
/*                height: auto;
				width: 100%; */
			}

			.veiculos_content h1{
/*                width: 105px;
				float: left; */
				font-size: 125% !important;
				margin: 40px 0 15px 0;
				color: #666 !important;
/*                text-align: center; */
				text-transform: uppercase;
			}

			 .veiculos_content a{
				color: #666;
			 }

			 .veiculos_content a:hover{
				color: #CC6600;
			 }

			.veiculos_content h1 a{
				color: #666666;
				text-decoration: none;
			}

			.veiculos_content h1 a:hover{
				color: #CC6600;
			}

			.veiculos_content h2{
				width: 105px;
				float: left;
				color: #666666;
				margin-bottom: 5px;
			}

			.veiculos_content ul{
				list-style: none;
/*                width: 85px;
				float: left;
				margin-left: 25px; */
			}

			.veiculos_content ul li{
				float: left;
				text-transform: uppercase;
				color: #666666;
				text-align: left;
			}

			.veiculos_content ul li a{
				color: #666666;
			}

			.veiculos_content ul li a:hover{
				color: #CC6600;
			}

			#radiowindow{
				margin: 25px 0 0 22px;
				width: 195px;
				background: url(imagens/icones/open_new_window2.png) right no-repeat;
			}

			#radiowindow a {
				color: #aaa;
			}

			#radioimg{
				position: absolute;
				bottom: 17px;
			}

		#tempo {
			height: 213px;
			width: 238px;
			float: left;
			margin-left: 3px;
			margin-bottom: 4px;
			position: relative;
			border: 1px solid #d6d6d6;
			background: url(imagens/slices/slice_bg_media_content3.png) repeat-x bottom;
		}

			.previsaobloco {
				float: left;
				text-align: center;
				width: 33%;
			}

			#tempo .previsaobloco:nth-child(2) {
				width: 34%;
			}

			.tempo_head {
				background: url(imagens/slices/slice_bg_media_content3_top.png) repeat-x;
				color: #06c;
				font-weight: bold;
				height: 16px;
				padding: 7px 0;
				text-align: center;
			}

			.iconetempo {
				text-align: center;
			}

			.previsaobloco img {
				height: 60px;
				width: 60px;
			}

			.previsaobloco h2 {
				color: #666;
				font-size: 11px !important;
				font-weight: bold;
				letter-spacing: 0px;
				margin: 12px 0 6px 0;
				text-transform: uppercase;
			}

			.previsaobloco .maxima, .previsaobloco .minima {
				color: #06c;
				font-size: 23px;
				letter-spacing: -1px;
			}

			.previsaobloco .maxima {
				font-weight: bold;
			}

			.previsaobloco .minima {
				opacity: .6;
			}

	#banners{
		width: 980px;
		margin: 0 10px;

	}

#footer{
	width: 100%;
	padding: 6px 0;
	background-color: #fff;
}
	#middle_fot{
		height: 405px;
		background-color: #fff;
		margin: 0 10px;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-attachment: scroll;
	}

		#foot_head{
			color: #06c;
			font-weight: bold;
			font-size: 155%;
			margin: 40px 0 0 0;
			width: 100%;
			padding: 0 0 5px 20px;
			border-bottom: 3px solid #ccc;
			box-sizing:border-box;
			-moz-box-sizing:border-box;
		}
		#foot_head .dashicons {
			font-size: 26px;
			vertical-align: sub;
		}

		#campus{
/*            height: 100%;
			box-sizing:border-box;
			-moz-box-sizing:border-box; */
			padding: 0 20px;
		}

			#campus a {
				color: #666;
				text-decoration: none;
			}
			#campus a:hover {
				color: #13B8E3;
			}

			#campus .widget_text {
				width: 293px;
				margin: 20px 20px 5px 0;
				font-size: 110%;
				color: #666;
				float: left;
			}

				#campus .widget_text h2 {
					font-weight: bold;
					margin-bottom: 10px;
					font-size: 110%;
				}

				#campus .widget_text p {
					font-weight: normal;
					width: 306px;
				}

			#campus .widget_nav_menu {
	/*            float: left; */
				margin: 18px 0;
				font-size: 110%;
				color: #666;
			}

				#campus .widget_nav_menu h2 {
					font-weight: bold;
					margin-bottom: 10px;
					font-size: 110%;
				}

				#campus .widget_nav_menu ul {
					float: right;
					list-style: none;
				}

				#campus .widget_nav_menu ul li {
					font-weight: normal;
					float: left;
					width: 185px;
					height: 20px;
					padding-right: 20px;
				}

		#predio{
			height: 20px;
/*            width: 1000px; */
			margin: 0 10px;
			background: #999;
		}

		#predio p{
			text-align: center;
			color: #fff;
			font-size: 105%;
			padding: 3px 0 0 0;
/*            margin-top: 3px;
			position: relative;
			float: right;
			right: 120px; */
		}

	#menu_foot{
		min-height: 242px;
/*        width: 940px; */
		margin: 0 10px;
		padding: 20px 30px 0 30px;
		background-color: #666;
		border-bottom: 10px solid #00CCFF;
	}

		#menu_foot ul{
			width: 100%;
			height: 100%;
			float:left;
			list-style: none;
		}

		#menu_foot ul li{
			height: 100%;
			width: 312px;
			float: left;
			font-size: 110%;
		}

		#menu_foot ul li h2{
			color: #0CF;
			margin-bottom: 15px;
			font-size: 100%;
			font-weight: bold;
		}

		#menu_foot ul ul{
			height: auto;
			width: 100%;
		}

		#menu_foot ul ul li{
			color: #0CF;
			width: 100%;
			height: auto;
			margin: 0 0 3px 0;
		}

		#menu_foot ul ul li:last-child{
			margin-bottom: 15px;
		}

		#menu_foot ul ul li a{
			color: #CCC;
			text-decoration: none;
		}

		#menu_foot ul ul li a:hover{
			color: #f60;
		}

	#menu_foot_content{
		padding-bottom: 20px;
		padding-top: 13px;
/*        border-bottom: 1px solid #565656; */
		width: 940px;
		margin: 0 auto;
	}

	.linha56 {
		border-bottom: 1px solid #565656;
	}

	#creditos {
		font-size: 115%;
		font-style: italic;
		color: #888;
		height: 15px;
		padding: 15px 0px 15px 0px;
		border-top: 1px solid #797979;
	}

	#creditos a {
		color: #888;
		text-decoration: none;
		transition:.3s ease-out;
		-webkit-transition:.3s ease-out;
	}

	#creditos a:hover {
		color: #f60;
	}

	#copyright {
		float: left;
	}

	#wp {
		float: left;
		text-align: left;
		margin-left: 10px;
	}

	#midiassociais{
		float: right;
		margin-top: -5px;
	}

	#midiassociais ul li{
		margin: 0 10px;
		height: 20px;
		width: 21px;
		cursor: pointer;
		transition: 0.2s;
		-webkit-transition: 0.2s;
	}

	#midiassociais ul li:last-child{
		margin-right: 0;
	}

	.midiaicon a {
		width: 20px;
		height: 20px;
		display: block;
	}

	.midiaicon .dashicons {
		color: #0cf;
	}

	.midiaicon:hover .dashicons {
		color: #ccc;
	}

	.midiaicon:active .dashicons {
		color: #fff;
	}


/* Aviso browser desatualizado */
#avisobrowser {
	position: fixed;
	bottom: -500px;
	width: 550px;
	margin-left: 195px;
	padding: 30px;
	background-color: #fff9d8;
	border-width: 1px 1px 0 1px;
	border-color: #000;
	border-style: solid;
	z-index: 9999;
	display: none;
}
#avisobrowser div {
	float: right;
	font-weight: bold;
	color: #eee; /* #888; */
	margin: -20px -20px 0 0;
	padding: 5px;
	border: 1px solid #333; /* #ccc; */
	background-color: #666; /* #f0f0f0; */
	cursor: pointer;
}

/* Page e Single */
.entry {
	padding: 40px;
	min-height: 300px;
/*	max-height: 920px;
	overflow: auto;
	padding-right: 0; */
	margin: 0 10px;
}

.entry h2 {
	font-size: 20px;
	font-weight: bold;
	color: #06c;
	margin-bottom: 20px;
}

.entry h3 {
	font-size: 17px;
	font-weight: bold;
	color: #999;
}

.entry h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 24px 0 6px;
}

.entry p {
	font-size: 120%;
	line-height: 150%;
	text-align: justify;
	margin-bottom: 15px;
}

.entry ul li {
	font-size: 14px;
	line-height: 1.5;
	list-style: none;
}

.entry ul ul li {
	padding-left: 40px;
}

.entry a,
.entry li a:hover {
	color: #06c;
	text-decoration: underline;
}

.entry li a {
	color: #333;
	text-decoration: none;
}

.entry address{
	margin-bottom: 10px;
}

.entry .mCSB_container{
	margin-right: 40px !important;
}

.entry .mCSB_scrollTools{
	margin-right: 10px !important;
}

.entry input{
	border: 1px solid #CCCCCC;
	padding: 2px;
}


/* Carousel */
.carousel_banners {
	position: relative;
	overflow: hidden;
	height: 155px;
}

	.carousel_banners ul {
		width: 20000em;
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.carousel_banners ul li {
		float: left;
		width: 113px;
		text-align: center;
	}

#banners_content{
	position: absolute;
	height: 112px;
	width: 903px;
	top: 20px;
	left: 39px;
	overflow: hidden;
}

#banners_content ul li a canvas {
  height: 112px !important;
  width: 96px !important;
}

#carousel_banners_left{
	width: 32px;
	position: absolute;
	left: 0;
	top: 20px;
}

#carousel_banners_right{
	width: 32px;
	position: absolute;
	right: 0;
	top: 20px;
}

.prev-navigation.inactive,
.next-navigation.inactive {
	opacity: .5;
	cursor: default;
}

/* Mapa do Site */
#mapa_do_site ul {
	font-size: 14px;
}
#mapa_do_site > li {
	font-size: 15px;
	list-style-type: none;
	font-weight: bold;
	padding-bottom: 10px;
}
#mapa_do_site > li > a {
	text-decoration: none !important;
	cursor: default;
	pointer-events: none;
}
.ultimo_li_principal {
	padding-bottom: 20x;
}
.ultimo_li{
	padding-bottom: 5px;
}
#mapa_do_site .sub-menu li {
	padding-left: 40px;
	font-size: 14px;
	font-weight: normal;
	list-style-type: none;
	padding-bottom: 5px;

}

#mapa_do_site .sub-menu li a {
	color: #666 !important;
	text-decoration: none;
}
#mapa_do_site .sub-menu li a:hover {
	color: #06c !important;
	text-decoration: underline;
}
#mapa_do_site > li > .sub-menu > li > ul {
	padding-top: 5px;
}
#mapa_do_site > li > ul {
	padding-top: 1px;
}
.tirar_link {
	cursor: default;
	pointer-events: none;
	text-decoration: none !important;
}

#mobile {
	font-size: 2em;
	padding: 1em 0;
	text-align: center;
}
#mobile a {
	color: #0cf;
}
/* Alto contraste */

#box.contraste a,
#box.contraste #media h1,
#box.contraste #media h2,
#box.contraste .news_content h2,
#box.contraste .news_content p,
#box.contraste .veiculos_content p,
#box.contraste .entry p {
	color: #fff !important;
}

#box.contraste a:hover,
#box.contraste .tempo_content div,
#box.contraste #foot_head,
#box.contraste #campus h2,
#box.contraste .entry h2 {
	color: #fc0 !important;
}

#box.contraste .divisor
{
	background: #000 !important;
}

#box.contraste #banners_box {
	background: #000 !important;
	width: 100%;
}

#box.contraste .carousel_banners {
	border-top: 0px;
}

#box.contraste #informes,
#box.contraste #news,
#box.contraste #veiculos,
#box.contraste #tempo,
#box.contraste #footer,
#box.contraste .media_head,
#box.contraste .informes_content,
#box.contraste .news_content,
#box.contraste .veiculos_content {
	background: #000 !important;
	border-color: #000 !important;
}

#box.contraste #menu_bot ul li,
#box.contraste #menu_foot,
#box.contraste #middle_fot {
	background-color: #000 !important; /* preserva imagem de fundo */
}

#box.contraste .entry,
#box.contraste #head,
#box.contraste #base,
#box.contraste #title,
#box.contraste #menu_bot,
#box.contraste .tempo_head,
#box.contraste #menu_bot ul ul ul li:hover,
#box.contraste #menu_bot ul ul ul li:hover > a,
#box.contraste .media_head li {
	background: #000 !important;
	color: #fc0 !important;
}

#box.contraste .media_head li.deselected,
#box.contraste #menu_bot ul ul ul,
#box.contraste #menu_bot ul ul ul a,
#box.contraste #menu_bot ul li:hover,
#box.contraste #menu_bot ul ul li:hover,
#box.contraste #menu_bot li:hover > a,
#box.contraste .media_foot,
#box.contraste .media_foot a,
#box.contraste #predio,
#box.contraste #predio p {
	background-color: #fc0 !important;
	color: #000 !important;
}

#box.contraste #menu_bot ul ul{
	background-color: #000 !important; /* IE8 */
	background-color: rgba(0,0,0, 0.9) !important;
}

#box.contraste #menu_bot ul ul li{
	background: none !important;
}

#box.contraste #menu_bot ul ul ul {
	box-shadow: none;
}

#box.contraste #menu_bot .aluno:hover {
	background-image: url(imagens/icones/aluno3.png);
}

#box.contraste #menu_bot .servidor:hover {
	background-image: url(imagens/icones/servidor3.png);
}

#box.contraste #escudo{
	background: url(imagens/WP-UFPEL--CCS-Header-FFCC00.svg) no-repeat center center;
}

#box.contraste #titulo{
	color: #fc0;
}

#box.contraste #titulo:hover{
	color: #fc0;
}

#box.contraste #escudo:hover{
	background: url(imagens/WP-UFPEL--CCS-Header-FFCC00.svg) no-repeat center center;
}

#box.contraste #escudo:active{
	background: url(imagens/WP-UFPEL--CCS-Header-FFCC00.svg) no-repeat center center;
}

#box.contraste .gsc-control-cse {
	background: #000 !important;
	color: #fff !important;
	margin: 0 9px;
}

#box.contraste #cse * {
	border-color: #000;
}

/** INTERNACIONALIZAÇÃO **/

.news-lang{
	width: 723px !important;
}

.news-lang .nselected{

}

.news-lang #news1{
	width: 100% ;
}

.news-lang #news_destaque{
	width: 703px ;
	height: 380px;
}

.news-lang #news_destaque #dest_selector{
	width: 100%;
	bottom: 20px;
}

.news-lang .destaque{
	min-height: 160px;
}

.news-lang .destaque h1{
	width: 670px;
	font-size: 170% !important;
	margin-top: 20px;
	float: none;
	margin-right: 17px;
}

.news-lang .destaque h2{
	font-size: 110% !important;
	margin-top: 5px;
	float: none;
}

.news-lang .destaque p{
	width: 390px;
	font-size: 120%;
	margin-top: 10px;
	line-height: 1.3em;
	text-align: justify;
}

.news-lang .destaque #thumb{
	min-height: 160px;
	width: 285px;
	position: relative;
	margin-top: 13px;
}

.news-lang .destaque #thumb img{
	width: 100%;
	height: auto;
	max-height: 220px;
}

.news-lang .media_foot{
	width: 98.5% !important;
}

.news-lang .iselected:last-child, .nselected:last-child, .vselected:last-child{
	border-width: 0px 1px 0px 0px !important;
}