@charset "utf-8";
/* CSS Document */
.Estilo1 {color: #990000}
body {
	background-color: #fdfdfd;
	background-image: url(images/fondo1.jpg);
}
.tit {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	color:#000066;
	text-align:center;
}
.txt {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	color:#999;
}
a{
	color:#006699;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
}
a.active{
	color:#0033CC;
	font-size: 0.9em;
}
a{
	color:#0000FF;
	font-size: 0.9em;
}
a:hover{
	color:#A54B41;
	font-size: 0.9em;
}
.wmode {
	wmode:"transparent"
	background:none;
	color:#FFF}