body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5ex;
	color: #666666;
}
.nuevoAutor{
	font-style:italic;
	text-decoration:underline;
	color:blue;
}
		
.autor{
	border:dotted;
	background-color: white;
	border-color:gray;			
	border-width:thin;			
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	height: 100%;
	width: 150%;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #666666;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #636563;
	padding: 1px;
	height: 100%;
	width: 150%;
	border: 2px solid #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #669900;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
a:active {
	text-decoration: none;
}