body {
	background-attachment: scroll;
	background-image: url(images/fon_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#fondoTabla {
	background-attachment: fixed;
	background-image: url(images/bar_f.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.textoCuerpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 10px;
}
#pie {
	background-attachment: fixed;
	background-image: url(images/bot_f.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 0px;
	padding: 8px 0px 12px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #006600;
}
.pie {
	background-attachment: scroll;
	background-image: url(images/bot_f.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 8px 0px 12px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #006600;
}
.ligInter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339933;
	line-height: 35px;
	text-decoration: underline;
	text-indent: 25px;
}
