body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-image:url(../img/imgtop.jpg);
	background-repeat:repeat-x;
}

.textos{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #ABABAB;
}

.titulos{
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight:bold;
	color: #f5ee3e;
}

.subtitulos{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #f5ee3e;
}

.link01{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #faf343;
	text-decoration:none;
}

.link02{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #ABABAB;
	text-decoration:none;
}

.link02:hover{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #ABABAB;
	text-decoration:underline;
}

.link01:hover{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #faf343;
	text-decoration:underline;
}

li {
	list-style:none;
	padding-left:10px;
	line-height:20px;
}

li a{
	text-decoration:none;
	color: #ABABAB;
}

li a:hover{
	text-decoration:underline;
	color: #ffffff;
}

.txtForms {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #333333;
	background-color:#EEEEEE;
	border:solid #333333 1px;
}

.btForms {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	background-color:#C7C7C7;
	border:solid #333333 1px;
}


