
#logros_v4 {
	background-color: white;
	width: 17em;
}

#tit_logros_v4 {
	height: 2.25em;
}

#cuerpo_logros_v4 {
	background-image: url(imagenes/fondo_logros.jpg);
	padding: 1em;
}

#logros {
	overflow:hidden;
	height: 22.9em;
}

.nota_logros {
	height: 4.8em;
}

.imagen_logros {
	width: 6em;
	height: 3.5em;
	border: 1px solid yellow;
}

.ifo_logro {
	padding-left: .5em;
	width: 7.7em;
}

.logro_nuevo {
	color: yellow;
	text-transform: uppercase;
	text-align: right;
	font-size: .6em;
}

.logro_texto {
	line-height: .5em;
}

.logro_texto a {
	color: white;
	font-size: .6em;
	text-decoration: none;
}

.logro_texto a:hover {
	color: yellow;
	text-decoration: underline;
}

#mas_logros {
	color: yellow;
	text-align: right;
	font-size: .7em;
}

#mas_logros a {
	color: yellow;
	text-decoration: none;
}