@charset "utf-8";
/* CSS Document */
body{
	background-color:#CCF1FF; text-align:center; background-image:url(fondo.jpg); background-repeat:repeat-Y; background-position:top;
}
.titulo{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:30px; color:#09F;}
.numero{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; color:#333;}
.listadonumeros{ font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#444;}
a.listadonumeros:hover{ font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#09F;}
a.listadonumeros:link :active :visited{ text-decoration:none; color:#444;}

