@charset "utf-8";

.navegacion a:link {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
}
.navegacion a:visited {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
}
.navegacion a:hover {
	color:#060;
	text-decoration:underline;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
}
.navegacion a:active {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
}

.contenido h1 {font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif; border-bottom:1px dotted #ccc; font-weight:normal;font-size:160%;margin:0 0 .2em 0;clear:left;}
