/* DROPDOWN MENU */

ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	width: 105px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	background: #fff; /* IE6 Bug */
	font-size: 100%;
	}

*:lang(pt) ul#primary-nav ul{			/* hack para mudança de fundo do menu em todos os navegadores exceto IE que tem bug com fundo transparente */
    background: transparent !important;
}

ul#primary-nav li {
	position: relative;
	list-style: none;
	background-image: url(images/botao_normal.gif);
	background-position: center center;
	background-repeat: no-repeat;
	}

ul#primary-nav li:hover{
	background-image: url(images/botao_apertado.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

ul#primary-nav li a {		/* LINKS */
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 5px;
	border: 0px solid #ccc;
	border-bottom: 0;
	font: normal 62.5% verdana;
	font-weight: bold;
	text-align: center;
	height: 15px;
	vertical-align: middle;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 104px; /* Set 1px less than menu width */
	top: 0;
	}

ul#primary-nav li ul li a { 			 /* Sub Menu Styles */
	
	}

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent {						/* Itens com Sub-Menus */
	background-image: url(images/botao_normal.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

ul#primary-nav li.menuparent:hover,					/* Itens com Sub-Menus (Botao apertado) */
ul#primary-nav li.over {
	background-image: url(images/botao_apertado.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

ul#primary-nav li a:hover { color: #0000FF; }

/* FIM DROPDOWN MENU */

.AgendaTitulo {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
}

.AgendaStyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 90%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.Rolagem {
	position: absolute;
	height: 470px;
	width: 610px;
	overflow: auto;
	right: 5px;
	padding-right: 5px;
}

.Rolagem p:lang(pt):first-letter {	/* Bug IE6 impede funcionamento deste pseudo-elemento corretamente sem bagunçar fontes da agenda */
	font-size: x-large;
	font-weight: bold;
	color: #420000;
}

#Principal {
	position:relative;
	width:769px;
	height:760px;
}
#Titulo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#Puc {
	position:absolute;
	top: 0px;
	right: 0px;
}
#patrocinador {
	position:absolute;
	top: 99px;
	right: 0px;
	display: none;
	height: 10px;
	width: 10px;
}
#EPtca {
	position:absolute;
	top: 109px;
	right: 120px;
}
#Linha {
	position:absolute;
	top: 181px;
	right: 63px;
}
#Centro {
	position:absolute;
	width:625px;
	height:480px;
	top: 190px;
	right: 5px;
	text-align: justify;
	background-image: url(images/fundo_centro.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#Div_Menu {						/* Config do Menu */
	position:absolute;
	left: 17px;
	top: 186px;
	z-index: 1;
	height: 187px;
	width: 105px;
}

#Agenda {
	position:absolute;
	width:130px;
	height:236px;
	top: 434px;
	background-image: url(images/agenda.gif);
	background-repeat: no-repeat;
	left: 4px;
}
#Agenda a {
	text-decoration: none;
}
#Rodape {
	position:absolute;
	left: 113px;
	top: 675px;
}
