/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.table{
background-image:url(Img/Fdo.jpg);
background-position:center;
}
.ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	background-repeat: no-repeat;
	height: 30px;
	}
.ul li {
	position: relative;
	}
.li ul {
	position: absolute;
	left: 140px;
	top: 0;
	display: none;
	height: 30px;
	width: 130px;
	}
.ul li a {
	display: block;
	background-image: url(Img/Fdo_link.jpg);
	background-position: center;
	width: 130px;
	height: 25px;
	padding: 5px;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul { 
	display: block; }
A.navbar:link {color: #FFFFFF; text-decoration:none}
A.navbar:visited {color: #999999; text-decoration:none}
A.navbar:active {text-decoration: underline;}

A.navbar1:link {color: #FFFFFF; text-decoration:none}
A.navbar1:visited {color: #CCCCCC; text-decoration:none;}
A.navbar1:active {text-decoration: underline;}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.texto_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.Lista {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: disc;
	list-style-position: inside;
}
.texto_vinculo {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

