@charset "utf-8";
/* CSS Document */
.fondo1{
	background-image: url(imagen/borde1.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.fondo2{
	background-image: url(imagen/borde2.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
a{
	text-decoration:none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover{
	color:#39C;
	background-color: #FFF;
}

div strong {
	font-size: 18px;
	color: #36C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}
.letra{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #36C;
	text-align: center;
	font-weight: bold;
}
.letra1{
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.letra2{
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #000;
	text-align: center;
}
.enlace {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #06F;
}
.carta {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

