.fondo {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #76c2e0;
	border-bottom-color: #76c2e0;
	border-left-color: #76c2e0;
	height: 378px;
}
a.enlace {
	color: #50869b;
	text-decoration: none;
}
a.enlace:hover {
	color: #330099;
	text-decoration: underline;
}
.pie {
	color: #50869b;
	text-align: center;
	height: 30px;
}
a.pie:hover {
	color: #330099;
	text-decoration: underline;
}
a.texto:link {
	color: #fe0000;
	text-decoration: none;
}
a.texto:hover {
	color: #330099;
	text-decoration: underline;
}
.pie2 {
	color: #7facbe;
	text-align: center;
	font-size: 8pt;
}
a.pie2:hover {
	color: #50869b;
	text-decoration: underline;
	font-size: 8pt;
}
.lista {
	list-style-position: outside;
	list-style-image: url(img/flecha.gif);
}
.lista li {
	margin-bottom: 5px;
}