@charset "UTF-8";
/* CSS Document - João Marques */

.backgtraco {
	/* background-image: url(imagens/home/traco.jpg);
	background-repeat: repeat-x; */
	color: #831D1C;
    background-color: #831D1C;
}
.txtapontamento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #831D1C;
	text-align: right;
	padding-right: 20px;
}
.titluloazul26 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #831D1C;
	background-color: #831D1C;
	text-align: right;
	padding-right: 20px;
}

.titlulolink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #831D1C;
    text-align: right;
    padding-right: 20px;
}

.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	padding-right: 25px;
	padding-left: 10px;
	line-height: 16px;
	text-align: justify;
}
.txtnormallinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	color: #656565;
	border: thin solid #0E415C;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0E415C;
}
.tableequipa {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #81A0AD;
	border-left-color: #81A0AD;
}
#navmenu {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0px;
	padding: 0px;
}

#navmenu ul {
	margin: 0px;
	line-height: 30px;
	padding: 0px;
}

#navmenu li {
	margin: 0px;
	list-style: none;
	float: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1C648D;
	padding-bottom: 0px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#navmenu li ul li {
	float: none;
	width: 140px;
	/* background-color: #831D1C; */
	background-color: #81A0AD;
	padding-left: 8px;
	text-align: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}

#navmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	height: 30;
	color: #FFF;
	padding-top: 5px;
	padding-left: 25px;
	text-align: center;
	padding-right: 25px;
}
#navmenu ul li a:hover {
	color: #81A0AD;	
}

#navmenu ul ul {
	position:absolute;
	visibility:hidden;
	padding-top: 4px;
}

#navmenu ul ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	text-align: left;
	line-height: 20px;
}
#navmenu ul li:hover {
	background-color: #0E415C;
}

#navmenu ul li:hover ul {
	visibility: visible;
}
