a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #9966CC;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#800080;
}
body {
	margin: 0px;
	padding: 0px;
	color: #808080;
	background: #FFFFFF;
	font: medium "Trebuchet MS", Segoe UI, Arial, Helvetica, sans-serif;
}
.back {
	background: url(images/back.jpg) repeat-x center;
}
ul {
	list-style: url(images/bullet.gif);
	font-size: 15px;
}
.tab {
	background: #FFFFFF;
	width:700px;
	height:518px
}
.menu {
	padding-bottom: 20px;
}
img {
	border: none;
}
.txt {
	color: #9966CC;
}
.titulo {
	font-size: 19px;
	color: #FF33CC;
	font-weight:500;
}
.subtitulo {
	font-size: 16px;
	color: #9966CC;
	font-weight:500;
}
.encabezado {
	font-size: 14px;
	color: #808080;
}
textarea, input, select {
	font-size: 11px;
	color:#000;
	background: #FFF;
	border: 1px solid #9966CC;
}
.pie {
	background: transparent;
}
