.cuerpo {
	font-size:11px;
	font-family:trebuchet,verdana,arial,sans-serif;
	color:#B67E31; 
}

.creditos {
	position:absolute;	
	width:310px;
	height:310px;
	background-color:#5D3C08;
	left:20px;
	top:20px;

	font-size:11px;
	font-family:trebuchet,verdana,arial,sans-serif;
	color:#B67E31;
	text-align:justify;
}


a:link {
	color: #B67E31;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #B67E31;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #5D3C08;
	background-color: #B67E31;
	text-decoration: underline;
}


a:active {
	color: #5D3C08;
	background-color: #B67E31;
	text-decoration: underline;
}
