@charset "utf-8";

body {
	margin:0;
	font: 0.7em/1.1em Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	background:url(img/16moscas.gif) no-repeat left center;
}

h1{font:bold 1em/1.8em Tahoma, Arial, Helvetica, sans-serif; color:#999;}
h2{font:bold 0.9em/1.5em Tahoma, Arial, Helvetica, sans-serif;}
#contenedor{ width:100%; margin:0 auto; text-align:center; }


#enlaces{ width:100%; text-align:center; color: #999; }

#enlaces a{ display:block; margin:10em auto; width:6em; font: 0.8em/1.1em Tahoma, Arial, Helvetica, sans-serif; }
#enlaces a:link{ padding:0.2em; background-color:#666; color:#666;}
#enlaces a:visited{ padding:0.2em; background-color:#666; color:#666;}
#enlaces a:hover{ padding:0.2em; background-color:#666; color:#fff; text-decoration:none; }

ul{  margin:0.5em 0.5em 0.5em 0;}

li{
	display:inline;
	list-style:none;
	padding:0 0.8em 0 0;
}
a:link{
	color:#999;
	text-decoration: none;
}

a:visited{color:#CCC; text-decoration: none;}

a:hover{
	color: #666;
	text-decoration: underline;
}




