.texto {
	font-style: italic;
	color: #000066;
	text-decoration: none;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}
body {
	background-color: #CCCCFF;
}
.barra {
	background-image: url(barra.jpg);
	background-repeat:  repeat-y;

}
.fondotabla {
	background-color: #FFFFCC;
}
.chico {
	font-style: italic;
	color: #000066;
	text-decoration: none;
	font-size: small;

}

