@charset "iso-8859-1";

/*******************************************************************************
*  skidoo_too.css : 2005.08.29
* -----------------------------------------------------------------------------
*  A remake of the skidoo layout with the middle column appearing first in
*  source ordering.
*******************************************************************************/

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 0 0 1em;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 180%;
	/* color: #087dc6; /* azul claro */
	color: #3399cc; /* azul mais claro */
	color: #085a8c; /* azul mais escuro */
	line-height: 1em;
}
h2
{
	margin-top: 40px;
	font-size: 150%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #087dc6; /* azul claro */
	color: #3399cc; /* azul mais claro */
	color: #2E579E; /* azul */
}
a:hover
{
	text-decoration: underline;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body
{
	margin-top: 0;
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
	background-color: #3F4C6B;
	background-color: #0099cc; /* safe color */
	background-color: #0e94c7;
	
}
#pageWrapper
{
	border: solid 0px #fff;
	border-width: 0 0px;
	min-width: 40em;	/* IE doens't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	width: 970px;
}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}

#masthead /* parte de cima, banner de topo */
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 159px;
	background-color: #0e94c7;
	background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/knetworks/imagens/ImagemTopo04.jpg);
}

#fundo 
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 162px;
	background-color: #fff;
	background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/knetworks/imagens/imgtopo2.jpg);
}


#fundo1 
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 162px;
	background-color: #fff;
	background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/knetworks/imagens/imgtopo1.jpg);
}

#fundo2
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 162px;
	background-color: #fff;
	background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/knetworks/imagens/imgtopo2.jpg);
}

#fundo3
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 162px;
	background-color: #fff;
	background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/knetworks/imagens/imgtopo3.jpg);
}

#fundo4
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 162px;
	background-color: #fff;
	background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/knetworks/imagens/imgtopo4.jpg);
}

#fundo5
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 162px;
	background-color: #fff;
	background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/knetworks/imagens/imgtopo5.jpg);
}



#masthead h1
{
	padding: 0;
	margin: 0;
}



#outerColumnContainer
{
	/* 
?
	 */
	border-left: solid 14em #fff;  /* espaço para a coluna do lado esquerdo  */
	border-right: solid 16em #fff; /* espaço para a coluna do lado direito  */
}
#innerColumnContainer
{
	border: solid 0px #fff;
	border-width: 0 0px;
	margin: 0 -1px;		/* compensate for the borders because of 100% width declaration */
	width: 100%;
	z-index: 1;
	
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
	/* para corrigir depois de colocada a imagem de topo dos canais */
	

}

#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
	
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#leftColumn
{
	float: left;
	margin: 0  0px 0 -185px; /* fixed width */
	width: 185px; /* fixed width */	
	margin-top: -10px;
}


#rightColumn
{
	float: right;
	width: 170px;
	margin: 0 -170px 0 1px;
	z-index: 2;
}


p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */
.vnav
{
	/* margin: 1em 0; */
/*	margin-left: -12px;
	margin-right: -12px;*/

}
.vnav ul, .vnav ul li
{
	margin: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 0px #fff;
	border-bottom-width: 0;
	font-weight: normal;
	margin-left: -40px;
	margin-right: 0px;
}
.vnav ul li
{
	border-bottom: solid 0px #000;
	margin-left: 0;
	
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
/*	padding: 2px; */
	line-height: normal;
}


/* primeiro nível */
.vnav ul li a
{
	display: block;
/*	 padding: 2px 5px 3px 5px;  */
	padding:  4px 2px 4px 5px;
	margin:  0px 0 0px 0;
	border-left: solid 3px #4DA620; /* verde*/
	border-left: solid 3px #b64000; /* tijolo*/

}

.vnav li H1
{
	text-transform: none;
	font-size: 1.1em;
	background-color: #eeeeee;
	margin: 0;	
}


.vnav .verde
{ border-left: solid 3px #4DA620; }

.vnav .azul
{ border-left: solid 3px #blue; }



/* segundo nivel */
.vnav ul ul li a
{
	padding:  3px 2px 3px 10px;
	margin:  2px 0 2px 0;
	border: 0;
}

.vnav ul li, .vnav ul ul li
{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

/* terceiro nivel */
.vnav ul ul ul li a
{
	padding-left: 20px;
	margin: 0px;
}

/* quarto nivel */
.vnav ul ul ul ul li a
{
	padding-left: 30px;
	margin: 0px;
}

.activo
{
	font-weight: italic;
}

.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}

.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{/	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
	margin: 0;
}







/* horizontal navigation elements. create a DIV element with the class hnav
 * and stick one unordered list inside it to generate a horizontal menu.
 */
.hnav
{
	border-bottom: solid 0px #fff;
	text-align: left;
	background-color: #000;
	width: 970px;
	margin-left: 0;
	background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/knetworks/imagens/fundotop.gif);
	background-repeat:no-repeat;
}
.hnav, .hnav ul li a
{
	padding-top: 0px;
	padding-bottom: 0px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin-left: 0;
	padding-left: 2px;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	/* short-hand padding attribute would overwrite top/bottom padding set in a previous rule */
	white-space: nowrap;
	border: 0px;
	border-left: solid 1px #000;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #fff;
}
html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	background-color: #3F4C6B;
	background-color: #16425f;
	background-color: #2a6d91; /* azul escuro */
	background-color: #eeeeee; /* cinzento */
	background-color: #0099cc; /* safe color */
	background-color: #0e94c7;
	
	
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
}
#masthead
{
	background-color: #fff;
	color: #fff;
}
.hnav /* barra de navegação de cima */
{
	background-color: #eeeeee; /* cinzento claro */
	color: #000;
	white-space:nowrap;
	height: 40px;
	clear: both;
	font-size: 10px;

}

/* Cores de fundo */
#outerColumnContainer
{
	border-left-color: #fff;	        /* left column background color */
	border-right-color: #fff;	/* right column background color */
	background-color: #fff;		    /* set the background color for the middle column here */
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	color: #2E579E; /* azul mto escuro - cor das letras do menu vertical esquerdo */
}



#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: #e2eaf0;
}
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{ 
	/* quando se passa c o rato em cima dos links do menu vertical esquerdo */
	text-decoration: none;
	background-color: #e5e5e5;
	color: #2E579E;
}



.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #eeeeee;
	
	color: #2E579E;
	border: 0px;
	margin: 0;
	font-weight: bold;
	padding: 0 4px 0 4px;
	
	}
.hnav ul li a:hover
{
	background-color: #2E579E; /* azul  */
	color: #fff;
	margin: 0;
	
}


#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
	
	background-repeat: no-repeat;
	background-position: left top;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}

#middleColumn .inside
{
	color: #525152; 	/* cor do corpo principal */
}






/******************************************************************************/

/* aqui começa o novo código css */

#headerleft
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0.5em;
	height: 65px;
	background-color: #F2F2E8; /* cor de fundo do top da pagina */
}



#linksuteis 
{
	border: 1px;
	}

#breadcrumb  
{
	background-color: #fff;
	color: #000;
	text-align: left;
	font-size: 0.9em;

}


#mdn 
{
	float: right;
	padding: 0px;
	margin: 0;
	color: #e4e4e4;
	font-size: 9px;
	margin-top: -56px;
	font-family: Verdana;
	clear: both;
	margin-right: 10px;
}

#mdn a:link, #mdn a:visited, #mdn a:active
{
	text-decoration: none;
	color: #555555;
}
#mdn a:hover
{
	text-decoration: underline;
	color: #000;
}

#logoEsq 
{
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 00px;
	margin-top: 39px;
}

#logoDir
{
	float: right;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	margin-right: 8px;
}

#idioma
{
	text-align: right;	
	padding: 10px; height: 30px; margin: 0;
	margin-right: 25px;
}

#imgCanal
{
	background-color: #F2F2E8;
	height: 100px;
	margin: 0 -16em 0 1px;
}



.foto 
{
	border: solid 1px #000;
}







/* fixed width */
* html .HNAV
{
	width: 970px; /* fixed width*/
	height: 30px;
}

#outerColumnContainer
{
	border-left: solid 173px #fff;  /* espaço para a coluna do lado esquerdo  */
	border-right: solid 180px #fff; /* espaço para a coluna do lado direito  */

}

#datahora p
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 0.8em;
	margin-left: 8px;
	margin-top: 2px;
	padding-top: 3px;
	clear: both;
}

#esq_banners, #esq_banners P
{
	margin: 0;
}

#esq_banners IMG
{
		border-bottom: solid 1px #f5f5f5;
}




/* FOOTER parte de baixo - RODAPÉ e LOGO */
#footer
{
	border: solid 0px #fff;
	border-width: 0px 0;

	padding-right: 1em;
	margin: 0;
	margin-top: 5px;
	background-color: #fff;
	color: #444;
	text-align: center;	

	height: 50px;
	background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/knetworks/imagens/fundofooter.gif);
	background-position: top;


}

#copyright
{
	padding: 0;
	padding-top: 3px;
	font-size: 0.9em;
	text-align: center;
	padding-left: 170px;
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
	color: Gray;
}


#logoCeger 
{
	vertical-align: middle;
	float: right;
	font-size: xx-small;
	color: Gray;
	margin-top: 12px;	
}

#logoCeger img
{
		vertical-align: middle;
}










* html body
{
	text-align: center;	/* hack to center this under IE5 */
}
* html #pageWrapper
{
	text-align: left;	/* keep the content left-aligned */
}

#pageWrapper
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	
}

#outerColumnContainer
{
	text-align: left;	/* keep the content left-aligned */
	font-family: Arial;
	font-size: 0.8em;
	color: Gray;
	
}

#center
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	
}

#imgslogos P
{
	text-align: center;
	border-bottom: solid 1px #eeeeee;
	margin: 0;
	line-height: 1.2em;
	padding: 4px 0  4px 0;
}

#imgslogos BR
{
	margin: 0;
	padding: 0;
}

#imgslogos IMG
{
	border: 0;
	margin: 0;
	padding: 0;
}

#destaques H4
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.1em;
	border-top: solid 1px #eeeeee;
	padding-top: 12px;
	color: #085a8c;
	}
	
#destaques H4, #destaques A:link, #destaques A:hover, #destaques A:visited
{
	color: #085a8c;
	}
	
#destaques P
{
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0;
	font-size:  12px;
	line-height: 1.3em;
	clear: both;
	}
	
#destaques p img  
{
	margin: 0 10px 5px 0;
	text-align: left;
	border: 0;
	float: left;
	clear: both;
	}
	
	BR { clear: left }
	
#sombra /* parte de cima, banner de topo */
{
	border: solid 0 #fff;
	padding: 0px;
	margin: 0;
	height: 2px;
	background-color: #fff;
	/*background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/mne/imagens/img_sombra.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	clear: both;
}

#idioma
{
	float: right;
	font-family: Arial, Verdana;
	white-space:nowrap;
	height: 16px;
	clear: both;
	font-size: 10px; 
	line-height: 16px;
	color: gray; 
	padding-right: 6px;
	vertical-align: middle;
	margin-top: 2px;
}

	
#idioma A:link, #idioma A:hover, #idioma A:visited
{
	color: gray;
	
	/*	border: 0px;
	margin: 0;
	font-weight: bold;
	padding: 4px;*/
	}

#idioma img
{
	vertical-align: text-bottom;

	}
	
#outerColumnContainer 
{
	padding-top: 10px;
	
}


.data 
{
	color: gray;
	font-size: 0.8em;
}

#acessibilidade 
{
	float: left;
	font-family: Arial, Verdana;
	color: gray;
	font-size: 0.8em;
	}
	
#acessibilidade IMG
{
border: 0;
	}


/* Notícias */

.listalusa
{
	margin: 0;
	list-style-type: none;
	list-style-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/mne/imagens/icon_ler.gif);
	display: block;
	margin-left: 10px;
}

.listalusa li
{
	margin-top: 4px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	line-height: 1.2em;
}

.listalusa .data
{
	font-size: 10px;
}

.listalusa .antetitulo
{
	font-weight:bold;
}

.mais 
{
	font-weight: bold;
	}
	
	
/* NOVO CODIGO - seminario */


#navigation_oben
{ text-align: left; padding: 10px; height: 30px; margin: 0;}

 #navigation_oben a:link, #navigation_oben a:visited 
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
 	color: #666;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	padding: 10px;
	margin: 0;
	margin-right: 10px;
	margin-left: 10px;
 }

 #navigation_oben a:hover {
 	color: #fff;
 	background: #666;
	text-decoration: none;
	border: 0;
	margin-right: 10px;
	margin-left: 10px;
 }
 
 .fundobot
 {
	height: 20px;
	background: #fff;
	background-image: url(/wayback/20170222054021oe_/http://www.knetworks.gov.pt/knetworks/imagens/fundobot.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	}
	
	
/* Formularios 
label{
float: left;
width: 220px;
font-weight: bold;
clear: both;
}

/*
input, textarea{
width: 200px;
margin-bottom: 0px;
}
*/




#Logotipos img
{
	margin-right: 20px;
}

#slideshow
{
	
	padding-bottom: 30px;
}

#addthis
{
	float: right;
}

