* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	cursor: default;
}

a {
	cursor: pointer;
}

#splash{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-image:url(../imagens/fundo_transparente.png);
	z-index:20;
}

#splash p { 
text-align: center; 
}

#contents {
	position:absolute;
	top:0px;
	left:0px;
	/*width:12000px;*/
	width:10000px;
	height:100%;
	z-index:4;
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	width: 32px; 
	height: 32px;
	text-indent: -999em;
	background-image: url(../imagens/progress.gif);
	z-index: 3;
}

#supersize {
	position:fixed;
	overflow:hidden;
}
		
#supersize img {
	height:100%;
	width:100%;
	position:absolute;
	overflow:hidden;
	z-index: 0;
}

.mail_home {
	position: absolute;
	margin-top:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:60px;
	/*font-weight:bold;*/
	padding:20px;
	line-height:48px;
	z-index:4;
}
.mail_home a {
	color:#FFF;
	text-decoration:none;
}
.mail_home a:hover {
	color:#FC0;
	text-decoration:none;
}
.mail_home span {
	background-color:#000;
}

.morada {
	position:absolute;
	margin-top:211px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	line-height:38px;
	color:#000;
	padding:20px;
	z-index:5;
}

.morada span {
	background-color: #fff;
}

.manifesto {
	position: absolute;
	margin-left: 20px;
	margin-top: 390px;
	width: 147px;
	height: 25px;
	overflow: hidden;
	z-index: 7;
}
.manifesto a {
	display: block;
	padding-left: 10px;
	background: transparent url('../imagens/manifesto.png') 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
.manifesto a:hover {
	background-position: 0 -50px;
	color: #fc0;
}

.sinaletica {
	position: absolute;
	margin-left: 20px;
	margin-top: 425px;
	width: 266px;
	height: 25px;
	overflow: hidden;
	z-index: 8;
}

.sinaletica a {
	display: block;
	padding-left: 10px;
	background: transparent url('../imagens/sinaletica.png') 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
.sinaletica a:hover {
	background-position: 0 -50px;
	color: #fc0;
}

#menu {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	padding:20px;
	background-color:#000;
	bottom: 0px;
	width:800px;
	z-index:6;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 
#menu li {
	float: left;
	margin-left:15px;
}
#menu a {
	color:#FFF;
	text-decoration:none;
}
#menu a:hover,
#menu a.selected {
	color:#FC0;
	text-decoration:line-through;
}

#at {
position:absolute;
margin-top:50px;
padding:20px;
margin-left:2000px;
background-color:#FFF;
width:800px;
height:390px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
line-height:35px;
color:#FFF;
}

#trabalho {
position:absolute;
margin-top:50px;
padding:20px;
margin-left:4000px;
background-color:#FFF;
width:800px;
height:390px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
line-height:35px;
color:#FFF;
}

#noticias
{
position:absolute;
margin-top:50px;
padding:20px;
margin-left:8000px;
background-color:#FFF;
width:800px;
height:390px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
line-height:35px;
color:#FFF;
}

#candidatos
{
position:absolute;
margin-top:50px;
padding:20px;
margin-left:10000px;
background-color:#FFF;
width:800px;
height:390px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
line-height:35px;
color:#FFF;
}

#pessoas
{
position:absolute;
margin-top:50px;
margin-left:6000px;
height:390px;
width:800px;
background-color:#FFF;
padding:20px;
}

#trabalho ul
{
vertical-align:top;
list-style: none;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
color:#000;
line-height:14px;
font-size:8px;
padding-left:0px;
padding-right:30px;
float:left;
/*border-bottom: 1px solid #666;*/

}

#trabalho span
{
padding-left:20px;
float:left;
}

#trabalho a {
	vertical-align:top;
/*	font-stretch:2px; */
	width: 314px;
	padding-left:20px;
	font-weight:bold;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	line-height:11px;
	font-size:40px;
	float:left;
}

#trabalho a:hover {
	vertical-align:top;
	width: 314px;
	padding-left:20px;
	font-weight:bold;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FC0;
	text-decoration:none;
	line-height:11px;
	font-size:40px;
	float:left;
}

#menu_v {
	float:left;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
#menu_v ul {
	list-style: none;
	margin:0px;
	padding:0px;
} 
#menu_v li {
	padding:0px;
	margin:0px;
	width:150px;
	border-bottom:#000 solid 1px;
}
#menu_v a {
	color:#333;
	text-decoration:none;
}
#menu_v a:hover,
#menu_v a.selected {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#09C;
	text-decoration:none;
}

#pessoas_contents {
width:630px;
height:370px;
overflow:auto;
padding:0px;
}

.scroll
{
padding:0px;
height:390px;
}

.scroll h1
{
margin:0px;
width:610px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:35px;
color:#FFF;
}

.scroll h2
{
float:left;
padding-top:5px;
padding-bottom:5px;
width:610px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000;
}

.scroll img
{
margin-right:20px;
float:left;
padding-bottom:30px;
}

.scroll p
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
line-height:16px;
padding-right:5px;
}

.scroll a
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
text-decoration:none;
color:#09C;
}

.scroll a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
text-decoration:underline;
color:#09C;
}

.telefone
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
text-decoration:none;
color:#09C;
}

/* ini noticias */


#newsWidget{
	text-align: left;
	overflow:auto;
	height:390px;
}

#newsWidget ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;	
}

#newsWidget ul li{
	padding-top:20px;
	

}
#newsWidget h4{
	font-size: 40px;
	line-height:46px;
	color: #424242;
	margin: 0px;
	padding-top: 6px;
	padding-bottom:10px;
/*	font-stretch:normal; */
	border-bottom:dashed 1px #000;
	
}
#newsWidget .description{
	margin: 0px;
	padding: 0px 0px 5px 0px;	
}
#newsWidget .date{
	font-size: 25px;
	color: #808080;
}
#newsWidget .date, #newsWidget .link{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#newsWidget .websiteTitle{
	font-size: 25px;
	color: #808080;	
}

#newsWidget a:link, #newsWidget a:active, #newsWidget a:visited {
	color:#FFF;
	text-decoration:none;
	background-color:#000;
	line-height:46px;
}
#newsWidget a:hover {
	color:#FFCC00;
	text-decoration:none;
	background-color:#000;
	line-height:46px;
}

/*//////////////*/


div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url(../img/next.gif);
}







