#creditos {
	padding: 5px 0px 5px 0px;
	position: relative;
	float: left;
	width: 605px;
}

#creditos .imagen {
	float: left;
	width: 70px;
}

#creditos .descrip {
	left: 75px;
}

span.nombre {
	font-size: 11pt;
	font-weight: bolder;
}

span.titulo {
	color: #339933;
}

.predescrip {
	float: left;
	clear: both;
}

.predescrip p {
	text-align: justify;
	bottom: 8px;
}

.predescrip h3 {
	font-weight: bold;
	font-size: 10pt;
	color: #4d4d4d;
}

.ainfo, .aweb {
	margin-bottom: 15px;
	float: left;
	margin-right: 8px;
	font-size: 9pt;
	font-weight: bold;
}

.ainfo a {
	color: #282828;
	text-decoration: none;
	background: url(../media/imgs/btn/magnifier.jpg) no-repeat left center;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.aweb a {
	color: #282828;
	text-decoration: none;
	background: url(../media/imgs/btn/world.jpg) no-repeat left center;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.ainfo a:hover, .aweb a:hover {
	text-decoration: underline;
}

